This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 0710 snap: alpha-osf4.0e: cpp fails on tmp-dum.c
- To: RDBrown at mira dot net, RodneyBrown at pmsc dot com
- Subject: Re: 0710 snap: alpha-osf4.0e: cpp fails on tmp-dum.c
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Tue, 11 Jul 2000 17:10:07 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200007112256.IAA00504@iji.local>
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