* gcc.dg/array-quals-1.c: xfail read only section check for avr target.
authorAndy Hutchinson <hutchinsonandy@aim.com>
Wed, 21 May 2008 00:01:30 +0000 (00:01 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Wed, 21 May 2008 00:01:30 +0000 (00:01 +0000)
From-SVN: r135695

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/array-quals-1.c

index 2ade2866c95489bad8c99fe07eb4d12294ad65b4..a397292287fcf072e443ec53c9cfe56d17262c7c 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-20  Andy Hutchinson  <hutchinsonandy@aim.com>
+
+       * gcc.dg/array-quals-1.c: xfail read only section
+       check for avr target. 
+   
 2008-05-20  Andy Hutchinson  <hutchinsonandy@aim.com>
 
        PR testsuite/34889
index 514daf8bc55580bd5c98bada67502203b6baac9a..fc5398ba3387c24d0d0d020a881d30c9729c49cf 100644 (file)
@@ -4,7 +4,7 @@
 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
 /* { dg-do compile } */
 /* The MMIX port always switches to the .data section at the end of a file.  */
-/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* mmix-*-* x86_64-*-mingw* } } } */
+/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* mmix-*-* x86_64-*-mingw* avr-*-*} } } */
 static const int a[2] = { 1, 2 };
 const int a1[2] = { 1, 2 };
 typedef const int ci;