This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Warning with 64-Bit datatype
- From: PaweÅ Sikora <pluto at pld-linux dot org>
- To: gcc-help at gcc dot gnu dot org,pfeiffer at swac dot de
- Date: Thu, 15 Jul 2004 10:18:45 +0200
- Subject: Re: Warning with 64-Bit datatype
- References: <10407141336.AA23718@vlsi1.ultra.nyu.edu> <cd587p$6q2$1@sea.gmane.org> <opsa56jlgj68q9g4@swexch.swac.de>
On Thursday 15 of July 2004 10:15, Michael Pfeiffer wrote:
> Hi,
>
> I get some warnings with following code:
>
> __int64 hash;
>
> hash=(hash<<1) & 0x7FFFFFFFFFFFFFFFL;
^ L -> LL (LLU)
--
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */
#define say(x) lie(x)