http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46647

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-24 
22:04:11 UTC ---
I'd prefer to replace the host_integerp call in that routine with
TREE_CODE (...) == INTEGER_CST check.  While currently callers check it as
well, it isn't too expensive and makes it more robust.

Reply via email to