* gcc.dg/array-quals-1.c: xfail read only section check for avr target.
From-SVN: r135695
This commit is contained in:
parent
77b4cc3594
commit
b348936e59
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue