Displaying 2 results from an estimated 2 matches for "b9d4e0a5".
2004 Jul 07
2
[LLVMdev] UnitTests/2003-05-31-CastToBool.c
I think test/Programs/SingleSource/UnitTests/2003-05-31-CastToBool.c
has a problem. Consider:
void testLong(long long X) {
printf("%ld ", X);
testBool(X != 0);
}
This passes 'long long' value to 'ld' format specifier -- but for that
specifier the parameter should be 'long'. So, the behaviour of the above is
undefined and in fact it
2004 Jul 07
0
[LLVMdev] UnitTests/2003-05-31-CastToBool.c
...cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040707/b9d4e0a5/attachment.sig>