[Bug tree-optimization/16443] [3.5 Regression] ICE during linux kernel compilation
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jul 13 08:08:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list