]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cxa_vec.C: Add -flat_namespace on Darwin 6 and 7.
authorGeoffrey Keating <geoffk@geoffk.org>
Sat, 1 Jan 2005 21:53:26 +0000 (21:53 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 1 Jan 2005 21:53:26 +0000 (21:53 +0000)
* g++.old-deja/g++.abi/cxa_vec.C: Add -flat_namespace on Darwin
6 and 7.
* g++.old-deja/g++.brendan/new3.C: Likewise.

From-SVN: r92790

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C
gcc/testsuite/g++.old-deja/g++.brendan/new3.C

index 76c2aeaa0873bb83c0f27fde76dd03960405e3ab..97400f7d5bc7f3a5319252db7f1e881f3ad0e553 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-01  Geoffrey Keating  <geoffk@geoffk.org>
+
+       * g++.old-deja/g++.abi/cxa_vec.C: Add -flat_namespace on Darwin
+       6 and 7.
+       * g++.old-deja/g++.brendan/new3.C: Likewise.
+
 2005-01-01  Steven Bosscher  <stevenb@suse.de>
 
        * gcc.dg/20041231-1.C: New test.
index 3c05f16f28ead30511830c45212d44acdb8f9893..7be9185638b8d335ca3a78d542d555f887bcd09f 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-do run { xfail powerpc-ibm-aix* } }
+// { dg-options "-flat_namespace" { target *-*-darwin[67]* } }
 // Test __cxa_vec routines
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2005 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 7 Apr 2000 <nathan@nathan@codesourcery.com>
 
 #if defined (__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100
index 961a3ad3bb394c441bf3a2af838d0f356dd4df65..b5bfb4a83b059d89ea253a483e579519cb58d517 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { xfail powerpc-ibm-aix* } }
+// { dg-options "-flat_namespace" { target *-*-darwin[67]* } }
 // GROUPS passed operator-new
 #include <stdio.h>
 #include <stdlib.h>