This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Java/parse.y: Type clashes on the default action
- From: Tom Tromey <tromey at redhat dot com>
- To: Akim Demaille <akim at epita dot fr>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>, GCC Patches <gcc-patches at gnu dot org>
- Date: 13 Jun 2002 10:59:42 -0600
- Subject: Re: Java/parse.y: Type clashes on the default action
- References: <mv4r8jckdsy.fsf@nostromo.lrde.epita.fr>
- Reply-to: tromey at redhat dot com
>>>>> "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