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

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

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
New testcase for GCC 13+:
```

struct A
{
  A();
} global;

void __static_initialization_and_destruction_0(  ) { }
```

Reply via email to