[Bug tree-optimization/120392] [12/13/14/15/16 REgression] ICE with VLA typedef and function splitting/eiline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392 Richard Biener changed: What|Removed |Added Version|unknown |15.1.1 Priority|P3 |P2
[Bug tree-optimization/120392] [12/13/14/15/16 REgression] ICE with VLA typedef and function splitting/eiline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392 Andrew Pinski changed: What|Removed |Added Known to work|10.3.1 | --- Comment #13 from Andrew Pinski --- (In reply to admin from comment #12) > GCC ARM cross compiler v10.3.1 on my laptop (Pop!_OS 22.04 w/ kernel > v6.12.10-76061203-generic) works normally with previously given command. Not with the reduced testcase.
[Bug tree-optimization/120392] [12/13/14/15/16 REgression] ICE with VLA typedef and function splitting/eiline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392 [email protected] changed: What|Removed |Added Known to work||10.3.1 --- Comment #12 from [email protected] --- GCC ARM cross compiler v10.3.1 on my laptop (Pop!_OS 22.04 w/ kernel v6.12.10-76061203-generic) works normally with previously given command.
[Bug tree-optimization/120392] [12/13/14/15/16 REgression] ICE with VLA typedef and function splitting/eiline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392 --- Comment #10 from Andrew Pinski --- The original code: ``` typedef u16 TImage[][m_nBytesPerLine / sizeof (u16)]; ``` Note this is a GCC extension even.
[Bug tree-optimization/120392] [12/13/14/15/16 REgression] ICE with VLA typedef and function splitting/eiline
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392 --- Comment #11 from Andrew Pinski --- (In reply to Andrew Pinski from comment #10) > > Note this is a GCC extension even. For C++.
