diff options
author | Jeff Law <law@redhat.com> | 2018-01-08 11:17:51 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2018-01-08 11:17:51 -0700 |
commit | b9a4d2ba48c98fb0cc894489a26f1b16b01b1ecd (patch) | |
tree | e3d9c22e09768b34b2466cb3429650095e32b702 /gcc/ChangeLog | |
parent | 7f047768f22a132ed8959c6ecaf774ead733af79 (diff) | |
download | gcc-b9a4d2ba48c98fb0cc894489a26f1b16b01b1ecd.zip gcc-b9a4d2ba48c98fb0cc894489a26f1b16b01b1ecd.tar.gz gcc-b9a4d2ba48c98fb0cc894489a26f1b16b01b1ecd.tar.bz2 |
re PR rtl-optimization/81308 (ICE in calc_dfs_tree, at dominance.c:458)
PR rtl-optimization/81308
* recog.c (split_all_insns): Conditionally cleanup the CFG after
splitting insns.
From-SVN: r256348
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 27292bb..762aea5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2017-01-08 Jeff Law <law@redhat.com> + + PR rtl-optimization/81308 + * recog.c (split_all_insns): Conditionally cleanup the CFG after + splitting insns. + 2018-01-08 Vidya Praveen <vidyapraveen@arm.com> PR target/83663 - Revert r255946 |