From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21734 invoked by alias); 21 Feb 2003 00:46: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 21693 invoked by uid 71); 21 Feb 2003 00:46:01 -0000 Resent-Date: 21 Feb 2003 00:46:01 -0000 Resent-Message-ID: <20030221004601.21692.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, gnuser@coloraura.com Received: (qmail 21643 invoked by uid 48); 21 Feb 2003 00:45:49 -0000 Message-Id: <20030221004549.21642.qmail@sources.redhat.com> Date: Fri, 21 Feb 2003 00:46:00 -0000 From: gnuser@coloraura.com Reply-To: gnuser@coloraura.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/9785: Internal compiler error 192 when trying to assign local value to a local classes member. X-SW-Source: 2003-02/txt/msg01048.txt.bz2 List-Id: >Number: 9785 >Category: c++ >Synopsis: Internal compiler error 192 when trying to assign local value to a local classes member. >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Fri Feb 21 00:46:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Daniel Pitts >Release: 2.95.3 20010315 >Organization: >Environment: NetBSD 1.6 >Description: I get an internal compiler error instead of a proper message. I'm assuming this is incorrect c++, but either way it should report why. # 1 "test.cc" void main() { int local = 3; class { public: static const int x = local } b; } >How-To-Repeat: Simply compile the above code. >Fix: >Release-Note: >Audit-Trail: >Unformatted: