public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/94275] New: /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE
@ 2020-03-23 12:26 danglin at gcc dot gnu.org
  2020-03-23 13:07 ` [Bug libstdc++/94275] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2020-03-23 12:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94275
           Summary: /usr/ccs/bin/ld: Unsatisfied symbols:
                    _ZNSs4_Rep20_S_empty_rep_storageE
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11

Build fails linking gcov:

/test/gnu/gcc/objdir/./prev-gcc/xg++ -B/test/gnu/gcc/objdir/./prev-gcc/
-B/opt/g
nu/gcc/gcc-10/hppa2.0w-hp-hpux11.11/bin/ -nostdinc++
-B/test/gnu/gcc/objdir/prev
-hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-B/test/gnu/gcc/objdir/prev-hppa2.
0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs 
-I/test/gnu/gcc/objdir/prev-hppa2.
0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11 
-I/test/gnu/gcc/objd
ir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/include 
-I/test/gnu/gcc/gcc/libstdc+
+-v3/libsupc++
-L/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/sr
c/.libs
-L/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++
/.libs -no-pie   -g -O2 -fno-checking -DIN_GCC     -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wno-error=format-diag -Wmissing-format-attribute
-Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -static-libstdc++
-static-libgcc  gcov.o json.o \
        hash-table.o ggc-none.o libcommon.a ../libcpp/libcpp.a  
../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a  -L./../zlib -lz -o gcov
/usr/ccs/bin/ld: Unsatisfied symbols:
   _ZNSs4_Rep20_S_empty_rep_storageE (first referenced in
/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs/libstdc++.a(stdexcept.o))
(data)
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:3014: gcov] Error 1

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

* [Bug libstdc++/94275] /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE
  2020-03-23 12:26 [Bug libstdc++/94275] New: /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE danglin at gcc dot gnu.org
@ 2020-03-23 13:07 ` redi at gcc dot gnu.org
  2020-03-23 14:57 ` dave.anglin at bell dot net
  2020-03-30 20:55 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2020-03-23 13:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
That symbol has been there (unchanged) for a couple of decades, so I'm not sure
what causes this.

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

* [Bug libstdc++/94275] /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE
  2020-03-23 12:26 [Bug libstdc++/94275] New: /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE danglin at gcc dot gnu.org
  2020-03-23 13:07 ` [Bug libstdc++/94275] " redi at gcc dot gnu.org
@ 2020-03-23 14:57 ` dave.anglin at bell dot net
  2020-03-30 20:55 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dave.anglin at bell dot net @ 2020-03-23 14:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from dave.anglin at bell dot net ---
There's a small chance the symbol disappeared due to an experimental change
relating to PR 94253.  Otherwise, nothing has changed in the PA back end for
some
time.

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

* [Bug libstdc++/94275] /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE
  2020-03-23 12:26 [Bug libstdc++/94275] New: /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE danglin at gcc dot gnu.org
  2020-03-23 13:07 ` [Bug libstdc++/94275] " redi at gcc dot gnu.org
  2020-03-23 14:57 ` dave.anglin at bell dot net
@ 2020-03-30 20:55 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2020-03-30 20:55 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Disappeared on next build.

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

end of thread, other threads:[~2020-03-30 20:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 12:26 [Bug libstdc++/94275] New: /usr/ccs/bin/ld: Unsatisfied symbols: _ZNSs4_Rep20_S_empty_rep_storageE danglin at gcc dot gnu.org
2020-03-23 13:07 ` [Bug libstdc++/94275] " redi at gcc dot gnu.org
2020-03-23 14:57 ` dave.anglin at bell dot net
2020-03-30 20:55 ` danglin 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).