mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 12:21:15 +08:00
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:
parent
8ca5b2a2d4
commit
b931db5f4d
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user