darwin-comm.c: Expand to darwin10 and later.
authorJack Howarth <howarth@bromo.med.uc.edu>
Tue, 2 Dec 2008 18:03:26 +0000 (18:03 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Tue, 2 Dec 2008 18:03:26 +0000 (19:03 +0100)
2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>

* testsuite/gcc.dg/darwin-comm.c: Expand to darwin10 and later.

From-SVN: r142368

gcc/ChangeLog
gcc/testsuite/gcc.dg/darwin-comm.c

index a0a839c4ab94efa6f454c0d6d7887a5f5cb5bb4e..dc81e5a846a6bb5f63fc255c0f4de031b9c6e031 100644 (file)
@@ -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
index 74d50867c7f463cb597acb27bcd1189f5b385f6e..8c8619c87a61dc1e48c172d23b8e2fe33b57cca8 100644 (file)
@@ -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)));