This is the mail archive of the gcc-patches@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: Remove workaround in tree-vrp.c


On 3/1/06, Diego Novillo <dnovillo@redhat.com> wrote:
>
> As I remembered yesterday, the workaround we used to have in tree-vrp.c
> for integral-types with super-types is no longer needed.  I had
> completely forgotten to take it out after the discussion in
> http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01347.html.
>
> Bootstrapped and tested on x86 and x86-64.  I had to kill gnats1 once
> after 2 CPU hours on x86 (but x86-64 didn't get into the infinite loop).
>
> I got these acats failures on x86:
>
> FAIL:   c34004a
> FAIL:   c45502c
> FAIL:   c460008
> FAIL:   c460011
> FAIL:   c46033a
> FAIL:   cdd2a02
> FAIL:   cxa4025
> FAIL:   cxa4028
> FAIL:   cxa4033
> FAIL:   cxg2024
>
> And these failures on x86-64:
>
> FAIL:   c34004a
> FAIL:   c460008
> FAIL:   c460011
> FAIL:   c46033a
> FAIL:   cdd2a02
> FAIL:   cxa4025
> FAIL:   cxa4028
> FAIL:   cxa4033
> FAIL:   cxg2024

AJ has these on x86_64:

FAIL:	c34004a
FAIL:	c460008
FAIL:	c460011
FAIL:	c46033a
FAIL:	cdd2a02
FAIL:	cxa4025
FAIL:	cxa4028
FAIL:	cxa4033
FAIL:	cxg2024

so, looks good.

RIchard.


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