2004-06-23 Andrew Pinski <apinski@apple.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jun 2004 06:51:56 +0000 (06:51 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jun 2004 06:51:56 +0000 (06:51 +0000)
commit88e623662a61f4a7423e5c07961c11681f2803d1
tree8b542cb717be7d0a6115fd0fa9904df608c4535f
parent4b9b28714aaa7359ed9998e0829a07f745295263
2004-06-23  Andrew Pinski  <apinski@apple.com>

        PR middle-end/15988
        * fold-const.c (fold_convert): Types which are compatible
        can be converted with only a NOP_EXPR.

2004-06-23  Andrew Pinski  <apinski@apple.com>

        PR middle-end/15988
        * g++.dg/opt/ptrmem4.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83585 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/ptrmem4.C [new file with mode: 0644]