public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "slyfox at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/105492] [13 Regression] ICE in set_underlying_type, at c-family/c-common.cc:8164 since r13-57-g0aa277bf0b4b7943
Date: Sun, 15 May 2022 08:30:56 +0000	[thread overview]
Message-ID: <bug-105492-4-zsokTEcv1J@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-105492-4@http.gcc.gnu.org/bugzilla/>

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

Sergei Trofimovich <slyfox at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slyfox at gcc dot gnu.org

--- Comment #1 from Sergei Trofimovich <slyfox at gcc dot gnu.org> ---
I similar ICE proxmark3-3.1.0 on x86_64-pc-linux-gnu as well:

$ cat a.c.c
typedef int __attribute__((aligned)) __attribute__((vector_size(8)))
bitslice_value_t;

$ /tmp/gb/gcc/xgcc -B/tmp/gb/gcc -c a.c.c |& ungcc |& unnix

a.c.c:2:1: internal compiler error: in set_underlying_type, at
c-family/c-common.cc:8164
    2 | bitslice_value_t;
      | ^~~~~~~~~~~~~~~~
0x796076 set_underlying_type(tree_node*)
        <<GCC>>/gcc/c-family/c-common.cc:8164
0x6be37a pushdecl(tree_node*)
        <<GCC>>/gcc/c/c-decl.cc:3324
0x6d4ed7 start_decl(c_declarator*, c_declspecs*, bool, tree_node*, unsigned
int*)
        <<GCC>>/gcc/c/c-decl.cc:5285
0x74ec13 c_parser_declaration_or_fndef
        <<GCC>>/gcc/c/c-parser.cc:2315
0x759215 c_parser_external_declaration
        <<GCC>>/gcc/c/c-parser.cc:1787
0x759d45 c_parser_translation_unit
        <<GCC>>/gcc/c/c-parser.cc:1660
0x759d45 c_parse_file()
        <<GCC>>/gcc/c/c-parser.cc:23384
0x7cbfe7 c_common_parse_file()
        <<GCC>>/gcc/c-family/c-opts.cc:1235

$ /tmp/gb/gcc/xgcc -B/tmp/gb/gcc -v

Reading specs from /tmp/gb/gcc/specs
COLLECT_GCC=/tmp/gb/gcc/xgcc
COLLECT_LTO_WRAPPER=/tmp/gb/gcc/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: <<GCC>>/configure --disable-multilib --disable-bootstrap
--with-native-system-header-dir=/<<NIX>>/glibc-2.34-115-dev/include
--prefix=/tmp/gb/__td__ CFLAGS='-O1 -ggdb3' CXXFLAGS='-O1 -ggdb3' LDFLAGS='-O1
-ggdb3'
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.0.0 20220515 (experimental) (GCC)

  parent reply	other threads:[~2022-05-15  8:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05 11:40 [Bug c/105492] New: [13 Regression] ICE in set_underlying_type, at c-family/c-common.cc:8164 asolokha at gmx dot com
2022-05-05 12:16 ` [Bug c/105492] " rguenth at gcc dot gnu.org
2022-05-05 13:59 ` [Bug c/105492] [13 Regression] ICE in set_underlying_type, at c-family/c-common.cc:8164 since r13-57-g0aa277bf0b4b7943 marxin at gcc dot gnu.org
2022-05-05 14:24 ` jason at gcc dot gnu.org
2022-05-15  8:30 ` slyfox at gcc dot gnu.org [this message]
2022-05-15 16:26 ` jason at gcc dot gnu.org
2022-05-16 21:34 ` cvs-commit at gcc dot gnu.org
2022-05-16 21:40 ` jason at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-105492-4-zsokTEcv1J@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).