[PATCH]: convert (long)round(d) -> lround(d), etc

Andreas Schwab schwab@suse.de
Thu Apr 29 13:53:00 GMT 2004


"Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:

>   if (optimize
>       && (flag_unsafe_math_optimizations
>           || TYPE_PRECISION (type) >= TYPE_PRECISION (long_integer_type_node)))

This breaks java, because long_integer_type_node (along with most other
integer_types) is NULL.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-patches mailing list