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++/114868] [modules] func declared in GMF and exported via using-decl in module partition is not actually exported
Date: Fri, 24 May 2024 14:33:08 +0000	[thread overview]
Message-ID: <bug-114868-4-Z2Ml5i7gaY@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-114868-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Nathaniel Shead
<nshead@gcc.gnu.org>:

https://gcc.gnu.org/g:782ad2033ea0709a25ef3e899cbb9491406146d5

commit r14-10241-g782ad2033ea0709a25ef3e899cbb9491406146d5
Author: Nathaniel Shead <nathanieloshead@gmail.com>
Date:   Tue Apr 9 21:49:58 2024 +1000

    c++: Propagate using decls from partitions [PR114868]

    The modules code currently neglects to set OVL_USING_P on the dependency
    created for a using-decl, which causes it not to remember that the
    OVL_EXPORT_P flag had been set on it when emitted from the primary
    interface unit. This patch ensures that it occurs.

            PR c++/114868

    gcc/cp/ChangeLog:

            * module.cc (depset::hash::add_binding_entity): Propagate
            OVL_USING_P for using-declarations.

    gcc/testsuite/ChangeLog:

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

    Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
    (cherry picked from commit 0d0215b10dbbe39d655ceda4af283f288ec7680c)

  parent reply	other threads:[~2024-05-24 14:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-26 19:19 [Bug c++/114868] New: " m.cencora at gmail dot com
2024-05-01  7:23 ` [Bug c++/114868] " cvs-commit at gcc dot gnu.org
2024-05-01  7:26 ` nshead at gcc dot gnu.org
2024-05-24 14:33 ` cvs-commit at gcc dot gnu.org [this message]
2024-05-24 14:35 ` nshead 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-114868-4-Z2Ml5i7gaY@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).