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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |ipa
             Status|UNCONFIRMED                 |NEW
            Summary|GCC ICE when processing     |ICE with simd attribute and
                   |function declarations with  |malloc attribute
                   |multi-level pointer         |
                   |dereferences to             |
                   |self-referential structs.   |
           Keywords|                            |accepts-invalid,
                   |                            |ice-checking,
                   |                            |ice-on-invalid-code,
                   |                            |ice-on-invalid-fuzzy
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2026-01-19

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
__attribute__((simd, malloc)) void *f(unsigned long) {}

```

Reply via email to