From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2957 invoked by alias); 13 Feb 2004 06:22:15 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2949 invoked by uid 48); 13 Feb 2004 06:22:13 -0000 Date: Fri, 13 Feb 2004 06:22:00 -0000 From: "mattyt-bugzilla at tpg dot com dot au" To: gcc-bugs@gcc.gnu.org Message-ID: <20040213062200.14137.mattyt-bugzilla@tpg.com.au> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14137] New: ICE in cgraph_finalize_compilation_unit, at cgraphunit.c:407 X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01385.txt.bz2 List-Id: The following code: #include std::string str; gives an ICE when compiled as: >>>g++ -funit-at-a-time -include bits/stdc++.h ~/prepare/ice2reduced.cc /home/matty/prepare/ice2reduced.cc:216: internal compiler error: in cgraph_finalize_compilation_unit, at cgraphunit.c:407 on Linux x86 with G++ 3.4. -- Summary: ICE in cgraph_finalize_compilation_unit, at cgraphunit.c:407 Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mattyt-bugzilla at tpg dot com dot au CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14137