From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26893 invoked by alias); 21 Sep 2004 13:48:57 -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 26794 invoked by uid 48); 21 Sep 2004 13:48:53 -0000 Date: Tue, 21 Sep 2004 13:48:00 -0000 Message-ID: <20040921134853.26793.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] [4.0 regression] ICE in make_decl_rtl with recursion in C++ constructor (-O1) X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg02393.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-21 13:48 ------- Hmm, this looks like an inlining bug, the problem is that we are not adding the correct variables in the first place. -- What |Removed |Added ---------------------------------------------------------------------------- Known to fail|4.0 |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16951