[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] release 0.9.25 candidate :: compiling latests TCC ( h
From: |
grischka |
Subject: |
Re: [Tinycc-devel] release 0.9.25 candidate :: compiling latests TCC ( http://repo.or.cz/w/tinycc.git?a=commit; h=dd37d7b52af643b849a5ce7ad51a21f03ab9c4a9 ) |
Date: |
Thu, 02 Jul 2009 15:12:34 +0200 |
User-agent: |
Thunderbird 2.0.0.18 (X11/20081125) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Tinycc-devel] release 0.9.25 candidate :: compiling latests TCC ( http://repo.or.cz/w/tinycc.git?a=commit; h=dd37d7b52af643b849a5ce7ad51a21f03ab9c4a9 ),
grischka <=