From b20e82291eef31ef415bb218c172519d59da16ac Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sun, 28 Nov 2004 22:14:34 +0000 Subject: [PATCH] re PR target/18337 (mmix-knuth-mmixware testsuite failure: gcc.dg/array-quals-1.c) PR target/18337 * gcc.dg/array-quals-1.c: Xfail for mmix-*-*. From-SVN: r91427 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/array-quals-1.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7de43cf..3ac7072 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-11-28 Hans-Peter Nilsson + + PR target/18337 + * gcc.dg/array-quals-1.c: Xfail for mmix-*-*. + 2004-11-28 Bud Davis * gfortran.dg/direct_io_2.f90: New test. diff --git a/gcc/testsuite/gcc.dg/array-quals-1.c b/gcc/testsuite/gcc.dg/array-quals-1.c index 8068895..24027bc 100644 --- a/gcc/testsuite/gcc.dg/array-quals-1.c +++ b/gcc/testsuite/gcc.dg/array-quals-1.c @@ -3,7 +3,8 @@ all should end up in a read-only section. PR c/12165. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ -/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* } } } */ +/* 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-*-* } } } */ static const int a[2] = { 1, 2 }; const int a1[2] = { 1, 2 }; typedef const int ci; -- 2.7.4