[Bug middle-end/92088] aggregates with VLAs and nested functions are broken

2019-11-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92088 Richard Biener changed: What|Removed |Added CC||mpoulhies at kalray dot eu --- Comment

[Bug middle-end/92088] aggregates with VLAs and nested functions are broken

2019-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92088 --- Comment #2 from Richard Biener --- Created attachment 47041 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47041=edit patch for the inliner void foo(int n) { struct X { int a[n]; } y; inline struct X

[Bug middle-end/92088] aggregates with VLAs and nested functions are broken

2019-10-14 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92088 --- Comment #1 from joseph at codesourcery dot com --- There are various existing bug reports for ICEs involving VLAs and nested functions (e.g. 59711, 60085, 69193, 70418). I don't know which might be related to this one (and even if some