From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8449 invoked by alias); 19 May 2003 15: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 8425 invoked by uid 71); 19 May 2003 15:26:01 -0000 Date: Mon, 19 May 2003 15:26:00 -0000 Message-ID: <20030519152601.8418.qmail@sources.redhat.com> To: law@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Diego Novillo Subject: Re: optimization/10863: [tree-ssa] ICE in assign_var Reply-To: Diego Novillo X-SW-Source: 2003-05/txt/msg02094.txt.bz2 List-Id: The following reply was made to PR optimization/10863; it has been noted by GNATS. From: Diego Novillo To: bangerth@dealii.org Cc: gcc-gnats@gcc.gnu.org Subject: Re: optimization/10863: [tree-ssa] ICE in assign_var Date: Mon, 19 May 2003 11:18:11 -0400 On Mon, May 19, 2003 at 02:43:47PM -0000, bangerth@dealii.org wrote: > g/x> /home/bangerth/bin/gcc-3.4-tree-ssa/bin/c++ -O2 -c x.cc > x.cc: In function `void baz(const S&)': > x.cc:6: internal compiler error: in assign_vars, at tree-ssa.c:1557 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > The modifications I'm making to stop treating INDIRECT_REF nodes as variables should fix this problem. I'll test this again after I'm done with the patch. Diego.