This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14629] ICE on c++ source
- From: "namsh at kldp dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2004 12:37:13 -0000
- Subject: [Bug target/14629] ICE on c++ source
- References: <20040318114843.14629.namsh@kldp.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From namsh at kldp dot org 2004-03-18 12:37 -------
Sorry! It was not ICE. But compiler error.
Now, I upgrade gcc to gcc-3.4.0 20040318 (CVS).
The gcc-3.4.0-20040309 generates compile error with -O1, -O2, -O3.
Compile success with -O0.
m6811-elf-gcc -c -o a.o a.cpp -g0 -m68hc12 -mshort -fomit-frame-pointer -O1
The new gcc-3.4.0-20040318 generates compile error only with -O1.
It successfully compile the a.cpp with -O0, -O2 and -O3.
And it even compiles fine with "-O1 -msoft-reg-count=32".
--
What |Removed |Added
----------------------------------------------------------------------------
Version|3.4 |2.95
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14629