------- Comment #2 from hjl at lucon dot org 2007-10-12 19:45 ------- ssa-fre-4.c has
/* If the target returns false for TARGET_PROMOTE_PROTOTYPES, then there will be no casts for FRE to eliminate and the test will fail. */ /* { dg-skip-if "no promotion to eliminate" { cris-*-* mmix-*-* } { "*" } { "" } } */ and ia64/ia64.c has /* ??? Investigate. */ #if 0 #undef TARGET_PROMOTE_PROTOTYPES #define TARGET_PROMOTE_PROTOTYPES hook_bool_tree_true #endif It looks like ia64 should be xfailed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33757