http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49177
--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-27 10:32:18 UTC --- Author: rguenth Date: Fri May 27 10:32:14 2011 New Revision: 174326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174326 Log: 2011-05-27 Richard Guenther <rguent...@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. Modified: trunk/gcc/ChangeLog trunk/gcc/fold-const.c