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]

r163600 - in /trunk/gcc: ChangeLog genautomata.c


Author: bernds
Date: Fri Aug 27 22:08:37 2010
New Revision: 163600

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163600
Log:
	* genautomata.c (gen_regexp_repeat, gen_regexp_allof,
	gen_regexp_oneof, gen_regexp_sequence): Use the string found
	in vector element 0 rather than the original string when there's
	only one element.
	(gen_regexp): Remove extra semicolon.

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


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