summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-09 21:17:10 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-09 21:17:10 +0000
commit1f78217c0e58ddce6f65bded4733f117b83b23ad (patch)
treebc5b5a43fdbb93e7f4ab44c191121d39d27fa746 /gcc/java
parent2ee50ac085a7522133cdd093b04fab0f2ae553e6 (diff)
downloadgcc-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 'gcc/java')
-rw-r--r--gcc/java/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 5ccb8ff72bd..70b90284421 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,39 @@
+2015-01-09 Michael Collison <michael.collison@linaro.org>
+
+ * boehm.c: 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.
+ * builtins.c: Ditto.
+ * class.c: Ditto.
+ * constants.c: 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.
+ * decl.c: Ditto.
+ * except.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
+ input.h, alias.h, symtab.h, fold-const.h,
+ wide-int.h, and inchash.h due to flattening of tree.h.
+ * expr.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
+ input.h, alias.h, symtab.h, fold-const.h,
+ wide-int.h,inchash.h and real.h due to flattening of tree.h.
+ * gimplify.c: 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.
+ * jcf-dump.c: Ditto.
+ * jcf-io.c: Ditto.
+ * jcf-parse.c: Ditto.
+ * jvgenmain.c: Ditto.
+ * lang.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
+ input.h, alias.h, symtab.h, fold-const.h,
+ wide-int.h, and inchash.h due to flattening of tree.h.
+ * mangle.c: 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.
+ * mangle_name.c: Ditto.
+ * resource.c: Ditto.
+ * typeck.c: Ditto.
+ * verify-glue.c: Ditto.
+ * verify-impl.c: Ditto.
+
2015-01-05 Jakub Jelinek <jakub@redhat.com>
Update copyright years.