From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Received: (qmail 773 invoked by uid 71); 10 Jan 2003 17:36:05 -0000 Resent-Date: 10 Jan 2003 17:36:05 -0000 Resent-Message-ID: <20030110173605.771.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, reichelt@igpm.rwth-aachen.de Received: (qmail 28911 invoked by uid 61); 10 Jan 2003 17:26:59 -0000 Message-Id: <20030110172659.28910.qmail@sources.redhat.com> Date: Fri, 10 Jan 2003 17:36:00 -0000 From: reichelt@igpm.rwth-aachen.de Reply-To: reichelt@igpm.rwth-aachen.de To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/9264: [3.4] regression] [parser] ICE on invalid octal constant X-SW-Source: 2003-01/txt/msg00650.txt.bz2 List-Id: >Number: 9264 >Category: c++ >Synopsis: [3.4] regression] [parser] ICE on invalid octal constant >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Fri Jan 10 09:36:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Volker Reichelt >Release: gcc 3.4-20020106 >Organization: >Environment: i686-pc-linux-gnu >Description: Compiling (g++ -c) the following illegal line of code --------------snip here---------------- int i = 08; --------------snip here---------------- I get an ICE: bug.cc:1:9: invalid digit "8" in octal constant bug.cc:1: internal compiler error: Segmentation fault Please submit a full bug report, [etc.] With the C front-end I get no ICE. >How-To-Repeat: g++ -c >Fix: >Release-Note: >Audit-Trail: >Unformatted: