Fix g++.dg/init/dso_handle2.C on Solaris
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 4 Feb 2014 10:22:23 +0000 (10:22 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 4 Feb 2014 10:22:23 +0000 (10:22 +0000)
* g++.dg/init/dso_handle2.C: Compile with -fuse-cxa-atexit.

From-SVN: r207458

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/dso_handle2.C

index 8afbc89..5ba47ab 100644 (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.
index d0ffda1..b219dc0 100644 (file)
@@ -1,4 +1,5 @@
 // PR c++/58846
+// { dg-options "-fuse-cxa-atexit" }
 
 extern "C" { char* __dso_handle; }