Re: [PATCH] Fix PR middle-end/52140, ICE on valid code

2012-02-09 Thread Peter Bergner
On Thu, 2012-02-09 at 11:31 +0100, Richard Guenther wrote: > On Thu, Feb 9, 2012 at 3:34 AM, Peter Bergner wrote: > > The following patch fixes an ICE when we try and generate a compare of > > decimal float variables when we are not compiling for a cpu with dfp > > hardware support. This is a reg

Re: [PATCH] Fix PR middle-end/52140, ICE on valid code

2012-02-09 Thread Richard Guenther
On Thu, Feb 9, 2012 at 3:34 AM, Peter Bergner wrote: > The following patch fixes an ICE when we try and generate a compare of > decimal float variables when we are not compiling for a cpu with dfp > hardware support.  This is a regression from gcc 4.4.  The patch below > bootstrapped and regressio

Re: [PATCH] Fix PR middle-end/52140, ICE on valid code

2012-02-08 Thread Peter Bergner
On Wed, 2012-02-08 at 20:34 -0600, Peter Bergner wrote: > The following patch fixes an ICE when we try and generate a compare of > decimal float variables when we are not compiling for a cpu with dfp > hardware support. This is a regression from gcc 4.4. The patch below > bootstrapped and regress

[PATCH] Fix PR middle-end/52140, ICE on valid code

2012-02-08 Thread Peter Bergner
The following patch fixes an ICE when we try and generate a compare of decimal float variables when we are not compiling for a cpu with dfp hardware support. This is a regression from gcc 4.4. The patch below bootstrapped and regression tested with no regressions on trunk, 4.6 and 4.5. Is this o