Re: PATCH: PR bootstrap/53555: [4.8 Regression] Bootstrap failure

2012-06-04 Thread Uros Bizjak
On Sat, Jun 2, 2012 at 3:27 PM, H.J. Lu wrote: > ix86_sched_reorder should skip debug insns.  Tested on Linux/ia32. > OK to install? > > 2012-06-02  H.J. Lu   > >        PR bootstrap/53555 >        * config/i386/i386.c (ix86_sched_reorder) Skip debug insns. OK. Thanks, Uros.

PATCH: PR bootstrap/53555: [4.8 Regression] Bootstrap failure

2012-06-02 Thread H.J. Lu
Hi, ix86_sched_reorder should skip debug insns. Tested on Linux/ia32. OK to install? Thanks. H.J. --- 2012-06-02 H.J. Lu PR bootstrap/53555 * config/i386/i386.c (ix86_sched_reorder) Skip debug insns. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index c6c2c5e