re PR target/18911 (mmix-knuth-mmixware testsuite failure: g++.dg/init/array16.C execution)

PR target/18911
	* g++.dg/init/array16.C: Skip for mmix-*-*.

From-SVN: r105828
This commit is contained in:
Hans-Peter Nilsson 2005-10-23 21:37:57 +00:00 committed by Hans-Peter Nilsson
parent 0341454504
commit f2c48d8b41
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-23 Hans-Peter Nilsson <hp@bitrange.com>
PR target/18911
* g++.dg/init/array16.C: Skip for mmix-*-*.
2005-10-23 Asher Langton <langton2@llnl.gov>
* gfortran.dg/byte_1.f90: New test.

View File

@ -1,4 +1,6 @@
// { dg-do run }
// Causes timeout for the MMIX simulator on a 3GHz P4 and we can't
// have "compile" for some targets and "run" for others.
// { dg-do run { target { ! mmix-*-* } } }
// { dg-options "-mstructure-size-boundary=8" { target arm-*-* } }
// Copyright (C) 2004 Free Software Foundation, Inc.