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]

Bootstrap problem with current CVS on x86-64


GCC CVS mainline gives:

:/usr/src/packages/BUILD/gcc-3.3-20021023/obj-x86_64-suse-linux/x86_64-suse-linux/libstdc++-v3/src# /usr/src/packages/BUILD/gcc-3.3-20021023/obj-x86_64-suse-linux/gcc/xgcc -shared-libgcc -B/usr/src/packages/BUILD/gcc-3.3-20021023/obj-x86_64-suse-linux/gcc/ -nostdinc++ -L/usr/src/packages/BUILD/gcc-3.3-20021023/obj-x86_64-suse-linux/x86_64-suse-linux/libstdc++-v3/src -L/usr/src/packages/BUILD/gcc-3.3-20021023/obj-x86_64-suse-linux/x86_64-suse-linux/libstdc++-v3/src/.libs -B/usr/x86_64-suse-linux/bin/ -B/usr/x86_64-suse-linux/lib/ -isystem /usr/x86_64-suse-linux/include -nostdinc++ -I/usr/src/packages/BUILD/gcc-3.3-20021023/obj-x86_64-suse-linux/x86_64-suse-linux/libstdc++-v3/include/x86_64-suse-linux -I/usr/src/packages/BUILD/gcc-3.3-20021023/obj-x86_64-suse-linux/x86_64-suse-linux/libstdc++-v3/include -I../../../../libstdc++-v3/libsupc++ -I../../../../libstdc++-v3/libmath -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c ../../../../libstdc++-v3/src/fstream-inst.cc  -fPIC -DPIC -o .libs/fstream-inst.o -save-temps
fstream-inst.s: Assembler messages:
fstream-inst.s:7123: Error: junk `(%rip) ' after expression
fstream-inst.s:7277: Error: junk `(%rip) ' after expression
fstream-inst.s:8419: Error: junk `(%rip) ' after expression
fstream-inst.s:8573: Error: junk `(%rip) ' after expression
fstream-inst.s:9679: Error: junk `(%rip) ' after expression
fstream-inst.s:9827: Error: junk `(%rip) ' after expression
fstream-inst.s:10933: Error: junk `(%rip) ' after expression
fstream-inst.s:11081: Error: junk `(%rip) ' after expression
fstream-inst.s:12943: Error: junk `(%rip) ' after expression
fstream-inst.s:12952: Error: junk `(%rip) ' after expression
fstream-inst.s:13195: Error: junk `(%rip) ' after expression
fstream-inst.s:13204: Error: junk `(%rip) ' after expression
fstream-inst.s:15066: Error: junk `(%rip) ' after expression
fstream-inst.s:15075: Error: junk `(%rip) ' after expression
fstream-inst.s:15318: Error: junk `(%rip) ' after expression
fstream-inst.s:15327: Error: junk `(%rip) ' after expression
fstream-inst.s:15906: Error: junk `(%rip) ' after expression
fstream-inst.s:15915: Error: junk `(%rip) ' after expression
fstream-inst.s:16024: Error: junk `(%rip) ' after expression
fstream-inst.s:16033: Error: junk `(%rip) ' after expression
fstream-inst.s:16136: Error: junk `(%rip) ' after expression
fstream-inst.s:16145: Error: junk `(%rip) ' after expression
fstream-inst.s:16254: Error: junk `(%rip) ' after expression
fstream-inst.s:16263: Error: junk `(%rip) ' after expression

    7114         .section        .gnu.linkonce.t._ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev
    7115         .section        .gnu.linkonce.t._ZTv0_n24_NSt14basic_ifstreamIcSt11char_traitsIcEED
    7115 1Ev,"ax",@progbits
    7116         .align 2
    7117         .p2align 4,,15
    7118         .weak   _ZTv0_n24_NSt14basic_ifstreamIcSt11char_traitsIcEED1Ev
    7119         .type   _ZTv0_n24_NSt14basic_ifstreamIcSt11char_traitsIcEED1Ev, @function
    7120 _ZTv0_n24_NSt14basic_ifstreamIcSt11char_traitsIcEED1Ev:
    7121         movq    (%rdi), %r10
    7122         addq    -24(%r10), %rdi
    7123         jmp     *_ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev(%rip)@GOTPCREL(%rip)
    7124         .size   _ZTv0_n24_NSt14basic_ifstreamIcSt11char_traitsIcEED1Ev, .-_ZTv0_n24_NSt14ba

This worked yesterday morning,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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