> Sorry for missing the regression.. it was there, it just snuck by me in
> the noise :-P
>
> THis seems to resolve the issue on my end, and its the right thing.
>
> Bootstrapped on x86_64-pc-linux-gnu, no regressions, for SURE this time,
> pushed.
No problem, thanks for the quick turnaround!
-
On 10/22/20 3:16 PM, Andrew MacLeod via Gcc-patches wrote:
On 10/22/20 12:53 PM, Eric Botcazou wrote:
There are a few places in the ranger where we sanity check the types of
the ranges. We were using types_compatible_p() but thats not really
acccurate as gimple allows types which are useless_ty
On 10/22/20 12:53 PM, Eric Botcazou wrote:
There are a few places in the ranger where we sanity check the types of
the ranges. We were using types_compatible_p() but thats not really
acccurate as gimple allows types which are useless_type_conversion_p()
in only one direction, whereas types_compa
> There are a few places in the ranger where we sanity check the types of
> the ranges. We were using types_compatible_p() but thats not really
> acccurate as gimple allows types which are useless_type_conversion_p()
> in only one direction, whereas types_compatible_p() requires casts in
> both di
> Just as a heads up ...
>
> This regresses ACATs C35507N on at least all X86 Darwin I’ve tried.
> Both 32 and 64Bit hosts fail (not had the chance to test on power darwin
> yet, because that’s got bootstrap issues).
I have attached a reproducer, compile it with
gnatmake p -O2
and
gnatmak
Hi Andrew,
Andrew MacLeod via Gcc-patches wrote:
This fixes the second test case in pr 97360.
There are a few places in the ranger where we sanity check the types of
the ranges. We were using types_compatible_p() but thats not really
acccurate as gimple allows types which are useless_typ
This fixes the second test case in pr 97360.
There are a few places in the ranger where we sanity check the types of
the ranges. We were using types_compatible_p() but thats not really
acccurate as gimple allows types which are useless_type_conversion_p()
in only one direction, whereas types_