aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-06-30 22:41:29 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2008-06-30 22:41:29 +0200
commitb2febff9b75efcb419fcf5d8d821175300fa00b5 (patch)
tree850a4f25e3444247fa6f8223910e36ae7337c920 /gcc/ChangeLog
parent727683a51c938a58cc7bdb7ea6bebed63521c5b4 (diff)
downloadgcc-b2febff9b75efcb419fcf5d8d821175300fa00b5.zip
gcc-b2febff9b75efcb419fcf5d8d821175300fa00b5.tar.gz
gcc-b2febff9b75efcb419fcf5d8d821175300fa00b5.tar.bz2
re PR c++/36662 (vector vs template)
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. * g++.dg/ext/altivec-16.C: New test. From-SVN: r137287
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7c7fd12..cfa4626 100644
--- a/gcc/ChangeLog
+++ b/gcc/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-30 Kenneth Zadeck <zadeck@naturalbridge.com>
* ifcvt.c (cond_move_process_if_block): Free vectors on false