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++/99285] [modules] ICE canonical types differ for identical types ‘std::common_type...
Date: Mon, 08 Mar 2021 18:08:58 +0000	[thread overview]
Message-ID: <bug-99285-4-YAcxu9TybA@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99285-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Nathan Sidwell <nathan@gcc.gnu.org>:

https://gcc.gnu.org/g:ded6a1953dd7f43229c44e5d0d17c264338a3f4c

commit r11-7557-gded6a1953dd7f43229c44e5d0d17c264338a3f4c
Author: Nathan Sidwell <nathan@acm.org>
Date:   Mon Mar 8 10:01:21 2021 -0800

    c++: Incorrect specialization hash table [PR 99285]

    Class template partial specializations need to be in the
    specialization hash, but not all of them.  This defers adding
    streamed-in entities to the hash table, in the same way I deferred
    adding the instantiation and specialization lists for 99170.

            PR c++/99285
            gcc/cp/
            * cp-tree.h (match_mergeable_specialization)
            (add_mergeable_specialization): Adjust parms.
            * module.cc (trees_in::decl_value): Adjust
            add_mergeable_specialization calls.
            (trees_out::key_mergeable): Adjust match_mergeable_specialization
            calls.
            (specialization_add): Likewise.
            * pt.c (match_mergeable_specialization): Do not insert.
            (add_mergeable_specialization): Add to hash table here.
            gcc/testsuite/
            * g++.dg/modules/pr99285_a.H: New.
            * g++.dg/modules/pr99285_b.H: New.

  parent reply	other threads:[~2021-03-08 18:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26  8:56 [Bug c++/99285] New: " alexander.lelyakin at googlemail dot com
2021-03-05 21:51 ` [Bug c++/99285] " nathan at gcc dot gnu.org
2021-03-08 18:08 ` cvs-commit at gcc dot gnu.org [this message]
2021-03-08 18:09 ` nathan 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-99285-4-YAcxu9TybA@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).