--- Additional Comments From namsh at kldp dot org 2005-03-18 05:16 ---
Created an attachment (id=8415)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8415&action=view)
vfprintf.i
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20528
postreload.c:391
--
Summary: ICE on compiling vfprintf.c
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy:
--- Additional Comments From namsh at kldp dot org 2004-12-28 01:33 ---
I confirmed that the "Richard's patch for PR19102" fixed this
problem. Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19129
--- Additional Comments From namsh at kldp dot org 2004-12-22 13:31 ---
3.4.4-20041108 generates ICE.
But, 4.0.0-20041216 No ICE.
So, it seems gcc-trunk has NO problem for this bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14629
everity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: namsh at kldp dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC ta
--- Additional Comments From namsh at kldp dot org 2004-12-17 11:04 ---
I used m6811-elf-gccbug to report this bug. And I noticed
the gcc version is disappeared.
m6811-elf-gcc shows:
>Release: 4.0.0 20041216 (experimental)
Why it changed to 0.0? Because of extra version str
--- Additional Comments From namsh at kldp dot org 2004-10-13 06:48 ---
It seems this bug was fixed. Today, I made the m6811-elf-gcc from CVS.
$ m6811-elf-gcc --version
m6811-elf-gcc (GCC) 3.4.3 20041013 (prerelease)
...
No more ICE.
I didn't use m6811-elf-gcc recently.
The pre