From 64df1ecf72565c689bfbf5d18a2392239756102f Mon Sep 17 00:00:00 2001 From: andreast Date: Tue, 2 Dec 2008 18:03:26 +0000 Subject: [PATCH] 2008-12-02 Jack Howarth * 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 --- gcc/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/darwin-comm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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))); -- 2.11.4.GIT