OSDN Git Service

Fix ChangeLog.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Dec 2006 13:34:03 +0000 (13:34 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Dec 2006 13:34:03 +0000 (13:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119656 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ada/ChangeLog

index 998d8c9..704a493 100644 (file)
        (gfc_add_modify_stmt): New macro.
        * fortran/f95-lang.c (lang_tree_node): Handle gimple statements.
 
-       2006-11-02  Aldy Hernandez  <aldyh@redhat.com>
-
-       * ada/ada-tree.h (lang_tree_node): Handle gimple tuples.
-       * ada/trans.c (gnat_gimplify_expr): Replace MODIFY_EXPR with
-       GIMPLE_MODIFY_STMT.
-
        2006-11-01  Aldy Hernandez  <aldyh@redhat.com>
 
        * Merge from mainline at revision 118200.
index 08cb9de..772de58 100644 (file)
@@ -1,3 +1,12 @@
+2006-12-05  Aldy Hernandez  <aldyh@redhat.com>
+
+       Merge from gimple-tuples-branch.
+
+       2006-11-02  Aldy Hernandez  <aldyh@redhat.com>
+       * ada-tree.h (lang_tree_node): Handle gimple tuples.
+       * trans.c (gnat_gimplify_expr): Replace MODIFY_EXPR with
+       GIMPLE_MODIFY_STMT.
+
 2006-12-02  Kazu Hirata  <kazu@codesourcery.com>
 
        * Makefile.in, mingw32.h, trans.c: Fix comment typos.