From: Jack Howarth Date: Tue, 2 Dec 2008 18:03:26 +0000 (+0000) Subject: darwin-comm.c: Expand to darwin10 and later. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4cf57fd82248d8db37db112012ae5256a84cfbbc;p=gcc.git darwin-comm.c: Expand to darwin10 and later. 2008-12-02 Jack Howarth * testsuite/gcc.dg/darwin-comm.c: Expand to darwin10 and later. From-SVN: r142368 --- 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 + + * testsuite/gcc.dg/darwin-comm.c: Expand to darwin10 and later. + 2008-12-02 Jakub Jelinek 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)));