re PR c++/34100 (ICE with vector attribute)
authorJakub Jelinek <jakub@redhat.com>
Fri, 16 Nov 2007 07:06:25 +0000 (08:06 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 16 Nov 2007 07:06:25 +0000 (08:06 +0100)
commit823e5f7f9fb52d8e6a9bb2c97164cc593ae18e11
tree69bdbfb012a1c1899d137ac74395d71db0a76945
parentb481444e66204a942f7c98db79183150b11f858b
re PR c++/34100 (ICE with vector attribute)

PR c++/34100
* pt.c (apply_late_template_attributes): Do nothing if decl's type is
error_mark_node.

* g++.dg/template/crash73.C: New test.

From-SVN: r130220
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/crash73.C [new file with mode: 0644]