This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: Aliasing patches


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.
> 

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