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 bootstrap/18058] [4.0 Regression] Sun CC cannot bootstrap GCC (static inline)


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-10-26 07:03 -------
> New patch which works on a cross to m68k and it is simplier:
> <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01993.html>.

It doesn't fully work.  1 out of the 3 undefined references is gone, but not the
other two ones:

cc -erroff   -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC    
-DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genflags \
        build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o
build/min-insn-modes.o build/gensupport.o build/insn-conditions.o
build/print-rtl.o \
        build/errors.o ../build-sparc-sun-solaris2.8/libiberty/libiberty.a
ild: (undefined symbol) vec_gc_free -- referenced in the text segment of
build/insn-conditions.o
ild: (undefined symbol) vec_gc_p_reserve -- referenced in the text segment of
build/insn-conditions.o
gmake[2]: *** [build/genflags] Error 5


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18058


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