new3.C: Adjust test for mingw targets to use static-version.
authorKai Tietz <ktietz@redhat.com>
Thu, 29 Dec 2011 10:01:29 +0000 (11:01 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 29 Dec 2011 10:01:29 +0000 (11:01 +0100)
       * g++.old-deja/g++.brendan/new3.C: Adjust test for mingw
       targets to use static-version.
       * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
       * g++.old-deja/g++.abi/arraynew.C: Likewise.
       * g++.old-deja/g++.eh/new1.C: Likewise.
       * g++.old-deja/g++.eh/new2.C: Likewise.

From-SVN: r182721

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.abi/arraynew.C
gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C
gcc/testsuite/g++.old-deja/g++.brendan/new3.C
gcc/testsuite/g++.old-deja/g++.eh/new1.C
gcc/testsuite/g++.old-deja/g++.eh/new2.C

index 306356790a90296b67abb25ec5f77d3dc2cf3e31..4c2ee8a9420f43f118743991dc2d5137f3562b85 100644 (file)
@@ -1,3 +1,12 @@
+2012-12-29  Kai Tietz  <ktietz@redhat.com>
+
+       * g++.old-deja/g++.brendan/new3.C: Adjust test for mingw
+       targets to use static-version.
+       * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
+       * g++.old-deja/g++.abi/arraynew.C: Likewise.
+       * g++.old-deja/g++.eh/new1.C: Likewise.
+       * g++.old-deja/g++.eh/new2.C: Likewise.
+
 2011-12-29  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * gfortran.dg/function_optimize_9.f90:  New test.
index 7efea818be0ccbadde5bc73651b3faab85d6b703..2e11caecff6f5db4d073e45b9768aa77ffa8359c 100644 (file)
@@ -1,5 +1,7 @@
 // { dg-do run  }
 // Origin: Mark Mitchell <mark@codesourcery.com>
+// Avoid use of none-overridable new/delete operators in shared
+// { dg-options "-static" { target *-*-mingw* } }
 
 #if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
 
index 8d098bffca852c4fe1b185f7934ab10aead40aa3..f3d602ffd32ccd297dc499054820252324fbceb1 100644 (file)
@@ -5,6 +5,8 @@
 // are resolved when the kernel is linked.
 // { dg-do run { xfail { powerpc-ibm-aix* || vxworks_kernel } } }
 // { dg-options "-flat_namespace" { target *-*-darwin[67]* } }
+// Avoid use of none-overridable new/delete operators in shared
+// { dg-options "-static" { target *-*-mingw* } }
 // Test __cxa_vec routines
 // Copyright (C) 2000, 2005 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 7 Apr 2000 <nathan@nathan@codesourcery.com>
index 55c7dbbb37f913f4270e6a42692bd49d4b72c247..cc716d5c38fc883587f99e1c0e8bcf8f51f00f3e 100644 (file)
@@ -5,6 +5,8 @@
 // are resolved when the kernel is linked.
 // { dg-do run { xfail { powerpc-ibm-aix* || vxworks_kernel } } }
 // { dg-options "-flat_namespace" { target *-*-darwin[67]* } }
+// Avoid use of none-overridable new/delete operators in shared
+// { dg-options "-static" { target *-*-mingw* } }
 // GROUPS passed operator-new
 #include <stdio.h>
 #include <stdlib.h>
index e206f5bc853ff678182ac9e2695c718b1aed656f..929188f6dcab9255ebcbf292fabba1a39c46dfb9 100644 (file)
@@ -1,5 +1,7 @@
 // { dg-do run  }
 // Test that a throw in foo destroys the A, but does not free the memory.
+// Avoid use of none-overridable new/delete operators in shared
+// { dg-options "-static" { target *-*-mingw* } }
 
 #include <cstddef>
 #include <cstdlib>
index d5fd74bcf729ba7c8b269314991a3645e9a19b45..f3e8982a5931133ecff60e4d8103936a2fee7fee 100644 (file)
@@ -1,5 +1,7 @@
 // { dg-do run  }
 // Test that a throw in B's constructor destroys the A and frees the memory.
+// Avoid use of none-overridable new/delete operators in shared
+// { dg-options "-static" { target *-*-mingw* } }
 
 #include <cstddef>
 #include <cstdlib>