[Bug target/69532] FAIL: gcc.target/arm/{vect-,}fmaxmin.c execution test on armv7

2016-02-17 Thread davids at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69532 --- Comment #6 from davids at gcc dot gnu.org --- Author: davids Date: Wed Feb 17 13:16:31 2016 New Revision: 233494 URL: https://gcc.gnu.org/viewcvs?rev=233494&root=gcc&view=rev Log: 2016-02-17 David Sherwood gcc/testsuite:

[Bug target/69532] FAIL: gcc.target/arm/{vect-,}fmaxmin.c execution test on armv7

2016-02-17 Thread davids at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69532 davids at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug middle-end/79212] New: internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134

2017-01-24 Thread davids at gcc dot gnu.org
: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: davids at gcc dot gnu.org Target Milestone: --- When compiling the espresso-5.4.0 fortran package with FFLAGS-fopenmp I get the following assertion: internal

[Bug middle-end/79212] internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134

2017-01-25 Thread davids at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79212 --- Comment #2 from davids at gcc dot gnu.org --- Created attachment 40575 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40575&action=edit Simple openmp test case that exposes the ICE Compile the test with "gfortran -fopenmp"

[Bug middle-end/79212] [6/7 Regression] internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134

2017-01-25 Thread davids at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79212 --- Comment #5 from davids at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #4) > Started with r233913, I'll have a look. Hi Jakub, just to let you know I posted a possible fix for 7.0 release on the mailing list yesterda

[Bug middle-end/79212] [6/7 Regression] internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134

2017-01-26 Thread davids at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79212 --- Comment #6 from davids at gcc dot gnu.org --- Author: davids Date: Thu Jan 26 10:41:35 2017 New Revision: 244922 URL: https://gcc.gnu.org/viewcvs?rev=244922&root=gcc&view=rev Log: 2017-01-26 David Sherwood gcc/ PR mi