From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22074 invoked by alias); 18 Jun 2004 12:32:10 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 22023 invoked from network); 18 Jun 2004 12:32:08 -0000 Received: from unknown (HELO mx5.informatik.uni-tuebingen.de) (134.2.12.32) by sourceware.org with SMTP; 18 Jun 2004 12:32:08 -0000 Received: from localhost (loopback [127.0.0.1]) by mx5.informatik.uni-tuebingen.de (Postfix) with ESMTP id 4BDF310D; Fri, 18 Jun 2004 14:32:07 +0200 (MST) Received: from mx3.informatik.uni-tuebingen.de ([134.2.12.26]) by localhost (mx5 [134.2.12.32]) (amavisd-new, port 10024) with ESMTP id 24012-01; Fri, 18 Jun 2004 14:32:05 +0200 (DFT) Received: from juist (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66]) by mx3.informatik.uni-tuebingen.de (Postfix) with ESMTP id 1B24E13B; Fri, 18 Jun 2004 14:32:05 +0200 (DFT) Received: from falk by juist with local (Exim 3.36 #1 (Debian)) id 1BbIXM-0005ES-00; Fri, 18 Jun 2004 14:32:04 +0200 To: Eljay Love-Jensen Cc: Vincent Torri , gcc-help@gcc.gnu.org Subject: Re: long long constant References: <6.1.1.1.0.20040618070731.021fcc50@iplan-mn.corp.adobe.com> From: Falk Hueffner Date: Fri, 18 Jun 2004 12:32:00 -0000 In-Reply-To: <6.1.1.1.0.20040618070731.021fcc50@iplan-mn.corp.adobe.com> (Eljay Love-Jensen's message of "Fri, 18 Jun 2004 07:07:45 -0500") Message-ID: <87y8mlm4hn.fsf@informatik.uni-tuebingen.de> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (cabbage, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (McAfee AntiVirus) at informatik.uni-tuebingen.de X-SW-Source: 2004-06/txt/msg00185.txt.bz2 Eljay Love-Jensen writes: > A long long numeric literal requires the LL suffix. The compiler > doesn't automagically promote "too big" numeric literals into long > longs. Actually it does if you tell it to follow the current standard C99 with -std=c99 (the default is gnu89). -- Falk