This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15458] Combine ~ and ^.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 May 2004 02:05:32 -0000
- Subject: [Bug tree-optimization/15458] Combine ~ and ^.
- References: <20040515121800.15458.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-17 02:05 -------
Will be fix by PR 15459 when fold is able to optimize ~(a<D1109>_1 ^ 65535) into
~a<D1104>_1 ^ 65535
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15458