From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5661 invoked by alias); 11 Mar 2003 15:16:19 -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 5641 invoked by uid 48); 11 Mar 2003 15:16:19 -0000 Date: Tue, 11 Mar 2003 15:16:00 -0000 Message-ID: <20030311151619.5640.qmail@sources.redhat.com> To: falk.hueffner@student.uni-tuebingen.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, falk.hueffner@student.uni-tuebingen.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/10026: [3.4 regression] ICE on incomplete type X-SW-Source: 2003-03/txt/msg00570.txt.bz2 List-Id: Old Synopsis: ICE on incomplete type New Synopsis: [3.4 regression] ICE on incomplete type State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Tue Mar 11 15:16:19 2003 State-Changed-Why: OK, this one was real simple to reduce (less than 5 minutes :-): ------------------------ class X; void foo() { X x(1); bar(x); } --------------------- g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.ii x.ii: In function `void foo()': x.ii:4: error: variable `X x' has initializer but incomplete type x.ii:5: internal compiler error: in arg_assoc_type, at cp/decl2.c:3983 It didn't ICE (and didn't bail out in 3.3, so this is a regression). W. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10026