[FFmpeg-devel] The state of FATE
matthieu castet
castet.matthieu
Sun Nov 1 20:34:41 CET 2009
M?ns Rullg?rd <mans <at> mansr.com> writes:
>
> matthieu castet <castet.matthieu <at> free.fr> writes:
>
>
> That test is meant to fail if sizeof(char*) < 8. The exact reason for
> failing is irrelevant.
>
But the problem is that it doesn't fail on x86_32 with clang!
It allocate an array of 0xfffffffd
int test[sizeof(char*) < 8 ? -1:1]; works better
PS : see http://llvm.org/bugs/show_bug.cgi?id=5010 for asm inline llvm bug
More information about the ffmpeg-devel
mailing list