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/23664] fold does not change (a&C1)+(b&C2) to (a&C1)|(b&C2) iff (C1 & C2) == 0


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


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