This is the mail archive of the gcc-regression@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: GCC build failed for native with your patch on 2002-06-02T22:30:03Z.


> On Mon, Jun 03, 2002 at 01:21:06PM +0100, Neil Booth wrote:
> > neil@cat:~/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src$
> > /home/neil/src/gcc/build/gcc/xgcc -shared-libgcc
> > -B/home/neil/src/gcc/build/gcc/ -nostdinc++
> > -L/home/neil/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src
> > -L/home/neil/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs
> > -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/
> > -isystem /usr/local/i686-pc-linux-gnu/include -nostdinc++
> > -I/home/neil/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
> > -I/home/neil/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/include
> > -I../../../../libstdc++-v3/libsupc++ -I../../../../libstdc++-v3/libmath
> > -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W
> > -Wwrite-strings -Winline -fdiagnostics-show-location=once
> > -ffunction-sections -fdata-sections -g -Wp,-MD,.deps/functexcept.pp -c
> > ../../../../libstdc++-v3/src/functexcept.cc -o functexcept.o >/dev/null
> > ../../../../libstdc++-v3/src/functexcept.cc: In destructor `virtual 
> >    std::domain_error::~domain_error()':
> > ../../../../libstdc++-v3/src/functexcept.cc:61: Internal compiler error
> > in 
> >    remove_insn, at emit-rtl.c:3537
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> > 
> > This is how it died for me.  Why do we pipe stderr to /dev/null?

Hi,
I've finally reproduced the crash on RedHat/Linux machine and I am
bootstrapping the fix.  Thanks for helping me to reproduce it!

Honza


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