This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15779] [lno] ICE in stmt_ann, at tree-flow-inline.h:54
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2004 15:44:36 -0000
- Subject: [Bug tree-optimization/15779] [lno] ICE in stmt_ann, at tree-flow-inline.h:54
- References: <20040602155438.15779.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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