This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/18908] Missed folding opportunities with bools


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]