Fix g++.dg/init/dso_handle2.C on Solaris

* g++.dg/init/dso_handle2.C: Compile with -fuse-cxa-atexit.

From-SVN: r207458
This commit is contained in:
Rainer Orth 2014-02-04 10:22:23 +00:00 committed by Rainer Orth
parent 2687eb3371
commit 25c90aae33
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/init/dso_handle2.C: Compile with -fuse-cxa-atexit.
2014-02-04 Renlin Li <Renlin.Li@arm.com>
* gcc.target/arm/ftest-armv7a-thumb.c: Change aramv7-a to armv7-a.

View File

@ -1,4 +1,5 @@
// PR c++/58846
// { dg-options "-fuse-cxa-atexit" }
extern "C" { char* __dso_handle; }