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 tree-optimization/16443] [3.5 Regression] ICE during linux kernel compilation


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


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