https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90085

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |13.1.0
      Known to fail|                            |12.3.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Looks to be fixed in GCC 13.

easiest way to see the difference is:
        .section       
.data._ZN6Colors5namesE,"awG",@progbits,_ZN6Colors5namesE,comdat


vs

        .section       
.rodata._ZN6Colors5namesE,"aG",@progbits,_ZN6Colors5namesE,comdat


at -O0.

Reply via email to