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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-10-21
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
            Summary|ICE: verify_ssa failed      |ICE: verify_ssa failed
                   |(error: definition in block |(error: definition in block
                   |2 follows the use) with VLA |2 follows the use) with VLA
                   |types and nested functions  |types in struct with a
                   |                            |vector type rebuild and
                   |                            |nested functions

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

The bug deals with `__attribute__((vector_size(4))) char c[b];` inside the
struct.

Reply via email to