Commit a24ebe1b by Jeff Law

profile1.C (XFAIL): Expect it to fail on m68k-motorola-sysv and m88k-motorola-sysv3.

	* g++.old-deja/g++.law/profile1.C (XFAIL): Expect it to fail on
	m68k-motorola-sysv and m88k-motorola-sysv3.
	* gcc.c-torture/execute/loop-2e.cexp: New file to indicate expected
	compile failures on m68k-motorola-sysv and m88k-motorola-sysv3.
	* gcc.c-torture/execute/loop-2f.cexp: Likewise.

From-SVN: r17119
parent f184a264
// Special g++ Options: -pg
// GROUPS passed profiling
// Skip if not native
// excess errors test - XFAIL mips*-*-* alpha*-*-* i[3456]86-*-sco3.2v5*
// excess errors test - XFAIL m68k-motorola-sysv m88k-motorola-sysv3 mips*-*-* alpha*-*-* i[3456]86-*-sco3.2v5*
#include <stdio.h>
main()
{
......
# This doesn't work on m68k-motorola-sysv
# It also doesn't work on m88k-motorola-sysv3
global target_triplet
if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
set torture_compile_xfail "$target_triplet"
}
return 0
# This doesn't work on m68k-motorola-sysv
# It also doesn't work on m88k-motorola-sysv3
global target_triplet
if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
set torture_compile_xfail "$target_triplet"
}
return 0
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