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]

Re: bootstrap fails with current mainline


"David S. Miller" <davem@redhat.com> writes:

>    From: Andreas Jaeger <aj@suse.de>
>    Date: 11 Jun 2002 16:17:10 +0200
> 
>    (gdb) p insn_last
>    $1 = (struct rtx_def *) 0x4046cd00
>    (gdb) pr
>    (code_label 106 105 0 95 "" "" [0 uses])
> 
> Fixed thusly:
> 
> 2002-06-11  David S. Miller  <davem@redhat.com>
> 
> 	* emit-rtl.c (try_split): Do not abort on non-INSN_P.
> 	Only run RTX equality checks on INSN_P rtl.

Thanks for the fast reply, I'll give it a try now.  If you hear
nothing in the next two hours, it worked fine ;-)

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]