https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
--- Comment #8 from Christoph Reiter <reiter.christoph at gmail dot com> --- Crasher with the latest patch: // gcc -O1 -gcodeview -c test.c void a(float *); enum { b } c(long d) { float e[d]; a(e); }