public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/95428] New: ABI breakage for "base object constructor" for final classes
@ 2020-05-30  0:08 P at draigBrady dot com
  2020-05-30 23:56 ` [Bug c++/95428] " pinskia at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: P at draigBrady dot com @ 2020-05-30  0:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95428
           Summary: ABI breakage for "base object constructor" for final
                    classes
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: P at draigBrady dot com
  Target Milestone: ---

The change to elide the "base object constructor" for final classes in bug
#70462 introduces an ABI incompatibility with clang 9 at least.

I'm seeing this with kuduraft-1.8 compiled with GCC 10, giving linker errors
from clang 9.0.20190721 like:

  error: undefined symbol: kudu::consensus::OpId::OpId()

Reverting the change in #70462 fixes the issue

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

end of thread, other threads:[~2020-08-25  2:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30  0:08 [Bug c++/95428] New: ABI breakage for "base object constructor" for final classes P at draigBrady dot com
2020-05-30 23:56 ` [Bug c++/95428] " pinskia at gcc dot gnu.org
2020-05-31 12:31 ` P at draigBrady dot com
2020-05-31 12:46 ` P at draigBrady dot com
2020-05-31 16:46 ` pinskia at gcc dot gnu.org
2020-06-01 13:29 ` nathan at gcc dot gnu.org
2020-06-04  9:47 ` redi at gcc dot gnu.org
2020-06-05 20:15 ` nathan at gcc dot gnu.org
2020-08-21  9:45 ` redi at gcc dot gnu.org
2020-08-21 19:50 ` jason at gcc dot gnu.org
2020-08-24 21:44 ` cvs-commit at gcc dot gnu.org
2020-08-24 21:47 ` jason at gcc dot gnu.org
2020-08-25  2:44 ` cvs-commit 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).