Like other MIPS ELF targets, the mips-sgi-irix6.5 configuration doesn't include dbxelf.h, causing objc.dg/stabs-1.m to FAIL. Same cure as in Richard's patch.
Tested with the appropriate runtest invocations, installed on mainline. Rainer 2012-02-11 Rainer Orth <r...@cebitec.uni-bielefeld.de> PR target/52152 * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
# HG changeset patch # Parent 70ca6a7604410806387831ef3d83da7de7961a67 XFAIL objc.dg/stabs-1.m on IRIX (PR target/52152) diff --git a/gcc/testsuite/objc.dg/stabs-1.m b/gcc/testsuite/objc.dg/stabs-1.m --- a/gcc/testsuite/objc.dg/stabs-1.m +++ b/gcc/testsuite/objc.dg/stabs-1.m @@ -15,5 +15,5 @@ } @end -/* See PR 52152 for the xfail. */ -/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" { xfail mips*-*-elf* } } } */ +/* See PR target/52152 for the xfail. */ +/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" { xfail mips*-*-elf* mips-sgi-irix6.5 } } } */
-- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University