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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-05-02
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The other way of fixing this is to use an union and I think since we are using
C++11, it might work correctly.

I do think we should prefer the union rather than having it as a char array too
...

Reply via email to