This is the mail archive of the gcc-cvs@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]

r232605 - in /branches/gcc-5-branch/gcc: Change...


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


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