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
This commit is contained in:
parent
2732d76752
commit
14463ee954
@ -1,3 +1,8 @@
|
||||
2007-04-15 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* 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 <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR rtl-optimization/31500
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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-*-* } } } */
|
||||
|
||||
|
||||
|
@ -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" } }
|
||||
|
Loading…
Reference in New Issue
Block a user