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++/100052] New: [11 regression] ICE in compiling g++.dg/modules/xtreme-header-3_b.C after r11-8118
Date: Mon, 12 Apr 2021 20:29:18 +0000	[thread overview]
Message-ID: <bug-100052-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 100052
           Summary: [11 regression] ICE in compiling
                    g++.dg/modules/xtreme-header-3_b.C after r11-8118
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:82198676c80764ca7cf05f891afaee83b9179dd1, r11-8118

I only see this on power 9 and power 10.

FAIL: g++.dg/modules/xtreme-header-3_b.C -std=c++2a (internal compiler error)
FAIL: g++.dg/modules/xtreme-header-3_b.C -std=c++2a (test for excess errors)

hash table checking failed: equal operator returns true for a pair of values
with a different hash value^M
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/modules/xtreme-header-3_b.C:4:30:
internal compiler error: in hashtab_chk_error, at hash-table.c:137^M
0x10291ddf hashtab_chk_error()^M
        /home/seurer/gcc/git/gcc-test/gcc/hash-table.c:137^M
0x10633807 hash_table<spec_hasher, false, xcallocator>::verify(spec_entry*
const&, unsigned int)^M
        /home/seurer/gcc/git/gcc-test/gcc/hash-table.h:1033^M
0x10633fcf hash_table<spec_hasher, false,
xcallocator>::find_slot_with_hash(spec_entry* const&, unsigned int,
insert_option)^M
        /home/seurer/gcc/git/gcc-test/gcc/hash-table.h:968^M
0x105b6567 match_mergeable_specialization(bool, spec_entry*)^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/pt.c:29974^M
0x104cf987 trees_in::key_mergeable(int, merge_kind, tree_node*, tree_node*,
tree_node*, tree_node*, bool)^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/module.cc:10670^M
0x104c6843 trees_in::decl_value()^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/module.cc:7903^M
0x104c9587 trees_in::tree_node(bool)^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/module.cc:9153^M
0x104d5e4b module_state::read_cluster(unsigned int)^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/module.cc:14811^M
0x104d6333 module_state::load_section(unsigned int, binding_slot*)^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/module.cc:18082^M
0x104d79ef module_state::read_language(bool)^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/module.cc:18011^M
0x104d7e6b direct_import^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/module.cc:18877^M
0x1055e917 cp_parser_import_declaration^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/parser.c:13881^M
0x1058491b cp_parser_translation_unit^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/parser.c:4907^M
0x1058491b c_parse_file()^M
        /home/seurer/gcc/git/gcc-test/gcc/cp/parser.c:45267^M
0x10783e1b c_common_parse_file()^M
        /home/seurer/gcc/git/gcc-test/gcc/c-family/c-opts.c:1218^M


commit 82198676c80764ca7cf05f891afaee83b9179dd1 (HEAD)
Author: Jason Merrill <jason@redhat.com>
Date:   Sat Apr 10 10:55:58 2021 -0400

    c++: ICE with invalid use of 'this' with static memfn [PR98800]

             reply	other threads:[~2021-04-12 20:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12 20:29 seurer at gcc dot gnu.org [this message]
2021-04-12 22:41 ` [Bug c++/100052] " hjl.tools at gmail dot com
2021-04-13  8:18 ` rguenth at gcc dot gnu.org
2021-04-15  4:09 ` hp at gcc dot gnu.org
2021-04-27 11:40 ` [Bug c++/100052] [11/12 " jakub at gcc dot gnu.org
2021-07-28  7:06 ` rguenth at gcc dot gnu.org
2021-12-30  7:23 ` pinskia at gcc dot gnu.org
2021-12-30 16:11 ` pinskia at gcc dot gnu.org
2021-12-30 16:20 ` pinskia at gcc dot gnu.org
2022-01-01  4:19 ` pinskia at gcc dot gnu.org
2022-01-17 14:59 ` rguenth at gcc dot gnu.org
2022-04-01  5:43 ` guojiufu at gcc dot gnu.org
2022-04-01  9:43 ` guojiufu at gcc dot gnu.org
2022-04-18 14:51 ` seurer at gcc dot gnu.org
2022-04-21  7:49 ` rguenth at gcc dot gnu.org
2023-05-17  8:01 ` [Bug c++/100052] [11/12/13/14 " guojiufu at gcc dot gnu.org
2023-05-17 13:38 ` seurer at gcc dot gnu.org
2023-05-18  4:33 ` guojiufu at gcc dot gnu.org
2023-05-29 10:04 ` jakub 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-100052-4@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).