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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-05-13
            Summary|ICE with -fdump-passes      |[10/11/12 Regression] ICE
                   |                            |with -fdump-passes since
                   |                            |r10-6837-g2473c81cb2d4627f
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Reduced test-case:

$ cat pr100580.c
int pthread_key_create;
static __typeof(pthread_key_create) __gthrw___pthread_key_create
    __attribute__((__weakref__("")));

started with r10-6837-g2473c81cb2d4627f.

Reply via email to