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 tree-optimization/15350] [tree-ssa] Convert if ((1 << a) & 1) into if (a == 0).


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-17 01:57 -------
When fold could optimize (1 << a) & 1, PR 15495 will fix the testcase in this bug.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15350


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