This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Aliasing patches
- To: lucier at math dot purdue dot edu, kenner at vlsi1 dot ultra dot nyu dot edu
- Subject: Re: Aliasing patches
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 31 May 2000 15:29:22 -0500 (EST)
- Cc: gcc-patches at gcc dot gnu dot org
But that doesn't solve the Makefile.in problem, and expr.h seems to have
its own problems, beginning with:
In file included from ../../gcc/c-decl.c:42:
../../gcc/expr.h:277: warning: ANSI C forbids forward references to `enum' types
../../gcc/expr.h:277: field `code' has incomplete type
../../gcc/expr.h:280: parse error before `rtx'
../../gcc/expr.h:280: warning: no semicolon at end of struct or union
../../gcc/expr.h:280: warning: no semicolon at end of struct or union
../../gcc/expr.h:281: warning: type defaults to `int' in declaration of `handlers'
../../gcc/expr.h:281: ANSI C forbids data definition with no type or storage class
../../gcc/expr.h:282: parse error before `}'
../../gcc/expr.h:282: warning: type defaults to `int' in declaration of `optab'
../../gcc/expr.h:282: ANSI C forbids data definition with no type or storage class
It goes on and on from there.
Brad
> From kenner@vlsi1.ultra.nyu.edu Wed May 31 15:24:16 2000
> Date: Wed, 31 May 00 16:36:16 EDT
> From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner)
> To: lucier@math.purdue.edu
> Subject: Re: Aliasing patches
>
> A checkin was missing. Pick up the latest c-decl.c.
>