This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Mainline won't bootstrap on Linux/alpha


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.

zw


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