re PR c++/28112 (ICE with invalid argument in attribute)
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Fri, 23 Jun 2006 17:02:38 +0000 (17:02 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Fri, 23 Jun 2006 17:02:38 +0000 (17:02 +0000)
commit0b9cb8c266252af79b24e3b3609dc450cdd4f9ed
treef585bfa75f5fb97d8fa3960a27839b602972dd58
parente10e3ac826f20ce1ea8560ccc083b4fdb1070eea
re PR c++/28112 (ICE with invalid argument in attribute)

PR c++/28112
* parser.c (cp_parser_attribute_list): Skip attributes with invalid
arguments.  Fix comment.

* g++.dg/ext/attrib23.C: New test.

From-SVN: r114941
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/attrib23.C [new file with mode: 0644]