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]

r223367 - in /trunk/gcc: ChangeLog recog.h


Author: krebbel
Date: Tue May 19 14:47:11 2015
New Revision: 223367

URL: https://gcc.gnu.org/viewcvs?rev=223367&root=gcc&view=rev
Log:
recog: Increase max number of alternatives.

With the vector facility support z13 mov patterns have more than 30
alternatives.

gcc/
	* recog.h: Increase MAX_RECOG_ALTERNATIVES.
	Change type of alternative_mask to uint64_t.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/recog.h


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