[PATCH] Fix PR23471

Hurugalawadi, Naveen Naveen.Hurugalawadi@caviumnetworks.com
Thu Mar 31 10:46:00 GMT 2016


>> With -O1 there is -fno-strict-overflow in effect which is not
>> TYPE_OVERFLOW_UNDEFINED.

Thanks for the details. The below code has the following condition
and hence not working for O1. 
if (FLOAT_TYPE_P (type) || TYPE_OVERFLOW_UNDEFINED (type))

Then PR23471 is fixed with the current sources.

Thanks,
Naveen



More information about the Gcc-patches mailing list