This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/66325] [6 Regression] ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes on arm-none-eabi


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

--- Comment #1 from Jan Hubicka <hubicka at ucw dot cz> ---
> The ICE backtrace is:
> 
> 930408-1.c:6:1: error: type variant differs by TYPE_PACKED.
>  } s;
>  ^
>  <enumeral_type 0x7f7dbda115e8 foo asm_written unsigned packed type_0 QI

Hmm, actually I wonder why we put TYPE_PACKED to enums?
> 
> I see this at least as far back as r223695 and it appears on trunk at r223800.
> Honza, is this related to your type work recently?

Probably, I added the verification bits, but the issue is in the tree probably
for ags.

Honza


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]