re PR c++/27648 (ICE on attribute on pointers in static_cast)
authorMark Mitchell <mark@codesourcery.com>
Thu, 15 Jun 2006 03:40:42 +0000 (03:40 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 15 Jun 2006 03:40:42 +0000 (03:40 +0000)
commit84019f237c3ec98ccd3bd7044f45d7b8e412a334
tree647d15523e803e7975f50c20452c01c4ed2d27aa
parent070809e38c1ac0d2232a084f4d87a08fe0c7c34d
re PR c++/27648 (ICE on attribute on pointers in static_cast)

PR c++/26748
* parser.c (cp_parser_declarator): Robustify.
PR c++/26748
* g++.dg/ext/attrib22.C: New test.

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