From: Kazu Hirata Date: Sun, 15 Apr 2007 13:58:40 +0000 (+0000) Subject: pr19340.c, [...]: XFAIL on fido-*-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14463ee9548cdb701ebac51785b83214216632f7;p=gcc.git pr19340.c, [...]: XFAIL on fido-*-*. * gcc.dg/pr19340.c, gcc.dg/tree-ssa/loop-1.c, gcc.dg/weak/typeof-2.c: XFAIL on fido-*-*. From-SVN: r123844 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c82555837a7..8d566cb001f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-04-15 Kazu Hirata + + * gcc.dg/pr19340.c, gcc.dg/tree-ssa/loop-1.c, + gcc.dg/weak/typeof-2.c: XFAIL on fido-*-*. + 2007-04-14 John David Anglin PR rtl-optimization/31500 diff --git a/gcc/testsuite/gcc.dg/pr19340.c b/gcc/testsuite/gcc.dg/pr19340.c index 27cd8c8cc27..63fd41d8a64 100644 --- a/gcc/testsuite/gcc.dg/pr19340.c +++ b/gcc/testsuite/gcc.dg/pr19340.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */ -/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* m68k-*-* m32c-*-* } { "*" } { "" } } */ +/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* fido-*-* m68k-*-* m32c-*-* } { "*" } { "" } } */ extern double f (double x); diff --git a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c index 3ae4819256a..bec86be0f3b 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c @@ -37,11 +37,11 @@ void xxx(void) /* CRIS keeps the address in a register. */ /* m68k sometimes puts the address in a register, depending on CPU and PIC. */ -/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* cris-*-* m68k-*-* } } } */ +/* { dg-final { scan-assembler-times "foo" 5 { xfail hppa*-*-* ia64*-*-* sh*-*-* cris-*-* fido-*-* m68k-*-* } } } */ /* { dg-final { scan-assembler-times "foo,%r" 5 { target hppa*-*-* } } } */ /* { dg-final { scan-assembler-times "= foo" 5 { target ia64*-*-* } } } */ /* { dg-final { scan-assembler-times "jsr|blink\ttr?,r18" 5 { target sh*-*-* } } } */ /* { dg-final { scan-assembler-times "Jsr \\\$r" 5 { target cris-*-* } } } */ -/* { dg-final { scan-assembler-times "\[jb\]sr" 5 { target m68k-*-* } } } */ +/* { dg-final { scan-assembler-times "\[jb\]sr" 5 { target fido-*-* m68k-*-* } } } */ diff --git a/gcc/testsuite/gcc.dg/weak/typeof-2.c b/gcc/testsuite/gcc.dg/weak/typeof-2.c index 9fbfaf0f140..be9b53b4838 100644 --- a/gcc/testsuite/gcc.dg/weak/typeof-2.c +++ b/gcc/testsuite/gcc.dg/weak/typeof-2.c @@ -38,5 +38,6 @@ int bar3 (int x) // Likewise for CRIS targets. // { dg-final { if [string match cris-*-* $target_triplet ] {return} } } // Likewise for m68k targets. +// { dg-final { if [string match fido-*-* $target_triplet ] {return} } } // { dg-final { if [string match m68k-*-* $target_triplet ] {return} } } // { dg-final { scan-assembler "baz3.*baz3.*baz3.*baz3.*baz3.*baz3" } }