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]

r229310 - in /trunk/gcc: ChangeLog match.pd


Author: rsandifo
Date: Mon Oct 26 09:26:11 2015
New Revision: 229310

URL: https://gcc.gnu.org/viewcvs?rev=229310&root=gcc&view=rev
Log:
Use macros to define built-in operator lists

No functional change.  This should be a slight readability improvement
on its own, but becomes more important with the next patch.

Tested on x86_64-linux-gnu, aarch64-linux-gnu and arm-linux-gnueabi.

gcc/
	* match.pd: Use macros to define built-in operator lists.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/match.pd


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