convert.c (convert_to_integer): Avoid recursive call to convert_to_integer by buildin...
authorRoger Sayle <roger@eyesopen.com>
Thu, 26 May 2005 04:38:51 +0000 (04:38 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 26 May 2005 04:38:51 +0000 (04:38 +0000)
commit97471d8f5fe2ae5e17ae37af6f9945631a892214
treebd44a4cda29327050b9f2c57369d127ff6a5fde3
parent883ae7b040632ec8f5dcdffcb4733bb77ce61644
convert.c (convert_to_integer): Avoid recursive call to convert_to_integer by building the NOP_EXPR directly.

* convert.c (convert_to_integer) <POINTER_TYPE>: Avoid recursive
call to convert_to_integer by building the NOP_EXPR directly.

From-SVN: r100184
gcc/ChangeLog
gcc/convert.c