diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2008-12-02 18:03:26 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2008-12-02 19:03:26 +0100 |
commit | 4cf57fd82248d8db37db112012ae5256a84cfbbc (patch) | |
tree | 73c4d655f98ecc10541145ebf75c96c3b7061574 /gcc | |
parent | 7f171b9554da57f48e038d0224599ac8a06ee37f (diff) | |
download | gcc-4cf57fd82248d8db37db112012ae5256a84cfbbc.zip gcc-4cf57fd82248d8db37db112012ae5256a84cfbbc.tar.gz gcc-4cf57fd82248d8db37db112012ae5256a84cfbbc.tar.bz2 |
darwin-comm.c: Expand to darwin10 and later.
2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/gcc.dg/darwin-comm.c: Expand to darwin10 and later.
From-SVN: r142368
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/darwin-comm.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a0a839c..dc81e5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu> + + * testsuite/gcc.dg/darwin-comm.c: Expand to darwin10 and later. + 2008-12-02 Jakub Jelinek <jakub@redhat.com> PR middle-end/38343 diff --git a/gcc/testsuite/gcc.dg/darwin-comm.c b/gcc/testsuite/gcc.dg/darwin-comm.c index 74d5086..8c8619c 100644 --- a/gcc/testsuite/gcc.dg/darwin-comm.c +++ b/gcc/testsuite/gcc.dg/darwin-comm.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target *-*-darwin9* } } */ +/* { dg-do compile { target *-*-darwin[912]* } } */ /* { dg-final { scan-assembler ".comm _foo,1,15" } } */ char foo __attribute__ ((aligned(32768))); |