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: [tree-ssa-branch] fortran bootstraps broken


On Thu, 18 Jul 2002, Diego Novillo wrote:

> Daniel,
> 
> The alias analysis patch broke f771 builds.  Looks like an
> undefined symbol.  Maybe similar to what Graham found in Ada
> bootstraps?
Yeah, the same patch will fix it.
I'll commit it.

> 
> -----------------------------------------------------------------------------
> stage1/xgcc -Bstage1/ -B/home/dnovillo/perf/sbox/tree-ssa-branch/local/inst/i686-pc-linux-gnu/bin/ -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o f771 f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/version.o f/where.o main.o libbackend.a   ../libiberty/libiberty.a
> /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
> f/com.o:/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/gcc/f/com.c:6305: undefined reference to `gt_ggc_r_gt_tree_alias_steen_h'
> /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
> libbackend.a(gtype-desc.o):/notnfs/dnovillo/sbox/tree-ssa-branch/bld/gcc/gtype-desc.c:65: undefined reference to `alias_bottom'
> collect2: ld returned 1 exit status
> make[2]: *** [f771] Error 1
> make[2]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld/gcc'
> make[1]: *** [stage2_build] Error 2
> make[1]: Leaving directory `/notnfs/dnovillo/sbox/tree-ssa-branch/bld/gcc'
> make: *** [bootstrap] Error 2
> -----------------------------------------------------------------------------
> 
> 
> Thanks.  Diego.
> 
> 


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