From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23768 invoked by alias); 11 Oct 2002 00:26: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 23754 invoked by uid 71); 11 Oct 2002 00:26:01 -0000 Date: Thu, 10 Oct 2002 17:26:00 -0000 Message-ID: <20021011002601.23753.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Joe Buck Subject: Re: c++/7929: ICE on struct initialization Reply-To: Joe Buck X-SW-Source: 2002-10/txt/msg00437.txt.bz2 List-Id: The following reply was made to PR c++/7929; it has been noted by GNATS. From: Joe Buck To: a.rottmann@gmx.at, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Cc: Subject: Re: c++/7929: ICE on struct initialization Date: Thu, 10 Oct 2002 17:22:14 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7929 I'm not seeing this error either with the FSF 3.2 release or with the CVS 3.2 branch as of today. The test case I'm using is ----------- #include struct Bar { std::string str; }; int main() { Bar bar = { "hello" }; } ---------- There is no crash or diagnostic. Perhaps a bug was introduced and then fixed on the branch sometime between Aug 30 and now, or perhaps a local Debian patch is responsible. Any objection to closing the bug?