summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/array-quals-1.c
diff options
context:
space:
mode:
authorhariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-29 10:31:14 +0000
committerhariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-29 10:31:14 +0000
commit0c20e33d2297735c398e42b39e9fbe45a3af7a1d (patch)
treeca75f7c0eb56afa8cddea89b63b6968085a6f574 /gcc/testsuite/gcc.dg/array-quals-1.c
parent4331537398d5b595ca10fd1e31a4dd526593aff0 (diff)
downloadgcc-0c20e33d2297735c398e42b39e9fbe45a3af7a1d.tar.gz
* gcc.c-torture/execute/builtins/fprintf.x: Disable test for
freestanding targets. * gcc.c-torture/execute/pr37573.x: Disable test for 16-bit targets. * gcc.c-torture/execute/20081117-1.x: Disable test for 16-bit targets. * gcc.c-torture/compile/limits-stringlit.c: Disable test for picochip. * gcc.dg/array-quals-1.c: Disable test for picochip. * lib/target-supports.exp: Add support for freestanding ports and disable picochip for profiling tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/array-quals-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/array-quals-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/array-quals-1.c b/gcc/testsuite/gcc.dg/array-quals-1.c
index fc5398ba338..f01db686b45 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* avr-*-*} } } */
+/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* mmix-*-* x86_64-*-mingw* picochip--*-* avr-*-*} } } */
static const int a[2] = { 1, 2 };
const int a1[2] = { 1, 2 };
typedef const int ci;