diff options
| author | hutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-21 00:01:30 +0000 |
|---|---|---|
| committer | hutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-21 00:01:30 +0000 |
| commit | ace46a6dee1fce97383009b9cb68dca76c2eab2d (patch) | |
| tree | 771c12b104846f383640a5ad2944ac02efea476d | |
| parent | e98593f4b93b18d0af1b962b58d9299f9b5aa915 (diff) | |
| download | ppe42-gcc-ace46a6dee1fce97383009b9cb68dca76c2eab2d.tar.gz ppe42-gcc-ace46a6dee1fce97383009b9cb68dca76c2eab2d.zip | |
* gcc.dg/array-quals-1.c: xfail read only section check for avr target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135695 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/array-quals-1.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2ade2866c95..a397292287f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 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 * gcc.c-torture/execute/builtins/pr23484-chk.c : Correct test for 16bit int target. diff --git a/gcc/testsuite/gcc.dg/array-quals-1.c b/gcc/testsuite/gcc.dg/array-quals-1.c index 514daf8bc55..fc5398ba338 100644 --- a/gcc/testsuite/gcc.dg/array-quals-1.c +++ b/gcc/testsuite/gcc.dg/array-quals-1.c @@ -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; |

