Re: Ping: PATCH RFA: Print backtrace on ICE

2012-09-26 Thread Ian Lance Taylor
On Wed, Sep 26, 2012 at 1:52 PM, Dominique Dhumieres wrote: > > It also breaks the building of the Ada tools: > > ... > ../../xgcc -B../../ -I- -I../rts -I. -I/opt/gcc/work/gcc/ada -DIN_GCC -g > -O2 -W -Wall -o ../../gnatmake b_gnatm.o a-except.o ali.o ali-util.o > aspects.o s-casuti.o alloc.

Re: Ping: PATCH RFA: Print backtrace on ICE

2012-09-26 Thread Dominique Dhumieres
On Thu, Sep 20, 2012 at 10:33 PM, Ian Lance Taylor wrote: > Ping. > > The patch is the same, so I didn't attach it again. It may be found > at http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01174.html . I think > I've replied to all comments. > It also breaks the building of the Ada tools: ... ..

Re: Ping: PATCH RFA: Print backtrace on ICE

2012-09-26 Thread Ian Lance Taylor
On Wed, Sep 26, 2012 at 8:32 AM, H.J. Lu wrote: > On Thu, Sep 20, 2012 at 10:33 PM, Ian Lance Taylor wrote: >> Ping. >> >> The patch is the same, so I didn't attach it again. It may be found >> at http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01174.html . I think >> I've replied to all comments.

Re: Ping: PATCH RFA: Print backtrace on ICE

2012-09-26 Thread Rainer Orth
"H.J. Lu" writes: > On Thu, Sep 20, 2012 at 10:33 PM, Ian Lance Taylor wrote: >> Ping. >> >> The patch is the same, so I didn't attach it again. It may be found >> at http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01174.html . I think >> I've replied to all comments. >> > > It breaks Linux/i686 b

Re: Ping: PATCH RFA: Print backtrace on ICE

2012-09-26 Thread H.J. Lu
On Thu, Sep 20, 2012 at 10:33 PM, Ian Lance Taylor wrote: > Ping. > > The patch is the same, so I didn't attach it again. It may be found > at http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01174.html . I think > I've replied to all comments. > It breaks Linux/i686 build: ../../src-trunk/gcc/diag

Re: Ping: PATCH RFA: Print backtrace on ICE

2012-09-25 Thread Diego Novillo
On 2012-09-20 22:33 , Ian Lance Taylor wrote: gcc/: 2012-09-17 Ian Lance Taylor * diagnostic.c: Include "demangle.h" and "backtrace.h". (bt_stop): New static array. (bt_callback, bt_err_callback): New static functions. (diagnostic_action_after_output): Ca

Ping: PATCH RFA: Print backtrace on ICE

2012-09-20 Thread Ian Lance Taylor
Ping. The patch is the same, so I didn't attach it again. It may be found at http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01174.html . I think I've replied to all comments. Ian -- Forwarded message -- From: Ian Lance Taylor Date: Mon, Sep 17, 2012 at 10:17 AM Subject: PATCH RF