search for: 75000ull

Displaying 1 result from an estimated 1 matches for "75000ull".

Did you mean: 5000ull
2011 Oct 27
0
[LLVMdev] llc with long-longs and hex floating point
...g01 diag01_c.s I am using llc (from llvm) to convert an .ll file into a .c file. I am then running the .c file through vpolcc.ss (from zephyr) to further process it for mips architecture. The vpolcc.ss script fails at lcc (not to be confused with llc), with the following error: diag01_c.c:304: `75000ull' is a preprocessing number but an invalid integer constant diag01_c.c:305: `0x1.9f4bc6p' is a preprocessing number but an invalid integer constant diag01_c.c:306: `0x1.85d54c985f06fp' is a preprocessing number but an invalid integer constant Here's a snippet of the relevant section...