diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2011-09-07 16:55:08 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2011-09-07 16:55:08 +0000 |
commit | aad0eef6aaf3de8c9fbd5edb3b5fd31161b52dda (patch) | |
tree | ac83fbbd2ddef9eabde9257bbc6f747f09460113 /gcc/testsuite/gcc.dg/section1.c | |
parent | 74a73e8be46f9fe9d8434366512a156e917e6b84 (diff) | |
download | gcc-aad0eef6aaf3de8c9fbd5edb3b5fd31161b52dda.zip gcc-aad0eef6aaf3de8c9fbd5edb3b5fd31161b52dda.tar.gz gcc-aad0eef6aaf3de8c9fbd5edb3b5fd31161b52dda.tar.bz2 |
section1.c: Don't xfail for avr.
* gcc.dg/section1.c: Don't xfail for avr.
From-SVN: r178649
Diffstat (limited to 'gcc/testsuite/gcc.dg/section1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/section1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/section1.c b/gcc/testsuite/gcc.dg/section1.c index 39ca969..e907f19 100644 --- a/gcc/testsuite/gcc.dg/section1.c +++ b/gcc/testsuite/gcc.dg/section1.c @@ -1,5 +1,5 @@ /* PR optimization/6871 */ /* Constant variables belong in .rodata, not .bss. */ -/* { dg-final { scan-assembler-not "\.bss" { xfail avr-*-*} } } */ +/* { dg-final { scan-assembler-not "\.bss" } } */ const int i = 0; |