* gcc.dg/section1.c: Don't xfail for avr.
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Sep 2011 16:55:08 +0000 (16:55 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Sep 2011 16:55:08 +0000 (16:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178649 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9ad40f3..07cd593 100644 (file)
@@ -1,4 +1,8 @@
 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
        * gcc.dg/tree-ssa/ivopts-lt.c: Add xfails for avr.
index 39ca969..e907f19 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;