This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Bootstrap failure because of warning in tc-i386.c


Hi H.J.

   I was trying to bootstrap the current mainline FSF gcc sources
   yesterday, using a combined tree with the latest binutils sources,
   when I ran into this error:

Can you tell me how to reproduce it?  I will take care of it.

Bootstrap a 32-bit gcc on an x86_64 host using an integrated set of sources for mainline GCC and BINUTILS. The failure should appear.

Specifically I am running this script:

#!/bin/bash

CC="gcc -m32" CXX="g++ -m32" ABI="32" setarch i686 \
/work/sources/gcc/current/configure \
  --enable-languages=c,c++ \
  --with-x=no \
  --disable-multilib \
  --prefix=`pwd`/install \
  --quiet

make clean stage3-bubble


Cheers
  Nick


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