diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 18:03:26 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 18:03:26 +0000 |
commit | 64df1ecf72565c689bfbf5d18a2392239756102f (patch) | |
tree | 73c4d655f98ecc10541145ebf75c96c3b7061574 | |
parent | 501068c293f0a31117ceb7f414413c2619afa853 (diff) | |
download | gcc-64df1ecf72565c689bfbf5d18a2392239756102f.tar.gz |
2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/gcc.dg/darwin-comm.c: Expand to darwin10 and later.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142368 138bc75d-0d04-0410-961f-82ee72b054a4
-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 a0a839c4ab9..dc81e5a846a 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 74d50867c7f..8c8619c87a6 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))); |