From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13097 invoked by alias); 8 Jun 2004 15:44:38 -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 13009 invoked by alias); 8 Jun 2004 15:44:36 -0000 Date: Tue, 08 Jun 2004 15:44:00 -0000 Message-ID: <20040608154436.13008.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040602155438.15779.reichelt@gcc.gnu.org> References: <20040602155438.15779.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/15779] [lno] ICE in stmt_ann, at tree-flow-inline.h:54 X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg00930.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-06-08 15:44 ------- Subject: Bug 15779 CVSROOT: /cvs/gcc Module name: gcc Branch: lno-branch Changes by: rakdver@gcc.gnu.org 2004-06-08 15:44:24 Modified files: gcc : ChangeLog.lno tree-scalar-evolution.c tree-ssa-loop-ivcanon.c Log message: PR tree-optimization/15779 * tree-scalar-evolution.c (scev_initialize): Clean the nb_iterations field. * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables): Do not clean nb_iterations field. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.lno.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.175&r2=1.1.2.176 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-scalar-evolution.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.52&r2=1.1.2.53 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivcanon.c.diff?cvsroot=gcc&only_with_tag=lno-branch&r1=1.1.2.10&r2=1.1.2.11 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15779