r218261 - in /trunk/gcc: ChangeLog genmatch.c

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Tue Dec 2 09:30:00 GMT 2014


Author: rguenth
Date: Tue Dec  2 09:30:15 2014
New Revision: 218261

URL: https://gcc.gnu.org/viewcvs?rev=218261&root=gcc&view=rev
Log:
2014-12-02  Richard Biener  <rguenther@suse.de>
	Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>

	* genmatch.c: Include hash-set.h.
	(fatal_at): Add source_location overload.
	(parser::record_operlist): New method.
	(parser::push_simplify): Likewise.
	(parser::oper_lists_set): New member.
	(parser::oper_lists): Likewise.
	(parser::parse_operation): Record seen operator list references.
	(parser::parse_c_expr): Likewise.
	(parser::parse_simplify): Init oper_lists_set and oper_lists
	and use push_simplify.
	(parser::parser): Init oper_lists_set and oper_lists.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genmatch.c



More information about the Gcc-cvs mailing list