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 c/15222] ICE in intermediate compiler during build


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-30 12:40 -------
What happens if you use "make bootstrap" instead of just "make"?
If this works then what is happening is the compiler which you start with is miscompiling the new 
compiler at -O2 but since "make bootstrap" compiles the first stage at -O0 there is less of a chance 
that a miscompiling to happen.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15222


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