public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/106145] New: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu
@ 2022-06-30 11:38 doko at gcc dot gnu.org
  2022-06-30 14:03 ` [Bug bootstrap/106145] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2022-06-30 11:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106145
           Summary: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o):
                    copy relocation against non-copyable protected symbol
                    `__cxa_pure_virtual' on aarch64-linux-gnu
           Product: gcc
           Version: 12.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

this is seen building a native compiler on aarch64-linux-gnu using trunk and
also using the current gcc-12 branch. binutils trunk and glibc 2.35 are used
for the build.

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

* [Bug bootstrap/106145] [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu
  2022-06-30 11:38 [Bug bootstrap/106145] New: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu doko at gcc dot gnu.org
@ 2022-06-30 14:03 ` pinskia at gcc dot gnu.org
  2022-07-01  6:57 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-06-30 14:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This sounds like a binutils bug ....

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

* [Bug bootstrap/106145] [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu
  2022-06-30 11:38 [Bug bootstrap/106145] New: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu doko at gcc dot gnu.org
  2022-06-30 14:03 ` [Bug bootstrap/106145] " pinskia at gcc dot gnu.org
@ 2022-07-01  6:57 ` rguenth at gcc dot gnu.org
  2022-07-01  8:23 ` doko at gcc dot gnu.org
  2022-07-20  8:35 ` doko at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-07-01  6:57 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |12.2

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

* [Bug bootstrap/106145] [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu
  2022-06-30 11:38 [Bug bootstrap/106145] New: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu doko at gcc dot gnu.org
  2022-06-30 14:03 ` [Bug bootstrap/106145] " pinskia at gcc dot gnu.org
  2022-07-01  6:57 ` rguenth at gcc dot gnu.org
@ 2022-07-01  8:23 ` doko at gcc dot gnu.org
  2022-07-20  8:35 ` doko at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2022-07-01  8:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Matthias Klose <doko at gcc dot gnu.org> ---
also reported as https://sourceware.org/bugzilla/show_bug.cgi?id=29310

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

* [Bug bootstrap/106145] [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu
  2022-06-30 11:38 [Bug bootstrap/106145] New: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-07-01  8:23 ` doko at gcc dot gnu.org
@ 2022-07-20  8:35 ` doko at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2022-07-20  8:35 UTC (permalink / raw)
  To: gcc-bugs

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

Matthias Klose <doko at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Matthias Klose <doko at gcc dot gnu.org> ---
and now unreproducible with updated binutils and gcc packages ... closing

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

end of thread, other threads:[~2022-07-20  8:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 11:38 [Bug bootstrap/106145] New: [12/13 Regression] /usr/bin/ld: libcommon.a(input.o): copy relocation against non-copyable protected symbol `__cxa_pure_virtual' on aarch64-linux-gnu doko at gcc dot gnu.org
2022-06-30 14:03 ` [Bug bootstrap/106145] " pinskia at gcc dot gnu.org
2022-07-01  6:57 ` rguenth at gcc dot gnu.org
2022-07-01  8:23 ` doko at gcc dot gnu.org
2022-07-20  8:35 ` doko 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).