GUILLEMIN Gerome (EXT CONIX) wrote:
Hello Grishka,
I've picked this TCC commit and tried to compile it using GCC 4.3 or 4.4 or 4.5 but I got same error under Windows XP at compile time : http://repo.or.cz/w/tinycc.git?a=commit;h=dd37d7b52af643b849a5ce7ad51a21f03ab9c4a9

D:\tinycc\win32>gcc -Os -fno-strict-aliasing ../tcc.c -o tcc
.exe -s
In file included from ../tcc.c:21:0:
../libtcc.c: In function 'tcc_add_file_internal':
../libtcc.c:1918:12: internal compiler error: in extract_range_from_assert, at 
tree-vrp.c:1423
Please submit a full bug report, with preprocessed source if appropriate. See 
<http://gcc.gnu.org/bugs.html <http://gcc.gnu.org/bugs.html> > for instructions.
Do you have any idea please ?

Yes. Please submit a full bug report, with preprocessed source if appropriate,
--- to the GCC people --- See http://gcc.gnu.org/bugs.html for instructions. ;)

In between you can try another optimize flag, like -O0 or -O2 instead of -Os.

--- grischka



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to