------- Comment #1 from hutchinsonandy at aim dot com 2008-06-01 01:02 ------- I have reduced number of failures slightly by setting higher optimisation and skipping complex int using
set COMPAT_SKIPS [list {VA} {COMPLEX_INT}] set COMPAT_OPTIONS [list [list {-Os -mcall-prologues} {-Os -mcall-prologues}]] But complex float, double and long double are not avoidable and taking way too much code size to link. Additionally, there appears to be no way of Skipping these test or even marking xfail for the link/run stages. -- hutchinsonandy at aim dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janis187 at us dot ibm dot | |com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36285