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++/115194] [modules] "reference to <symbol> is ambiguous" when multiple paths to same symbol exist through module
Date: Thu, 13 Jun 2024 15:06:33 +0000	[thread overview]
Message-ID: <bug-115194-4-X7ro7ifJ0R@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-115194-4@http.gcc.gnu.org/bugzilla/>

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

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

https://gcc.gnu.org/g:8878fecc251762bc32c24e659695557797e03fd9

commit r15-1296-g8878fecc251762bc32c24e659695557797e03fd9
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Jun 12 21:44:10 2024 -0400

    c++/modules: multiple usings of the same decl [PR115194]

    add_binding_entity creates an OVERLOAD to represent a using-declaration in
    module purview of a declaration in the global module, even for
    non-functions, and we were failing to merge that with the original
    declaration in name lookup.

    It's not clear to me that building the OVERLOAD is what should be
happening,
    but let's work around it for now pending an overhaul of using-decl handling
    for c++/114683.

            PR c++/115194

    gcc/cp/ChangeLog:

            * name-lookup.cc (name_lookup::process_module_binding): Strip an
            OVERLOAD from a non-function.

    gcc/testsuite/ChangeLog:

            * g++.dg/modules/using-23_a.C: New test.
            * g++.dg/modules/using-23_b.C: New test.

  parent reply	other threads:[~2024-06-13 15:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-22 17:40 [Bug c++/115194] New: " nickbegg at gmail dot com
2024-06-13  2:42 ` [Bug c++/115194] " jason at gcc dot gnu.org
2024-06-13 15:06 ` cvs-commit at gcc dot gnu.org [this message]
2024-06-13 15:11 ` 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-115194-4-X7ro7ifJ0R@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).