This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: Java/parse.y: Type clashes on the default action


>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:

Akim> 	* parse.y (class_declaration, interface_declaration): Make sure
Akim> 	all their rules have an action, in order to avoid meaningless `$$
Akim> 	= $1' and their type clashes.

Thanks, I'm checking this in.

I assume this particular error is something that a newer bison will
warn about?  My concern is that otherwise more instances of this
problem may inadvertently slip in.

Tom


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