labels-3.x: New file, don't assemble the compiler output on mips*-*-irix*.

* gcc.c-torture/compile/labels-3.x: New file, don't assemble the
	compiler output on mips*-*-irix*.

From-SVN: r52726
This commit is contained in:
Kaveh R. Ghazi 2002-04-24 19:04:23 +00:00 committed by Kaveh Ghazi
parent 84f0ace064
commit 3f2019c6ef
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/compile/labels-3.x: New file, don't assemble the
compiler output on mips*-*-irix*.
2002-04-23 Jakub Jelinek <jakub@redhat.com>
* g++.dg/parse/attr1.C: New test.

View file

@ -0,0 +1,7 @@
# This test does not compile on mips-irix6 using the native assembler,
# though it does work with gas. See PR6200. Since we cannot (???)
# distinguish which assembler is being used, always pass -S for irix.
if { [istarget "mips*-*-irix*"] } { set options "-S" }
return 0