Fix up a misplaced ChangeLog entry.
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 30 Jun 2008 20:49:23 +0000 (22:49 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 30 Jun 2008 20:49:23 +0000 (22:49 +0200)
From-SVN: r137288

gcc/ChangeLog
gcc/cp/ChangeLog

index cfa462685138c012fbccf7b2a4ea1ac64a89bb98..7c7fd12fe71b358d403fe0b7b15b89b7e6df0d77 100644 (file)
@@ -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
index 5897d1b5a7411f9f17520d62b780ab52c8114444..dd40a29200583ef809afff53fe036a8d11be3e35 100644 (file)
@@ -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