https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92088
Richard Biener changed:
What|Removed |Added
CC||mpoulhies at kalray dot eu
--- Comment
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&action=edit
patch for the inliner
void foo(int n)
{
struct X { int a[n]; } y;
inline struct X __attribute__((always_i
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 are