This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline won't bootstrap on Linux/alpha
On Mon, May 27, 2002 at 07:09:21PM -0700, Zack Weinberg wrote:
> On Mon, May 27, 2002 at 08:28:33PM +0100, Neil Booth wrote:
> > H . J . Lu wrote:-
> >
> > > Here is a patch. You have to add L/UL for long int.
> >
> > Actually, please use UL as the variables are all unsigned.
>
> The U suffix is unacceptable to K+R compilers (and should be
> complained about with -Wtraditional) - you'll have to live with
> just L.
>
Neil's latest change casts 1 to cpp_num_part. It seems ok to me. Maybe
Neil should check in that part of his change into mainline first.
H.J.