[Bug ada/46741] New: bootstrap with bootstrapped compiler fails

amylaar at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 1 03:02:00 GMT 2010


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

           Summary: bootstrap with bootstrapped compiler fails
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
              Host: x86_64-linux-gnu


When I build the compiler from r167318, install it, put the install location
in my PATH, then start a fresh bootstrap with the just-installed compiler,
the new bootstrap fails in the first stage:

gcc -static-libgcc  -o gnatbind ada/b_gnatb.o ada/adaint.o ada/argv.o
ada/exit.o
 ada/cio.o ada/cstreams.o ada/env.o ada/final.o ada/init.o ada/initialize.o
ada/
seh_init.o ada/link.o ada/targext.o ada/raise.o ada/tracebak.o ada/ada.o
ada/a-c
lrefi.o ada/a-comlin.o ada/a-elchha.o ada/a-except.o ada/ali-util.o ada/ali.o
ad
a/alloc.o ada/aspects.o ada/atree.o ada/bcheck.o ada/binde.o ada/binderr.o
ada/b
indgen.o ada/bindusg.o ada/butil.o ada/casing.o ada/csets.o ada/debug.o
ada/einf
o.o ada/elists.o ada/err_vars.o ada/errout.o ada/erroutc.o ada/fmap.o
ada/fname.
o ada/g-hesora.o ada/g-htable.o ada/s-os_lib.o ada/s-string.o ada/gnat.o
ada/gna
tbind.o ada/gnatvsn.o ada/hostparm.o ada/interfac.o ada/lib.o ada/namet.o
ada/nl
ists.o ada/opt.o ada/osint-b.o ada/osint.o ada/output.o ada/rident.o
ada/s-addop
e.o ada/s-assert.o ada/s-carun8.o ada/s-casuti.o ada/s-conca2.o ada/s-conca3.o
a
da/s-conca4.o ada/s-conca5.o ada/s-conca6.o ada/s-conca7.o ada/s-conca8.o
ada/s-conca9.o ada/s-crc32.o ada/s-crtl.o ada/s-except.o ada/s-exctab.o
ada/s-htable.o ada/s-imenne.o ada/s-imgenu.o ada/s-mastop.o ada/s-memory.o
ada/s-parame.o ada/s-restri.o ada/s-secsta.o ada/s-soflin.o ada/s-sopco3.o
ada/s-sopco4.o ada/s-sopco5.o ada/s-stache.o ada/s-stalib.o ada/s-stoele.o
ada/s-strhas.o ada/s-strops.o ada/s-traceb.o ada/s-traent.o ada/s-unstyp.o
ada/s-utf_32.o ada/s-wchcnv.o ada/s-wchcon.o ada/s-wchjis.o ada/scng.o
ada/scans.o ada/scil_ll.o ada/sdefault.o ada/sem_aux.o ada/sinfo.o ada/sinput.o
ada/sinput-c.o ada/snames.o ada/stand.o ada/stringt.o ada/switch-b.o
ada/switch.o ada/style.o ada/styleg.o ada/stylesw.o ada/system.o ada/table.o
ada/targparm.o ada/tree_io.o ada/types.o ada/uintp.o ada/uname.o ada/urealp.o
ada/widechar.o prefix.o version.o   -g -fkeep-inline-functions -DIN_GCC   -W
-Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common 
-DHAVE_CONFIG_H ../libcpp/libcpp.a   ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a  
ada/ada.o:(.debug_aranges+0x6): undefined reference to `.Ldebug_info0'
ada/alloc.o:(.debug_aranges+0x6): undefined reference to `.Ldebug_info0'
ada/g-htable.o:(.debug_aranges+0x6): undefined reference to `.Ldebug_info0'
ada/gnat.o:(.debug_aranges+0x6): undefined reference to `.Ldebug_info0'
ada/s-htable.o:(.debug_aranges+0x6): undefined reference to `.Ldebug_info0'
ada/s-strhas.o:(.debug_aranges+0x6): more undefined references to
`.Ldebug_info0' follow
collect2: ld returned 1 exit status



More information about the Gcc-bugs mailing list