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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-11-10
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed, the mangled symbol for GCC, clang and ICC are disagree too.


In GCC case, the anonymous enum name is depdendent on the order of all
anonymous enums while in the clang case, it is always Bar::$_0.

Reply via email to