diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-09 21:17:10 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-09 21:17:10 +0000 |
commit | 1f78217c0e58ddce6f65bded4733f117b83b23ad (patch) | |
tree | bc5b5a43fdbb93e7f4ab44c191121d39d27fa746 /libcc1 | |
parent | 2ee50ac085a7522133cdd093b04fab0f2ae553e6 (diff) | |
download | gcc-1f78217c0e58ddce6f65bded4733f117b83b23ad.tar.gz |
PR rtl-optimization/64536
* cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
tablejumps.
* gcc.dg/pr64536.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcc1')
-rw-r--r-- | libcc1/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index abf7ab6f336..b0507eb2a9b 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,9 @@ +2015-01-09 Michael Collison <michael.collison@linaro.org> + + * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h, + input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h + due to flattening of tree.h. + 2014-11-21 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/63784 |