From: Steve Ellcey Date: Tue, 2 May 2006 22:16:13 +0000 (+0000) Subject: re PR testsuite/27032 (gcc.c-torture/compile/pr23237.c fails) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b931db5f4dd15ca9a107c224bee750bfb977991a;p=platform%2Fupstream%2Fgcc.git re PR testsuite/27032 (gcc.c-torture/compile/pr23237.c fails) PR testsuite/27032 * gcc.c-torture/compile/pr23237.c: Move dg-do line. From-SVN: r113484 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2a654bc..07196c8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-05-02 Steve Ellcey + + PR testsuite/27032 + * gcc.c-torture/compile/pr23237.c: Move dg-do line. + 2006-05-02 Jeff Law PR tree-optimization/27364 diff --git a/gcc/testsuite/gcc.c-torture/compile/pr23237.c b/gcc/testsuite/gcc.c-torture/compile/pr23237.c index 955cdd0..f3f917d 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr23237.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr23237.c @@ -1,9 +1,9 @@ -/* { dg-require-effective-target named_sections } */ - /* Don't assemble, as this section syntax may not be valid on all platforms (e.g., Darwin). */ /* { dg-do compile } */ +/* { dg-require-effective-target named_sections } */ + static __attribute__ ((__section__ (".init.data"))) char *message; static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {}; void unpack_to_rootfs(void)