[Bug rtl-optimization/87895] [7/8/9 Regression] ICE in purge_dead_edges, at cfgrtl.c:3246

2018-11-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87895 --- Comment #2 from Arseny Solokha --- And another one, apparently: #pragma omp declare simd int vm (int *ty, int oh) { if ((oh == 0) ? (*ty = 0) : *ty) return 0; } % x86_64-pc-linux-gnu-gcc-9.0.0-alpha20181104 -O1 -fopenmp -c logpnyyb.c

[Bug rtl-optimization/87895] [7/8/9 Regression] ICE in purge_dead_edges, at cfgrtl.c:3246

2018-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87895 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.4 Summary|ICE in