aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2008-06-30 22:49:23 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2008-06-30 22:49:23 +0200
commit55b3fc29ab075faa616eb3188f102d0f7c4f55a9 (patch)
tree3cded43ff13b2dffd37a71f5509e38645a0ca9eb /gcc
parentb2febff9b75efcb419fcf5d8d821175300fa00b5 (diff)
downloadgcc-55b3fc29ab075faa616eb3188f102d0f7c4f55a9.zip
gcc-55b3fc29ab075faa616eb3188f102d0f7c4f55a9.tar.gz
gcc-55b3fc29ab075faa616eb3188f102d0f7c4f55a9.tar.bz2
Fix up a misplaced ChangeLog entry.
From-SVN: r137288
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/cp/ChangeLog7
2 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cfa4626..7c7fd12 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,10 +1,3 @@
-2008-06-30 Jakub Jelinek <jakub@redhat.com>
-
- PR c++/36662
- * decl2.c (is_late_template_attribute): If the first attribute
- argument is IDENTIFIER_NODE, don't consider it when checking
- if arguments are value or type dependent.
-
2008-06-30 Kenneth Zadeck <zadeck@naturalbridge.com>
* ifcvt.c (cond_move_process_if_block): Free vectors on false
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 5897d1b..dd40a29 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-30 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/36662
+ * decl2.c (is_late_template_attribute): If the first attribute
+ argument is IDENTIFIER_NODE, don't consider it when checking
+ if arguments are value or type dependent.
+
2008-06-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/36655