Commit 5b5142fb by Jan Hubicka

20020720-1.x: XFAIL for x86-64.

	* gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.

[[Split portion of a mixed commit.]]

From-SVN: r63163.2
parent 0bcecf95
......@@ -15,7 +15,7 @@ set torture_eval_before_compile {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"This test fails to optimize completely on certain platforms." \
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" "h8300*-*-*" } \
{ "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" "h8300*-*-*" "x86_64-*-*" } \
{ "*" } \
{ "-O0" }
}
......
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