]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 8afbc89dd3cbceec7eb3d7f6c17b78037d12af0c..5ba47ab8648d759bcd75e25c78038f37c6d1a291 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 d0ffda1a9832e1a338e55c6eb5215c892e4275a7..b219dc0261121195e5d131bb9cc855af211e6cba 100644 (file)
@@ -1,4 +1,5 @@
 // PR c++/58846
+// { dg-options "-fuse-cxa-atexit" }
 
 extern "C" { char* __dso_handle; }