]> gcc.gnu.org Git - gcc.git/commit
convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW and TREE_CONSTANT_OVERFLOW...
authorRoger Sayle <roger@eyesopen.com>
Wed, 29 Mar 2006 21:55:34 +0000 (21:55 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 29 Mar 2006 21:55:34 +0000 (21:55 +0000)
commit0a931ce5d4c3764db08c5eff8400725525b10c0a
tree18115d4fa6067f3978ea8494f5cb4225fd5f12cb
parent9b71c701c6eb4e62c08ddeae78103259282b9179
convert.c (convert_to_pointer): Preserve the TREE_OVERFLOW and TREE_CONSTANT_OVERFLOW bits of the argument.

* 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.

From-SVN: r112511
gcc/ChangeLog
gcc/convert.c
This page took 0.056733 seconds and 5 git commands to generate.