This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[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
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 03 Jun 2015 00:28:50 +0000
- Subject: [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
- Auto-submitted: auto-generated
- References: <bug-66325-4 at http dot gcc dot gnu dot org/bugzilla/>
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