https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79630
aivchenk at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |aivchenk at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from aivchenk at gcc dot gnu.org --- All of the mentioned testcases are reduced to this: > cat nested-func-9.c foo_n; fn1() { struct { int a[foo_n] } fn2() { } fn2(); } > cat pr8081.c a; main() { typedef struct { char val[a] } block; block retframe_block() {} retframe_block(); } > cat pr66817.c a; main() { typedef struct { char val[a] } block; block retframe_block() {} retframe_block(); } which is essentially pr77383 *** This bug has been marked as a duplicate of bug 77383 ***