public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "seurer at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/101853] [12 Regression] g++.dg/modules/xtreme-header-5_b.C ICE
Date: Wed, 11 Aug 2021 20:12:52 +0000	[thread overview]
Message-ID: <bug-101853-4-gNsa4EkB1o@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-101853-4@http.gcc.gnu.org/bugzilla/>

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

seurer at gcc dot gnu.org changed:

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

--- Comment #3 from seurer at gcc dot gnu.org ---
I am seeing something possibly related with xtreme-header-6.C and
xtreme-tr1_b.C

spawn -ignore SIGHUP
/home/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/testsuite/g++19/../../xg++
-B/home/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/testsuite/g++19/../../
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/g++.dg/modules/xtreme-header-6_b.C
-fdiagnostics-plain-output -nostdinc++
-I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/libstdc++-v3/include/powerpc64le-unknown-linux-gnu
-I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/libstdc++-v3/include
-I/home/seurer/gcc/git/gcc-trunk-bootstrap/libstdc++-v3/libsupc++
-I/home/seurer/gcc/git/gcc-trunk-bootstrap/libstdc++-v3/include/backward
-I/home/seurer/gcc/git/gcc-trunk-bootstrap/libstdc++-v3/testsuite/util
-fmessage-length=0 -std=c++2a -pedantic-errors -Wno-long-long -fmodules-ts
-fno-module-lazy -S -o xtreme-header-6_b.s^M
hash table checking failed: equal operator returns true for a pair of values
with a different hash value^M
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/g++.dg/modules/xtreme-header-6_b.C:4:30:
internal compiler error: in hashtab_chk_error, at hash-table.c:137^M
0x10270667 hashtab_chk_error()^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/hash-table.c:137^M
0x10634607 hash_table<spec_hasher, false, xcallocator>::verify(spec_entry*
const&, unsigned int)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/hash-table.h:1033^M
0x10634d5f hash_table<spec_hasher, false,
xcallocator>::find_slot_with_hash(spec_entry* const&, unsigned int,
insert_option)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/hash-table.h:968^M
0x105b40ff match_mergeable_specialization(bool, spec_entry*)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/pt.c:30000^M
0x104be1bf trees_in::key_mergeable(int, merge_kind, tree_node*, tree_node*,
tree_node*, tree_node*, bool)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:10678^M
0x104c512b trees_in::decl_value()^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:7911^M
0x104b7d27 trees_in::tree_node(bool)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:9161^M
0x104b81ab trees_in::tree_node(bool)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:9211^M
0x104b87a3 trees_in::tree_node(bool)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:9354^M
0x104bad9f trees_in::core_vals(tree_node*)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:6545^M
0x104c520b trees_in::tree_node_vals(tree_node*)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:7069^M
0x104c520b trees_in::decl_value()^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:7950^M
0x104b7d27 trees_in::tree_node(bool)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:9161^M
0x104c3c6b module_state::read_cluster(unsigned int)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:14819^M
0x104c4583 module_state::load_section(unsigned int, binding_slot*)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:18090^M
0x104c7eeb module_state::read_language(bool)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:18019^M
0x104c8283 direct_import^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/module.cc:18885^M
0x1054ab33 cp_parser_import_declaration^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/parser.c:14486^M
0x1057eed7 cp_parser_translation_unit^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/parser.c:4943^M
0x1057eed7 c_parse_file()^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/parser.c:46558^M
Please submit a full bug report,^M
with preprocessed source if appropriate.^M
Please include the complete backtrace with any bug report.^M
See <https://gcc.gnu.org/bugs/> for instructions.^M
compiler exited with status 1
FAIL: g++.dg/modules/xtreme-header-6_b.C -std=c++2a (internal compiler error)
FAIL: g++.dg/modules/xtreme-header-6_b.C -std=c++2a (test for excess errors)
Excess errors:
hash table checking failed: equal operator returns true for a pair of values
with a different hash value

spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/testsuite/g++12/../../xg++
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/testsuite/g++12/../../
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/g++.dg/modules/xtreme-tr1_b.C
-fdiagnostics-plain-output -nostdinc++
-I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/libstdc++-v3/include/powerpc64le-unknown-linux-gnu
-I/home/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/libstdc++-v3/include
-I/home/seurer/gcc/git/gcc-trunk-bootstrap/libstdc++-v3/libsupc++
-I/home/seurer/gcc/git/gcc-trunk-bootstrap/libstdc++-v3/include/backward
-I/home/seurer/gcc/git/gcc-trunk-bootstrap/libstdc++-v3/testsuite/util
-fmessage-length=0 -std=c++2b -pedantic-errors -Wno-long-long -fmodules-ts
-fno-module-lazy -S -o xtreme-tr1_b.s^M
hash table checking failed: equal operator returns true for a pair of values
with a different hash value^M
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/g++.dg/modules/xtreme-tr1_b.C:4:25:
internal compiler error: in hashtab_chk_error, at hash-table.c:137^M
0x102705cf hashtab_chk_error()^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/hash-table.c:137^M
0x1062f14f hash_table<spec_hasher, false, xcallocator>::verify(spec_entry*
const&, unsigned int)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/hash-table.h:1033^M
0x1062f89f hash_table<spec_hasher, false,
xcallocator>::find_slot_with_hash(spec_entry* const&, unsigned int,
insert_option)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/hash-table.h:968^M
0x105af38f match_mergeable_specialization(bool, spec_entry*)^M
        /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/cp/pt.c:30000^M
...etc...

  parent reply	other threads:[~2021-08-11 20:12 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-10 20:00 [Bug c++/101853] New: " hp at gcc dot gnu.org
2021-08-10 20:02 ` [Bug c++/101853] " redi at gcc dot gnu.org
2021-08-10 20:04 ` hp at gcc dot gnu.org
2021-08-11  7:25 ` rguenth at gcc dot gnu.org
2021-08-11 20:12 ` seurer at gcc dot gnu.org [this message]
2021-08-13  0:55 ` hp at gcc dot gnu.org
2021-10-11 15:29 ` seurer at gcc dot gnu.org
2021-11-14 18:26 ` hp at gcc dot gnu.org
2021-11-14 19:12 ` redi at gcc dot gnu.org
2021-11-26 22:01 ` hp at gcc dot gnu.org
2021-11-27 10:05 ` hp at gcc dot gnu.org
2022-01-17 13:56 ` rguenth at gcc dot gnu.org
2022-04-01  5:29 ` guojiufu at gcc dot gnu.org
2022-05-06  8:30 ` [Bug c++/101853] [12/13 " jakub at gcc dot gnu.org
2023-05-08 12:22 ` [Bug c++/101853] [12/13/14 " rguenth at gcc dot gnu.org
2023-05-17  8:01 ` guojiufu at gcc dot gnu.org
2023-05-17 23:50 ` hp at gcc dot gnu.org
2023-05-17 23:56 ` hp at gcc dot gnu.org
2023-05-18  4:49 ` guojiufu at gcc dot gnu.org
2023-05-18 18:23 ` hp 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-101853-4-gNsa4EkB1o@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).