This is the mail archive of the gcc-bugs@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: 0710 snap: alpha-osf4.0e: cpp fails on tmp-dum.c


On Wed, Jul 12, 2000 at 08:56:46AM +1000, Rodney Brown wrote:
...
> echo "int xxy_us_dummy;" >tmp-dum.c
> ./xgcc -B/usr/local/alpha-dec-osf4.0e/bin/ -B./ \
>    -isystem /usr/local/alpha-dec-osf4.0e/include -S tmp-dum.c
> In file included from tmp-dum.c:4294967295:
> <stdin>:64: macro names must be identifiers

I believe this is the problem reported by Donn Terry a couple days
back, failure to initialize the base context properly.  It should be
fixed in CVS.  If you do not have access to the CVS tree, please try
the patch at http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00345.html.

zw

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