]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-cfg.c
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)
authorJan Hubicka <jh@suse.cz>
Mon, 24 Jul 2006 11:27:53 +0000 (13:27 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 24 Jul 2006 11:27:53 +0000 (11:27 +0000)
commit597ae07482f698e4d1f03861ef775fb6703627f9
treed178fe07a5109b0f0e76af5303139624cf4bdd77
parentf10d1a747d57ce28acd2b83ce96c154af5e9a286
re PR middle-end/28071 (A file that can not be compiled in reasonable time/space)

PR rtl-optimization/28071
* tree-cfg.c (tree_split_block): Do not allocate new stmt_list nodes.
* tree-iterator.c (tsi_split_statement_list_before): Do not crash when
splitting before first stmt.

From-SVN: r115713
gcc/ChangeLog
gcc/tree-cfg.c
gcc/tree-iterator.c