On 8/18/21 1:31 AM, Andrew MacLeod wrote:
And this final patch provides tracing in the GORI component.
This is what I used to find the ABS problem with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101938
The code sequence looked like:
:
a1_8 = -arg1_7(D);
_1 = ABS_EXPR ;
And this final patch provides tracing in the GORI component.
This is what I used to find the ABS problem with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101938
The code sequence looked like:
:
a1_8 = -arg1_7(D);
_1 = ABS_EXPR ;
a2_10 = -_1;
if (a1_8 > a2_10)
goto