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


On Thu, Jun 13, 2002 at 10:59:42AM -0600, Tom Tromey wrote:
> >>>>> "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.

That's correct.  It is going stricter and stricter.


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