]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/34913 (ICE vector in template)
authorJason Merrill <jason@redhat.com>
Thu, 24 Jan 2008 14:41:32 +0000 (09:41 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 24 Jan 2008 14:41:32 +0000 (09:41 -0500)
commit160b8b8014c02e0863633caec43bb5f322cfc0db
tree744a3147c6bfa7e64ba5a4159c09675fbe49a5c4
parent89bf8683d7ff4ae7bf3071d49d50d7f60f809577
re PR c++/34913 (ICE vector in template)

        PR c++/34913
        * decl2.c (is_late_template_attribute): Defer any attribute with
        dependent args.  Also defer type attributes if the type is dependent.

From-SVN: r131779
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/g++.dg/ext/vector11.C [new file with mode: 0644]