Commit b931db5f by Steve Ellcey Committed by Steve Ellcey

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
parent 8ca5b2a2
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
/* { 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment