cxa_vec.C: Add -flat_namespace on Darwin 6 and 7.

* 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
This commit is contained in:
Geoffrey Keating 2005-01-01 21:53:26 +00:00 committed by Geoffrey Keating
parent d3f128e9e6
commit 1465374afe
3 changed files with 9 additions and 1 deletions

View 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.

View 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

View 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>