Commit 9b306597 authored by hp's avatar hp
Browse files

PR target/18337

	* gcc.dg/array-quals-1.c: Xfail for mmix-*-*.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91427 138bc75d-0d04-0410-961f-82ee72b054a4
parent 8ff470b4
2004-11-28 Hans-Peter Nilsson <hp@bitrange.com>
PR target/18337
* gcc.dg/array-quals-1.c: Xfail for mmix-*-*.
2004-11-28 Bud Davis <bdavis9659@comcast.net>
* gfortran.dg/direct_io_2.f90: New test.
......
......@@ -3,7 +3,8 @@
all should end up in a read-only section. PR c/12165. */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { 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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment