https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68513
--- Comment #15 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Author: mpolacek Date: Wed Jan 20 11:24:51 2016 New Revision: 232605 URL: https://gcc.gnu.org/viewcvs?rev=232605&root=gcc&view=rev Log: PR c/68513 * match.pd ((x & ~m) | (y & m)): Only perform on GIMPLE. * gcc.dg/pr68513.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.dg/pr68513.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/match.pd branches/gcc-5-branch/gcc/testsuite/ChangeLog