This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14221] Compiler from stage1 ICE on system header: Illegal instruction
- From: "neroden at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Feb 2004 23:10:53 -0000
- Subject: [Bug bootstrap/14221] Compiler from stage1 ICE on system header: Illegal instruction
- References: <20040220030824.14221.v.haisman@sh.cvut.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From neroden at gcc dot gnu dot org 2004-02-28 23:10 -------
Apparently the compiler built in stage1 is ICEing on this code:
# 127 "./include/machine/ansi.h" 3 4
typedef int __attribute__((__mode__(__DI__))) __int64_t;
typedef unsigned int __attribute__((__mode__(__DI__))) __uint64_t;
# 139 "./include/machine/ansi.h" 3 4
Which seems.... odd.
Unless... just to verify, submitter, are you bootstrapping on a machine which
is actually a Pentium 3? If not, then the stage1 compiler, having been built
with Pentium 3 opcodes, would be perfectly likely to die with illegal
instructions.
Otherwise, we have to track down why illegal instructions are being compiled
into the stage1 compiler.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|ansi.h:128: internal |Compiler from stage1 ICE on
|compiler error: Illegal |system header: Illegal
|instruction |instruction
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14221