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:
parent
84f0ace064
commit
3f2019c6ef
2 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
|
|
7
gcc/testsuite/gcc.c-torture/compile/labels-3.x
Normal file
7
gcc/testsuite/gcc.c-torture/compile/labels-3.x
Normal 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
|
Loading…
Add table
Reference in a new issue