[cfe-dev] CodeGenObjC/synchronized.m fails

Sebastian Redl sebastian.redl at getdesigned.at
Sun Apr 12 10:26:47 PDT 2009


Hi,

The test case CodeGenObjC/synchronized.m fails on my Linux/x86-64
system. The culprit are some inline definitions of functions somewhere
in the system headers (ferror_unlocked, feof_unlocked, ...) which are
emitted into the temp file, leading to extraneous ret instructions that
the simple grep in the test does not like.
Are the calls to NSLog and printf in the test case really necessary? It
would be best if the stdio.h include could simply be removed.

Sebastian



More information about the cfe-dev mailing list