This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14629] ICE on c++ source


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]