This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/29924] [4.3 Regression] pr24626-4.c fails on powerpc-aix and others
- From: "rakdver at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Nov 2006 00:13:02 -0000
- Subject: [Bug rtl-optimization/29924] [4.3 Regression] pr24626-4.c fails on powerpc-aix and others
- References: <bug-29924-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rakdver at gcc dot gnu dot org 2006-11-22 00:13 -------
Subject: Bug 29924
Author: rakdver
Date: Wed Nov 22 00:12:52 2006
New Revision: 119078
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119078
Log:
PR rtl-optimization/29924
* loop-unroll.c (split_edge_and_insert): Handle the case insns is NULL.
(unroll_loop_runtime_iterations): Assert that the argument passed to
split_edge_and_insert is not NULL.
* loop-doloop.c (add_test): Ditto.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/loop-doloop.c
trunk/gcc/loop-unroll.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29924