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 tree-optimization/48739] [4.5/4.6/4.7 Regression] ICE in check_loop_closed_ssa_use() with "-ftree-parallelize-loops=2 -fno-tree-dominator-opts"


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48739

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-20 07:48:41 UTC ---
Author: jakub
Date: Sat Aug 20 07:48:35 2011
New Revision: 177924

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177924
Log:
    PR tree-optimization/48739
    * tree-ssa.c: Include cfgloop.h.
    (execute_update_addresses_taken): When updating ssa, if in
    loop closed SSA form, call rewrite_into_loop_closed_ssa instead of
    update_ssa.
    * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).

    * gcc.dg/pr48739-1.c: New test.
    * gcc.dg/pr48739-2.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr48739-1.c
    trunk/gcc/testsuite/gcc.dg/pr48739-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa.c


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