[Bug c/89015] [9 Regression] ICE in lookup_decl_in_outer_ctx, at omp-low.c:3480

2019-01-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89015 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c/89015] [9 Regression] ICE in lookup_decl_in_outer_ctx, at omp-low.c:3480

2019-01-23 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89015 --- Comment #1 from G. Steinmetz --- Compiles without (unused) function g : $ cat z2.c void f (int n, float *x, float *y) { int i; #pragma omp teams distribute parallel for simd for (i = 0; i < n ; i++) y[i] = x[i]; } $