This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

[commit] [patch] Fix entryval regression by me for simple `var@1'


On Mon, 10 Oct 2011 16:30:47 +0200, Jan Kratochvil wrote:
> I have reverted mostly the whole change in c-exp.y and reimplemented the
> @entry parsing only at the lexical level which should be pretty safe.

IIUC it was previously assuming look-ahead of 2 terminals works.  I am aware
it does not, I just did not realize it.  It now depends only on a single
terminal look-ahead.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2011-10/msg00088.html

So hopefully entryvals are now checked-in regression free.


Sorry,
Jan


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