From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7335 invoked by alias); 7 Apr 2003 12:42:57 -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 7328 invoked from network); 7 Apr 2003 12:42:56 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 7 Apr 2003 12:42:56 -0000 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 86382145D7; Mon, 7 Apr 2003 14:42:56 +0200 (MEST) To: "A.R. Ashok Kumar" Cc: Eric Botcazou , Lev Assinovsky , gcc-help@gcc.gnu.org Subject: Re: gcc 3.3: long long bug? X-Yow: Are you guys lined up for the METHADONE PROGRAM or FOOD STAMPS?? From: Andreas Schwab Date: Mon, 07 Apr 2003 12:42:00 -0000 In-Reply-To: (A. R. Ashok Kumar's message of "Mon, 7 Apr 2003 18:00:05 +0530 (IST)") Message-ID: User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 (gnu/linux) References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2003-04/txt/msg00056.txt.bz2 "A.R. Ashok Kumar" writes: |> Hi, |> |> > |> > const long long n = 34359738368; // 2^35 |> > |> > |> > |> > Got: |> > |> > max.cpp:1: error: integer constant is too large for "long" type |> > |> |> > |> Append "LL" to the constant. |> > |> > That should not be needed. |> |> Size for type "long long" may be only 32-bit in your system. Since it |> is 35-bit number, it gives error. That has no significance here, because the error message explicitly mentions "long", not "long long". |> You can check the size of "long long" type in your system, by printing |> sizeof(long long). On my system sizeof(long) is 8. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."