re PR target/18488 (mmix-knuth-mmixware testsuite failure: g++.dg/opt/vt1.C)

PR target/18488
	* g++.dg/opt/vt1.C: Skip for mmix-*-*.

From-SVN: r91486
This commit is contained in:
Hans-Peter Nilsson 2004-11-29 20:30:08 +00:00 committed by Hans-Peter Nilsson
parent 226e69266f
commit 3798c21bd8
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2004-11-29 Hans-Peter Nilsson <hp@bitrange.com>
PR target/18488
* g++.dg/opt/vt1.C: Skip for mmix-*-*.
PR target/18336
* gcc.dg/20040813-1.c: Skip for mmix-*-*.

View File

@ -1,5 +1,6 @@
// Test whether vtable for S is not put into read-only section.
// { dg-do compile }
// { dg-skip-if "No -fpic" { mmix-*-* } { "*" } { "" } }
// { dg-options "-O2 -fpic -fno-rtti" }
// Origin: Jakub Jelinek <jakub@redhat.com>