public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/65762] New: --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used
@ 2015-04-14  9:47 redi at gcc dot gnu.org
  2015-04-14  9:47 ` [Bug libstdc++/65762] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-04-14  9:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65762
           Summary: --with-default-libstdcxx-abi=c++11 is silently ignored
                    when --disable-libstdcxx-dual-abi is used
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org

Ideally it should be possible to use only the new ABI (and that should be the
default for --enable-symvers=gnu-versioned-namespace) but it's not currently
supported.

Until it is supported, trying to configure the library that way should fail
with a clear explanation instead of appearing to configure OK and ignoring the
option.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/65762] --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used
  2015-04-14  9:47 [Bug libstdc++/65762] New: --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used redi at gcc dot gnu.org
@ 2015-04-14  9:47 ` redi at gcc dot gnu.org
  2021-04-19 10:40 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2015-04-14  9:47 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-04-14
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
     Ever confirmed|0                           |1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/65762] --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used
  2015-04-14  9:47 [Bug libstdc++/65762] New: --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used redi at gcc dot gnu.org
  2015-04-14  9:47 ` [Bug libstdc++/65762] " redi at gcc dot gnu.org
@ 2021-04-19 10:40 ` redi at gcc dot gnu.org
  2023-08-10 12:31 ` iains at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-04-19 10:40 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|redi at gcc dot gnu.org            |unassigned at gcc dot gnu.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/65762] --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used
  2015-04-14  9:47 [Bug libstdc++/65762] New: --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used redi at gcc dot gnu.org
  2015-04-14  9:47 ` [Bug libstdc++/65762] " redi at gcc dot gnu.org
  2021-04-19 10:40 ` redi at gcc dot gnu.org
@ 2023-08-10 12:31 ` iains at gcc dot gnu.org
  2023-08-10 12:59 ` redi at gcc dot gnu.org
  2023-09-03 12:12 ` fdumont at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2023-08-10 12:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
so, FAOD, that means that 
versioned namespace => disables dual ABI 
                    => forces the old string impl?

What's the blocker to making it work?
(just time - or ABI issues?)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/65762] --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used
  2015-04-14  9:47 [Bug libstdc++/65762] New: --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used redi at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-08-10 12:31 ` iains at gcc dot gnu.org
@ 2023-08-10 12:59 ` redi at gcc dot gnu.org
  2023-09-03 12:12 ` fdumont at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2023-08-10 12:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2015-04-14 00:00:00         |2023-8-10
         Depends on|                            |83077

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Iain Sandoe from comment #1)
> so, FAOD, that means that 
> versioned namespace => disables dual ABI 
>                     => forces the old string impl?

Yes, that's PR 83077

> What's the blocker to making it work?
> (just time - or ABI issues?)

As it happens, François posted a patch for 83077 this morning:
https://gcc.gnu.org/pipermail/gcc-patches/2023-August/626925.html

I haven't reviewed it yet.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83077
[Bug 83077] sso-string @ gnu-versioned-namespace.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libstdc++/65762] --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used
  2015-04-14  9:47 [Bug libstdc++/65762] New: --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used redi at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-08-10 12:59 ` redi at gcc dot gnu.org
@ 2023-09-03 12:12 ` fdumont at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: fdumont at gcc dot gnu.org @ 2023-09-03 12:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from François Dumont <fdumont at gcc dot gnu.org> ---
Created attachment 55834
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55834&action=edit
Patch proposal

Here is a proposal that I'll submit on libstdc++ mailing list once PR83077 is
fixed. Note that in addition to allowing the configuration reported here it
also make --disable-libstdcxx-dual-abi use cxx11 abi per default. I'm not sure
that this part will be accepted.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-09-03 12:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-14  9:47 [Bug libstdc++/65762] New: --with-default-libstdcxx-abi=c++11 is silently ignored when --disable-libstdcxx-dual-abi is used redi at gcc dot gnu.org
2015-04-14  9:47 ` [Bug libstdc++/65762] " redi at gcc dot gnu.org
2021-04-19 10:40 ` redi at gcc dot gnu.org
2023-08-10 12:31 ` iains at gcc dot gnu.org
2023-08-10 12:59 ` redi at gcc dot gnu.org
2023-09-03 12:12 ` fdumont at gcc dot gnu.org

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).