OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Feb 2012 19:18:27 +0000 (19:18 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Feb 2012 19:18:27 +0000 (19:18 +0000)
PR target/52152
* objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183978 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/stabs-1.m

index 76daf3d..dd76e45 100644 (file)
@@ -1,5 +1,10 @@
 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
 
+       PR target/52152
+       * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.
+
+2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
+
        PR middle-end/24306
        PR target/52154
        * lib/target-supports.exp (check_effective_target_mips_eabi): New.
index f1f2e8e..feefc3b 100644 (file)
@@ -15,4 +15,5 @@
 }
 @end
 
-/* { dg-final { scan-assembler "(.SUBSPA.*\[\$\]CODE\[\$\]|.text\"?)\n\t.stabs.*100,0,0,(\[\.\$\])?L?L\[\$\]?etext\[0-9\]*\n(\[\.\$\])?L?L\[\$\]?etext" } } */
+/* 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* } } } */