[Bug middle-end/23664] fold does not change (a&C1)+(b&C2) to (a&C1)|(b&C2) iff (C1 & C2) == 0
naveen_gcc at indiatimes dot com
gcc-bugzilla@gcc.gnu.org
Tue Jul 14 03:22:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23664
hs.naveen <naveen_gcc at indiatimes dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |naveen_gcc at indiatimes dot com
--- Comment #4 from hs.naveen <naveen_gcc at indiatimes dot com> ---
Fixed with the commit:-
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=a76fc0fddcdc434b187c067d3a4632fb8473153a
More information about the Gcc-bugs
mailing list