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: akim at lrde dot epita dot fr
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Akim Demaille <akim at epita dot fr>, GCJ Patches <java-patches at gcc dot gnu dot org>, GCC Patches <gcc-patches at gnu dot org>
- Date: Thu, 13 Jun 2002 20:15:20 +0200
- Subject: Re: Java/parse.y: Type clashes on the default action
- References: <mv4r8jckdsy.fsf@nostromo.lrde.epita.fr> <87znxz2jy9.fsf@creche.redhat.com>
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.