This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
cls_*double_va.c failures on powerpc-apple-darwin9
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: libffi-discuss at sourceware dot org
- Date: Tue, 15 Dec 2009 14:22:00 +0100
- Subject: cls_*double_va.c failures on powerpc-apple-darwin9
I have opened pr42378 on GCC bugzilla (see http://gcc.gnu.org/ml/gcc-bugs/2009-12/msg01469.html)
I have started to see the following failures between revisions 148215 and
148502 (likely 148285, which means that these tests never passed on
powerpc-apple-darwin9):
Running target unix
FAIL: libffi.call/cls_double_va.c -O0 -W -Wall output pattern test, is -0.0
FAIL: libffi.call/cls_longdouble_va.c -O0 -W -Wall output pattern test, is -0.0
FAIL: libffi.call/cls_double_va.c -O2 output pattern test, is -0.0
FAIL: libffi.call/cls_longdouble_va.c -O2 output pattern test, is -0.0
FAIL: libffi.call/cls_double_va.c -O3 output pattern test, is -0.0
FAIL: libffi.call/cls_longdouble_va.c -O3 output pattern test, is -0.0
FAIL: libffi.call/cls_double_va.c -Os output pattern test, is -0.0
FAIL: libffi.call/cls_longdouble_va.c -Os output pattern test, is -0.0
FAIL: libffi.call/cls_double_va.c -O2 -fomit-frame-pointer output pattern test,
is -0.0
FAIL: libffi.call/cls_longdouble_va.c -O2 -fomit-frame-pointer output pattern
test, is -0.0
Note that libffi.call/nested_struct5.c also fails (see pr34311).
TIA
Dominique