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:
parent
d3f128e9e6
commit
1465374afe
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user