From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13392 invoked by alias); 10 Aug 2004 00:16:26 -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 13195 invoked by uid 48); 10 Aug 2004 00:16:23 -0000 Date: Tue, 10 Aug 2004 00:16:00 -0000 Message-ID: <20040810001623.13194.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040809214639.16951.rjpeters@klab.caltech.edu> References: <20040809214639.16951.rjpeters@klab.caltech.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/16951] [3.5 regression] ICE in make_decl_rtl with recursion in C++ constructor (-O1) X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg00751.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-10 00:16 ------- : Search converges between 2004-07-29-trunk (#498) and 2004-07-30-trunk (#499). Hmm, I did a -fdump-tree-vars to find out why this was ICE and I noticed that before, it was inlining the constructor once and after it was inlining it a couple of times. Also after it removed some variables which it should not be removed from scope. -- What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical Component|c++ |tree-optimization Summary|[3.5 regression] ICE in |[3.5 regression] ICE in |make_decl_rtl with recursion|make_decl_rtl with recursion |in C++ constructor |in C++ constructor (-O1) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16951