This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libffi/46660] New: cls_double_va.c, cls_longdouble_va.c FAIL on IRIX 6.5


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: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: green@redhat.com, andreast@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]