]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/error.c
decl.c (make_implicit_typename): Handle case where t is not actually from context.
authorJason Merrill <jason@gcc.gnu.org>
Thu, 20 Nov 1997 04:07:26 +0000 (23:07 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 20 Nov 1997 04:07:26 +0000 (23:07 -0500)
commit5951f637bc7086189b9702766068fb5f319039ad
treef846a25b504a862832295d71b6c8c651654f78f7
parent77643ab81452d6d7c52b5e28e201bb93ce88d155
decl.c (make_implicit_typename): Handle case where t is not actually from context.

* 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).

From-SVN: r16589
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/parse.y
gcc/cp/spew.c
gcc/cp/tree.c
This page took 0.057972 seconds and 5 git commands to generate.