[Bug target/69532] FAIL: gcc.target/arm/{vect-,}fmaxmin.c execution test on armv7
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: PR target/69532 * gcc.target/arm/fmaxmin.c: Change effective target to arm_v8_neon_hw. * gcc.target/arm/vect-fmaxmin.c: Likewise. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.target/arm/fmaxmin.c trunk/gcc/testsuite/gcc.target/arm/vect-fmaxmin.c
[Bug target/69532] FAIL: gcc.target/arm/{vect-,}fmaxmin.c execution test on armv7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69532 davids at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from davids at gcc dot gnu.org --- Fixed tests to use *_hw instead of *_ok.
[Bug middle-end/79212] New: internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79212 Bug ID: 79212 Summary: internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134 Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: 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 compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134 0xa941e6 maybe_lookup_decl_in_outer_ctx /work/davshe01/oban-work-shoji/src/gcc/gcc/omp-low.c:4134 0xa9cadc scan_sharing_clauses /work/davshe01/oban-work-shoji/src/gcc/gcc/omp-low.c:1975 ...
[Bug middle-end/79212] internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134
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
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 yesterday if you want to have a look.
[Bug middle-end/79212] [6/7 Regression] internal compiler error: in maybe_lookup_decl_in_outer_ctx, at omp-low.c:4134
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 middle-end/79212 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in all contexts. gcc/testsuite/ PR middle-end/79212 * gfortran.dg/gomp/sharing-4.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/gomp/sharing-4.f90 Modified: trunk/gcc/ChangeLog trunk/gcc/gimplify.c trunk/gcc/testsuite/ChangeLog