section1.c: Don't xfail for avr.
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 7 Sep 2011 16:55:08 +0000 (16:55 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Wed, 7 Sep 2011 16:55:08 +0000 (16:55 +0000)
* gcc.dg/section1.c: Don't xfail for avr.

From-SVN: r178649

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/section1.c

index 9ad40f366b35af7255786c66d4f9e2fba51bdf20..07cd5934303de736e4458e0c1bf9ea5fca5b77b8 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-07  Georg-Johann Lay  <avr@gjlay.de>
+       
+       * gcc.dg/section1.c: Don't xfail for avr.
+       
 2011-09-07  Georg-Johann Lay  <avr@gjlay.de>
 
        PR tree-optimization/50322
index 39ca969a5720a9cbf5f4d89c73654eeb3017479f..e907f193b0fe6bac3d0cd99acd96e9d2c2024d71 100644 (file)
@@ -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;