[Bug middle-end/18908] Missed folding opportunities with bools
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 19 13:28:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18908
--- Comment #16 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-19 13:28:19 UTC ---
Author: rguenth
Date: Tue Jul 19 13:28:15 2011
New Revision: 176460
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176460
Log:
2011-07-19 Richard Guenther <rguenther@suse.de>
* expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
(expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
handling.
PR middle-end/18908
* expr.c (expand_expr_real_2): Do not unnecessarily truncate the
result of BIT_*_EXPR to bitfield precision.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/expr.c
More information about the Gcc-bugs
mailing list