OSDN Git Service

2011-05-27 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2011 10:32:14 +0000 (10:32 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2011 10:32:14 +0000 (10:32 +0000)
commit76288c9ae6793fae67779f28de294d908a0fb917
tree1c87eacf286a398e092186fd6e426d14517215cf
parenta12c248769d216b201337f5898ea6e12c3e58f38
2011-05-27  Richard Guenther  <rguenther@suse.de>

PR middle-end/49177
* fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
A CMP B ? (T) true : (T) false for non-integral types T again.

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