* g++.old-deja/g++.abi/align.C: Enable for darwin.

From-SVN: r118431
This commit is contained in:
Mike Stump 2006-11-02 21:06:40 +00:00 committed by Mike Stump
parent b3c9881c2d
commit b654d3320b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-11-02 Mike Stump <mrs@apple.com>
* g++.old-deja/g++.abi/align.C: Enable for darwin.
2006-11-02 Eric Botcazou <ebotcazou@adacore.com>
* g++.dg/eh/gcsec1.C: New test.

View File

@ -1,4 +1,4 @@
// { dg-do run { target i?86-*-linux* x86_64-*-linux* i?86-*-freebsd* } }
// { dg-do run { target i?86-*-linux* x86_64-*-linux* i?86-*-freebsd* i?86-*-darwin* } }
// { dg-require-effective-target ilp32 }
// { dg-options "-malign-double" }
// Origin: Alex Samuel <samuel@codesourcery.com>