Displaying 1 result from an estimated 1 matches for "assemble_external_real".
2006 May 02
1
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
...csrc/gcc/libgcc2.c -o
libgcc/./_muldi3.o
In file included from ../../gccsrc/gcc/tsystem.h:90,
from ../../gccsrc/gcc/libgcc2.c:41:
f:/tmp/llvm/install/lib/../include/stdio.h: In function 'vsnprintf':
f:/tmp/llvm/install/lib/../include/stdio.h:219: internal compiler error: in assemble_external_real, at varasm.c:1925
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
Does anybody have idea, why does this error might occur? I can supply
any needed information (such as -save-temps output, etc).
--...