From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14303 invoked by alias); 4 Feb 2003 13:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 14281 invoked by uid 71); 4 Feb 2003 13:36:00 -0000 Resent-Date: 4 Feb 2003 13:36:00 -0000 Resent-Message-ID: <20030204133600.14280.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, stefaandr@hotmail.com Received: (qmail 12273 invoked by uid 48); 4 Feb 2003 13:32:21 -0000 Message-Id: <20030204133221.12272.qmail@sources.redhat.com> Date: Tue, 04 Feb 2003 13:36:00 -0000 From: stefaandr@hotmail.com Reply-To: stefaandr@hotmail.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c/9569: 8 bytes seems to long for long long int X-SW-Source: 2003-02/txt/msg00187.txt.bz2 List-Id: >Number: 9569 >Category: c >Synopsis: 8 bytes seems to long for long long int >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: rejects-legal >Submitter-Id: net >Arrival-Date: Tue Feb 04 13:36:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: stefaandr@hotmail.com >Release: gcc version 3.4 20030204 (experimental) >Organization: >Environment: redhat 8.0 Reading specs from /esat/quendi/stefaan/install/lib/gcc-lib/i686-pc-linux-gnu/3.4/specs Configured with: ../../src/gcc/configure --enable-languages=c,c++ --prefix=/esat/quendi/stefaan/install Thread model: posix gcc version 3.4 20030204 (experimental) >Description: compile this code: int main() { long long int x = 0x0123456789abcdef; }; it gives: test6.cpp: In function `int main()': test6.cpp:2: error: integer constant is too large for "long" type >How-To-Repeat: compile code contained in description >Fix: >Release-Note: >Audit-Trail: >Unformatted: