This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Aliasing patches
- To: gcc-patches at gcc dot gnu dot org
- Subject: Re: Aliasing patches
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 31 May 2000 15:19:36 -0500 (EST)
- Cc: lucier at math dot purdue dot edu
I downloaded the CVS source after this checkin:
http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01680.html
and it seems to be pretty screwed up---gcc/c-decl.c does *not* include
expr.h, gcc/Makefile.in does not have c-decl.c depending on expr.h
(it should depend on $(EXPR_H), anyway). I don't know what else is
screwy, this was the results of my first two attemps at bootstrapping.
Can someone check this?
Brad Lucier