This is the mail archive of the gcc@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]

Re: Gcc mainline failed to bootstrap on Linux/ia64


> Gcc mainline on Sat Sep  6 07:08:21 PDT 2003 failed to bootstrap on
> Linux/ia64. I got
> 
> In file included from /net/gnu/export/gnu/src/gcc/gcc/libjava/include/jvm.h:23,
>                  from /net/gnu/export/gnu/src/gcc/gcc/libjava/exception.cc:22:
> ./include/java-threads.h:228: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This appears to be related to change of mine to notice_global_symbol.
I just commited fix to different problem that may fix it.  Can you
please ensure that the following patch is in your tree?
       * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized functions.
       (cgraph_varpool_finalize_decl): Notice global symbol when needed.


> make[5]: *** [exception.lo] Error 1
> make[5]: *** Waiting for unfinished jobs....
> In file included from /net/gnu/export/gnu/src/gcc/gcc/libjava/include/jvm.h:23,
>                  from /net/gnu/export/gnu/src/gcc/gcc/libjava/jni.cc:18:
> ./include/java-threads.h:228: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> make[5]: *** [jni.lo] Error 1
> 
> Wed Sep  3 17:25:24 UTC 2003:
> 
> http://gcc.gnu.org/ml/gcc-testresults/2003-09/msg00106.html
> 
> is OK.
> 
> 
> H.J.


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