[cfe-dev] Massive CodeGen test failures on AMD64

Sebastian Redl sebastian.redl at getdesigned.at
Tue Feb 3 12:15:42 PST 2009


Hi,

I'm currently getting lots of test failures on AMD64. Most of them are
in CodeGen (e.g. indirect-goto.c, bitfield.c, enum.c, ...), some are in
CodeGenObjC, and two - and perhaps these cause all the others - are in
Sema: init.c and static-init.c. In the two Sema cases, I suspect that
the cast from array to int is the culprit, since int is too small to
hold a pointer and I saw some updates to the checking go by on the ML.

But are the CodeGen failures likely consequences of this or has
something different changed?

I can give you all the result files if you want, but they're not exactly
informative. Messages like "expected 1 lines but got 0".

Sebastian



More information about the cfe-dev mailing list