This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16443] [3.5 Regression] ICE during linux kernel compilation
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2004 08:08:10 -0000
- Subject: [Bug tree-optimization/16443] [3.5 Regression] ICE during linux kernel compilation
- References: <20040708212530.16443.ak@muc.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-07-13 08:08 -------
It's a tree checking failure. So
a) You won't see the error message, because you disabled checking.
b) The tree structure is corrupted somehow. Often you end up with a
segfault later when the compiler tries to dereference something
that is not a properly initialized pointer.
So chances are high that this is really the underlying bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16443