This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/29924] [4.3 Regression] pr24626-4.c fails on powerpc-aix and others



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]