OSDN Git Service

* decl.c (make_implicit_typename): Handle case where t is not
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Nov 1997 04:07:26 +0000 (04:07 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Nov 1997 04:07:26 +0000 (04:07 +0000)
commit4b7fddae1e5cf29a8943e75009f7619a4047931d
treef846a25b504a862832295d71b6c8c651654f78f7
parent7eee1371741a5d87a3ce2801aeba25ca5c84fff1
* decl.c (make_implicit_typename): Handle case where t is not
  actually from context.
* tree.c (get_type_decl): Lose identifier case.
* spew.c (yylex): Lose useless call to identifer_typedecl_value.
* parse.y (nonnested_type): Just use lookup_name.
(complex_type_name): Just use IDENTIFIER_GLOBAL_VALUE.

Wed Nov 19 11:45:07 1997  Michael Tiemann  <tiemann@axon.cygnus.com>

* error.c (dump_function_name): Test DECL_LANG_SPECIFIC in case
T was built in C language context (for example, by
output_func_start_profiler).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16589 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/parse.y
gcc/cp/spew.c
gcc/cp/tree.c