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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |5.1.0, 6.5.0
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2025-04-30
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Simplified testcase:
```
__attribute__ ((constructor))
void my_display2()
__attribute__ ((constructor (140)));
```

Reply via email to