* convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 21:55:34 +0000 (21:55 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Mar 2006 21:55:34 +0000 (21:55 +0000)
commit322fdac266361c0ef845fc64c121799e474cc3d6
tree18115d4fa6067f3978ea8494f5cb4225fd5f12cb
parent1bca435e6afe9988a874bb9305b5018084f9437d
* convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW
and TREE_CONSTANT_OVERFLOW bits of the argument.  Return
quickly if the argument is already of the correct type.
Call fold_build1 instead of build1.  Tidy up blank lines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112511 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/convert.c