public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/66325] New: ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes
@ 2015-05-28 10:58 ktkachov at gcc dot gnu.org
  2015-06-03  0:28 ` [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 hubicka at ucw dot cz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ktkachov at gcc dot gnu.org @ 2015-05-28 10:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66325
           Summary: ICE in gcc.c-torture/execute/930408-1.c, verify_type
                    fails with --enable-checking=yes
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ktkachov at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org
  Target Milestone: ---
            Target: arm-none-eabi

I'm getting this ICEs in the arm testsuite:
FAIL: gcc.c-torture/execute/930408-1.c   -O3 -g  (internal compiler error)
FAIL: gcc.c-torture/execute/930408-1.c   -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/execute/930408-1.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (internal compiler error)
FAIL: gcc.c-torture/execute/930408-1.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (test for excess errors)
FAIL: gcc.c-torture/execute/930408-1.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  (internal compiler error)
FAIL: gcc.c-torture/execute/930408-1.c   -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  (test for excess errors)

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
    size <integer_cst 0x7f7dbdba4000 type <integer_type 0x7f7dbdb95150
bitsizetype> constant 8>
    unit size <integer_cst 0x7f7dbdba4018 type <integer_type 0x7f7dbdb950a8
sizetype> constant 1>
    align 8 symtab -1113450304 alias set -1 canonical type 0x7f7dbda115e8
precision 8 min <integer_cst 0x7f7dbdba4030 0> max <integer_cst 0x7f7dbdb91fc0
255>
    values <tree_list 0x7f7dbdc7ee60
        value <integer_cst 0x7f7dbdba42d0 constant 0>
        chain <tree_list 0x7f7dbdc7ee88
            purpose <identifier_node 0x7f7dbda21960 e1 symbol <const_decl
0x7f7dbda2f070 e1>>
            value <integer_cst 0x7f7dbdba42e8 constant 1>>>
    chain <type_decl 0x7f7dbdbb2980 D.4163>>
 <enumeral_type 0x7f7dbda11690 E unsigned QI
    size <integer_cst 0x7f7dbdba4000 type <integer_type 0x7f7dbdb95150
bitsizetype> constant 8>
    unit size <integer_cst 0x7f7dbdba4018 type <integer_type 0x7f7dbdb950a8
sizetype> constant 1>
    align 8 symtab -1113450384 alias set -1 canonical type 0x7f7dbda115e8
precision 8 min <integer_cst 0x7f7dbdba4030 0> max <integer_cst 0x7f7dbdb91fc0
255>
    values <tree_list 0x7f7dbdc7ee60
        purpose <identifier_node 0x7f7dbda21910 e0 symbol <const_decl
0x7f7dbda2f000 e0>>
        value <integer_cst 0x7f7dbdba42d0 constant 0>
        chain <tree_list 0x7f7dbdc7ee88
            purpose <identifier_node 0x7f7dbda21960 e1 symbol <const_decl
0x7f7dbda2f070 e1>>
            value <integer_cst 0x7f7dbdba42e8 constant 1>>>
    chain <type_decl 0x7f7dbdbb2980 D.4163>>
930408-1.c:6:1: internal compiler error: verify_type failed
0xd47e13 verify_type(tree_node const*)
        $TOP/gcc/tree.c:13276
0x723fbc gen_type_die_with_usage
        $TOP/gcc/dwarf2out.c:20250
0x725079 gen_type_die
        $TOP/gcc/dwarf2out.c:20434
0x7383cc gen_decl_die
        $TOP/gcc/dwarf2out.c:21041
0x736545 gen_member_die
        $TOP/gcc/dwarf2out.c:19945
0x736545 gen_struct_or_union_type_die
        $TOP/gcc/dwarf2out.c:20038
0x736545 gen_tagged_type_die
        $TOP/gcc/dwarf2out.c:20227
0x724c88 gen_type_die_with_usage
        $TOP/gcc/dwarf2out.c:20381
0x725079 gen_type_die
        $TOP/gcc/dwarf2out.c:20434
0x737c80 gen_decl_die
        $TOP/gcc/dwarf2out.c:20987
0x738f4b dwarf2out_decl
        $TOP/gcc/dwarf2out.c:21397
0x73a161 dwarf2out_type_decl
        $TOP/gcc/dwarf2out.c:21096
0x9ce063 rest_of_type_compilation(tree_node*, int)
        $TOP/gcc/passes.c:309
0x55312f finish_struct(unsigned int, tree_node*, tree_node*, tree_node*,
c_struct_parse_info*)
        $TOP/gcc/c/c-decl.c:7850
0x59b443 c_parser_struct_or_union_specifier
        $TOP/gcc/c/c-parser.c:2829
0x59b443 c_parser_declspecs
        $TOP/gcc/c/c-parser.c:2403
0x5a39e0 c_parser_declaration_or_fndef
        $TOP/gcc/c/c-parser.c:1571
0x5ab4fe c_parser_external_declaration
        $TOP/gcc/c/c-parser.c:1452
0x5ab797 c_parser_translation_unit
        $TOP/gcc/c/c-parser.c:1339
0x5ab797 c_parse_file()
        $TOP/gcc/c/c-parser.c:15457
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

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?

My arm-none-eabi compiler is configured with:
--enable-checking=yes --with-newlib --with-fpu=neon-fp-armv8
--with-arch=armv8-a --without-isl


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [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
  2015-05-28 10:58 [Bug middle-end/66325] New: ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes ktkachov at gcc dot gnu.org
@ 2015-06-03  0:28 ` hubicka at ucw dot cz
  2015-06-08 10:51 ` ramana at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at ucw dot cz @ 2015-06-03  0:28 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [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
  2015-05-28 10:58 [Bug middle-end/66325] New: ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes ktkachov at gcc dot gnu.org
  2015-06-03  0:28 ` [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 hubicka at ucw dot cz
@ 2015-06-08 10:51 ` ramana at gcc dot gnu.org
  2015-06-11 21:15 ` hubicka at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ramana at gcc dot gnu.org @ 2015-06-08 10:51 UTC (permalink / raw)
  To: gcc-bugs

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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-06-08
                 CC|                            |ramana at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
confirmed.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [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
  2015-05-28 10:58 [Bug middle-end/66325] New: ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes ktkachov at gcc dot gnu.org
  2015-06-03  0:28 ` [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 hubicka at ucw dot cz
  2015-06-08 10:51 ` ramana at gcc dot gnu.org
@ 2015-06-11 21:15 ` hubicka at gcc dot gnu.org
  2015-06-14  7:05 ` hubicka at gcc dot gnu.org
  2015-10-16  8:29 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-06-11 21:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
OK, I found where the packed flag is originating from.  It is start_enum that
set TYPE_PACKED for flag_short_enums. I suppose it needs to iterate through all
variants.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [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
  2015-05-28 10:58 [Bug middle-end/66325] New: ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes ktkachov at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-06-11 21:15 ` hubicka at gcc dot gnu.org
@ 2015-06-14  7:05 ` hubicka at gcc dot gnu.org
  2015-10-16  8:29 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-06-14  7:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Sun Jun 14 07:05:03 2015
New Revision: 224463

URL: https://gcc.gnu.org/viewcvs?rev=224463&root=gcc&view=rev
Log:


        PR middle-end/66325
        * c-decl.c (start_enum): Set TYPE_PACKED consistently among type
        variants.

Modified:
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [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
  2015-05-28 10:58 [Bug middle-end/66325] New: ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes ktkachov at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-06-14  7:05 ` hubicka at gcc dot gnu.org
@ 2015-10-16  8:29 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-10-16  8:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-16  8:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-28 10:58 [Bug middle-end/66325] New: ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes ktkachov at gcc dot gnu.org
2015-06-03  0:28 ` [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 hubicka at ucw dot cz
2015-06-08 10:51 ` ramana at gcc dot gnu.org
2015-06-11 21:15 ` hubicka at gcc dot gnu.org
2015-06-14  7:05 ` hubicka at gcc dot gnu.org
2015-10-16  8:29 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).