Commit 113278e2 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR rtl-optimization/33642 (unrecognizable insn for -frtl-abstract-sequences)

	PR rtl-optimization/33642
	* gcc.c-torture/compile/pr11832.c: Skip for CRIS.
	* gcc.c-torture/compile/pr33009.c: Likewise.

From-SVN: r138019
parent afeb58ed
2008-07-21 Hans-Peter Nilsson <hp@axis.com> 2008-07-21 Hans-Peter Nilsson <hp@axis.com>
PR rtl-optimization/33642
* gcc.c-torture/compile/pr11832.c: Skip for CRIS.
* gcc.c-torture/compile/pr33009.c: Likewise.
PR middle-end/36509 PR middle-end/36509
* gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: XFAIL. * gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: XFAIL.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* Currently ICEs for MIPS and PowerPC; see PR33642. */ /* Currently ICEs for MIPS, CRIS and PowerPC; see PR33642. */
/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* } { "*" } { "" } } */ /* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */
/* Currently ICEs for (x86 && ilp32 && pic). */ /* Currently ICEs for (x86 && ilp32 && pic). */
/* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */ /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
/* { dg-prune-output ".*internal compiler error.*" } /* { dg-prune-output ".*internal compiler error.*" }
......
/* { dg-do compile } */ /* { dg-do compile } */
/* Currently ICEs for MIPS and PowerPC; see PR33642. */ /* Currently ICEs for MIPS, CRIS and PowerPC; see PR33642. */
/* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* } { "*" } { "" } } */ /* { dg-xfail-if "PR33642" { mips*-*-* powerpc*-*-linux* cris-*-* crisv32-*-* } { "*" } { "" } } */
/* Currently ICEs for (x86 && ilp32 && pic). */ /* Currently ICEs for (x86 && ilp32 && pic). */
/* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */ /* { dg-xfail-if "PR33642/36240" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */
/* { dg-prune-output ".*internal compiler error.*" } /* { dg-prune-output ".*internal compiler error.*" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment