Fix up a misplaced ChangeLog entry.

From-SVN: r137288
This commit is contained in:
Jakub Jelinek 2008-06-30 22:49:23 +02:00
parent b2febff9b7
commit 55b3fc29ab
2 changed files with 7 additions and 7 deletions

View 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

View 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