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
This commit is contained in:
Steve Ellcey 2006-05-02 22:16:13 +00:00 committed by Steve Ellcey
parent 8ca5b2a2d4
commit b931db5f4d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-05-02 Steve Ellcey <sje@cup.hp.com>
PR testsuite/27032
* gcc.c-torture/compile/pr23237.c: Move dg-do line.
2006-05-02 Jeff Law <law@redhat.com>
PR tree-optimization/27364

View File

@ -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)