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/32821] tree-if-conv:combine_blocks with -ftree-dump-tree-all-details fails on ICE in compilation: segfault



------- Comment #6 from uros at gcc dot gnu dot org  2007-09-07 10:18 -------
Subject: Bug 32821

Author: uros
Date: Fri Sep  7 10:17:46 2007
New Revision: 128235

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128235
Log:
        PR tree-optimization/32821
        * tree_if_conv.c (combine_blocks): Use alloc_stmt_list instead of
        NULL in the call to set_bb_stmt_list.

testsuite/ChangeLog:

        PR tree-optimization/32821
        * gcc.dg/tree-ssa/pr32821.c: New file.


Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr32821.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-if-conv.c


-- 


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


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