https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121831
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note fixing the ODR issue: ``` extern const std::array<unsigned char, 256> MRAMRead16Bursts[3]; ``` Fixes the ICE.
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 06 Sep 2025 16:11:52 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121831
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note fixing the ODR issue: ``` extern const std::array<unsigned char, 256> MRAMRead16Bursts[3]; ``` Fixes the ICE.