From: Mike Stump Date: Thu, 29 Jun 2006 19:59:23 +0000 (+0000) Subject: struct-layout-1_generate.c: Don't use common on darwin as we can't align commons... X-Git-Tag: releases/gcc-4.2.0~2244 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32df442ab35bf83a2227c86822b0a7dc3b33505f;p=thirdparty%2Fgcc.git struct-layout-1_generate.c: Don't use common on darwin as we can't align commons large enough yet. * gcc.dg/compat/struct-layout-1_generate.c: Don't use common on darwin as we can't align commons large enough yet. From-SVN: r115075 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 024b0e72f081..2f6fbe2fa484 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2006-06-29 Mike Stump + * gcc.dg/compat/struct-layout-1_generate.c: Don't use common + on darwin as we can't align commons large enough yet. + * gcc.dg/vla-8.c: Add additional testcases. 2006-06-26 Steve Ellcey diff --git a/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c b/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c index 59b777f1e038..09cb0a5cd7c5 100644 --- a/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c +++ b/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c @@ -757,7 +757,7 @@ switchfiles (int fields) } fprintf (outfile, "\ /* { dg-options \"-I%s\" } */\n\ -/* { dg-options \"-I%s -fno-common\" { target hppa*-*-hpux* } } */\n\ +/* { dg-options \"-I%s -fno-common\" { target hppa*-*-hpux* *-*-darwin* } } */\n\ /* { dg-options \"-I%s -mno-base-addresses\" { target mmix-*-* } } */\n\ #include \"struct-layout-1.h\"\n\ \n\ @@ -784,7 +784,7 @@ int main (void)\n\ goto fail; fprintf (outfile, "\ /* { dg-options \"-w -I%s\" } */\n\ -/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* } } */\n\ +/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* *-*-darwin* } } */\n\ /* { dg-options \"-w -I%s -mno-base-addresses\" { target mmix-*-* } } */\n\ #include \"struct-layout-1_x1.h\"\n\ #include \"t%03d_test.h\"\n\ @@ -797,7 +797,7 @@ int main (void)\n\ goto fail; fprintf (outfile, "\ /* { dg-options \"-w -I%s\" } */\n\ -/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* } } */\n\ +/* { dg-options \"-w -I%s -fno-common\" { target hppa*-*-hpux* *-*-darwin* } } */\n\ /* { dg-options \"-w -I%s -mno-base-addresses\" { target mmix-*-* } } */\n\ #include \"struct-layout-1_y1.h\"\n\ #include \"t%03d_test.h\"\n\