https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392
--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The original code: ``` typedef u16 TImage[][m_nBytesPerLine / sizeof (u16)]; ``` Note this is a GCC extension even.
pinskia at gcc dot gnu.org via Gcc-bugs Wed, 21 May 2025 17:55:03 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120392
--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The original code: ``` typedef u16 TImage[][m_nBytesPerLine / sizeof (u16)]; ``` Note this is a GCC extension even.