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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #27 from Richard Biener <rguenth at gcc dot gnu.org> ---
We reject the testcase now:

> gcc-13 -S t.c 
t.c:6:1: error: size of array element is not a multiple of its alignment
    6 | UINT192 bid_Kx192[32];
      | ^~~~~~~

Thus fixed (by rejecting).

Reply via email to