http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46660
Summary: cls_double_va.c, cls_longdouble_va.c FAIL on IRIX 6.5 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libffi AssignedTo: unassig...@gcc.gnu.org ReportedBy: r...@gcc.gnu.org CC: gr...@redhat.com, andre...@gcc.gnu.org Host: mips-sgi-irix6.5 Target: mips-sgi-irix6.5 Build: mips-sgi-irix6.5 The cls_double_va.c and cls_longdouble_va.c tests currently fail on IRIX 6.5: FAIL: libffi.call/cls_double_va.c -O0 -W -Wall output pattern test, is 0.0 res: 4 7.0 res: 4 , should match 7.0 ? res: 4 ? 7.0 ? res: 4 FAIL: libffi.call/cls_longdouble_va.c -O0 -W -Wall output pattern test, is 0.0 res: 4 7.0 res: 4 , should match 7.0 ? res: 4 ? 7.0 ? res: 4 This happens for all optimizations levels and both N32 and N64 ABIs. I haven't further investigated yet.