OSDN Git Service

* parser.c (cp_parser_make_typename_type): Call make_typename_type
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Dec 2005 01:31:42 +0000 (01:31 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Dec 2005 01:31:42 +0000 (01:31 +0000)
commitc31fdaf6c04044990088f65f9316c458793feb44
treee36fa951f2adada32792fa62b70b56b41215e112
parentb118a35b7ae367b9618f01ae991029edaf631562
    * parser.c (cp_parser_make_typename_type): Call make_typename_type
        with tf_none instead of magic value 0.
        (cp_parser_explicit_instantiation): Call do_type_instantiation
        with tf_error instead of magic value 1.
        (cp_parser_elaborated_type_specifier): Call make_typename_type
        with tf_error instead of magic value 1.
        (cp_parser_class_name): Likewise.
        (cp_parser_lookup_name): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107855 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c