This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Aug 2008 18:17:58 -0000
- Subject: [Bug middle-end/37170] [4.4 Regression]: gcc.dg/weak/weak-1.c
- References: <bug-37170-507@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #48 from dominiq at lps dot ens dot fr 2008-08-25 18:17 -------
I get:
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.dg/abi/empty7.C
/var/tmp//ccCa6HmC.s:unknown:Undefined symbol: __ZTV2S3 can't be a
weak_definition
/var/tmp//ccCa6HmC.s:unknown:Undefined symbol: __ZTV2S4 can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.dg/abi/layout2.C
/var/tmp//cc6U13JE.s:unknown:Undefined symbol: __ZTV1D can't be a
weak_definition
/var/tmp//cc6U13JE.s:unknown:Undefined symbol: __ZTV1B can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.dg/abi/vbase12.C
/var/tmp//ccTo47cP.s:unknown:Undefined symbol: __ZTV1C can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.dg/inherit/thunk7.C
/var/tmp//cckYOBdw.s:unknown:Undefined symbol: __ZTV1D can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.brendan/misc11.C
/var/tmp//cc6Kf47c.s:unknown:Undefined symbol: __ZTV1B can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.mike/offset1.C
/var/tmp//cc98DFie.s:unknown:Undefined symbol: __ZTV4Barf can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.mike/virt2.C
/var/tmp//ccZeI4BH.s:unknown:Undefined symbol: __ZTV2S1 can't be a
weak_definition
/var/tmp//ccZeI4BH.s:unknown:Undefined symbol: __ZTV2S2 can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.other/rtti4.C
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.other/rtti4.C:49: warning:
direct base 'B' inaccessible in 'E' due to ambiguity
/var/tmp//ccphb9BU.s:unknown:Undefined symbol: __ZTV1E can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.other/rttid4.C
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.other/rttid4.C:50: warning:
direct base 'B' inaccessible in 'E' due to ambiguity
/var/tmp//ccWsGUAt.s:unknown:Undefined symbol: __ZTV1E can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.other/virtual9.C
/var/tmp//ccjNVoz2.s:unknown:Undefined symbol: __ZTV1C can't be a
weak_definition
/var/tmp//ccjNVoz2.s:unknown:Undefined symbol: __ZTV1B can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.robertl/eh990323-2.C
/var/tmp//cc6nnIz5.s:unknown:Undefined symbol: __ZTV1B can't be a
weak_definition
[ibook-dhum] f90/bug% g++44
/opt/gcc/_gcc_clean/gcc/testsuite/g++.old-deja/g++.robertl/eh990323-4.C
/var/tmp//ccau8OGJ.s:unknown:Undefined symbol: __ZTV1B can't be a
weak_definition
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37170