mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
7f171b9554
commit
4cf57fd822
|
@ -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
|
||||
|
|
|
@ -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)));
|
||||
|
|
Loading…
Reference in New Issue