OSDN Git Service

PR c++/13092
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 2004 15:51:56 +0000 (15:51 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Jun 2004 15:51:56 +0000 (15:51 +0000)
commitffa23556d08d513ef7558684fcbc8ce269102b30
tree2def6dd5f3df50ec9750e71c7af3a314f0c66c12
parent43bf5d72a08229da09c59460922275147fe59e48
    PR c++/13092
        * init.c (build_offset_ref): Build SCOPE_REF with non-null
        TREE_TYPE for non-dependent names.
        * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
        unknown_type_node as its TREE_TYPE.
        * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
        * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
        (dump_expr) <SCOPE_REF case>: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82551 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cxx-pretty-print.c
gcc/cp/error.c
gcc/cp/init.c
gcc/cp/pt.c