public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/98926] [11 regression] several ICEs after r11-7011
Date: Wed, 03 Feb 2021 17:51:32 +0000	[thread overview]
Message-ID: <bug-98926-4-g5UJWOIr6y@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-98926-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <jason@gcc.gnu.org>:

https://gcc.gnu.org/g:5c62e4f255bfac65e18213fd93ee1c9908b4a750

commit r11-7089-g5c62e4f255bfac65e18213fd93ee1c9908b4a750
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Feb 3 00:29:00 2021 -0500

    c++: Fix alias comparison [PR98926]

    The comparison of dependent aliases wasn't working here because
    processing_template_decl wasn't set, so dependent_alias_template_spec_p was
    always returning false.

    gcc/cp/ChangeLog:

            PR c++/98926
            PR c++/98570
            * pt.c (spec_hasher::equal): Set processing_template_decl.
            * Make-lang.in (check-g++-strict-gc): Add --param
            hash-table-verification-limit=10000.

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/alias-decl-dr1558.C: Pass --param
            hash-table-verification-limit=10000.

  parent reply	other threads:[~2021-02-03 17:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01 23:50 [Bug other/98926] New: " seurer at gcc dot gnu.org
2021-02-01 23:56 ` [Bug other/98926] " jakub at gcc dot gnu.org
2021-02-02  2:42 ` dje at gcc dot gnu.org
2021-02-02  8:51 ` [Bug c++/98926] " jakub at gcc dot gnu.org
2021-02-02 13:58 ` seurer at gcc dot gnu.org
2021-02-02 15:51 ` seurer at gcc dot gnu.org
2021-02-02 17:15 ` jason at gcc dot gnu.org
2021-02-02 22:48 ` jason at gcc dot gnu.org
2021-02-02 22:55 ` jakub at gcc dot gnu.org
2021-02-02 23:43 ` seurer at gcc dot gnu.org
2021-02-03  0:08 ` seurer at gcc dot gnu.org
2021-02-03 17:51 ` cvs-commit at gcc dot gnu.org [this message]
2021-02-03 22:38 ` seurer 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-98926-4-g5UJWOIr6y@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).