This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][TUPLES] libstdc++-v3 bug fixes in cp/decl2.c and tree-eh.c


>  I have one regression:
>
>  g++.dg/abi/forced.C
>
>  It fails with
>
>   undefined reference to 'typeinfo for __cxxabiv1::__forced_unwind'
>

Attached is a reduced test:

tuples-build-134764/gcc/cc1plus testcase.i -o testcase-134764.s -quiet
tuples-build-134793/gcc/cc1plus testcase.i -o testcase-134793.s -quiet
g++ testcase-134764.s -o test
g++ testcase-134793.s -o test
/tmp/cccSFszF.o:(.gcc_except_table+0x24): undefined reference to
`typeinfo for __cxxabiv1::__forced_unwind'


Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047

Attachment: testcase.i
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]