re PR c++/9264 ([parser] ICE on invalid octal constant)
authorMark Mitchell <mark@codesourcery.com>
Mon, 13 Jan 2003 00:16:12 +0000 (00:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 13 Jan 2003 00:16:12 +0000 (00:16 +0000)
commit8fa1ad0e6a073ff581090e2eb9658af2b7fb873a
tree09a72e3ecc7a33e76258030be3182d05d3cd19bd
parente8f2b18d0ec4fc04cba5d9ea60350645247c6548
re PR c++/9264 ([parser] ICE on invalid octal constant)

* cp-tree.h (get_arglist_len_in_bytes): Remove.

PR c++/9264
* parser.c (cp_parser_elaborated_type_specifier): Handle erroneous
typeame types more robustly.

PR c++/9172
* g++.dg/parse/typename1.C: New file.

From-SVN: r61236
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/parser.c
gcc/testsuite/g++.dg/parse/typename1.C [new file with mode: 0644]