]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/ChangeLog
decl.c (build_typename_type): Set DECL_ARTIFICIAL.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 7 Dec 1998 12:27:47 +0000 (12:27 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 7 Dec 1998 12:27:47 +0000 (07:27 -0500)
commit2642b9bfd55db180d5e689d0fc7198dfc324c488
tree61a5095972adc3591e1963f1c5ff3aaa2ece1564
parent1db9f6ceae87ca6417ef1d64a66d27d4c9355a06
decl.c (build_typename_type): Set DECL_ARTIFICIAL.

* decl.c (build_typename_type): Set DECL_ARTIFICIAL.
* error.c (dump_simple_decl): Also print namespace context.
(dump_function_decl): Likewise.
* decl2.c (ambiguous_decl): Don't print old value if it's
error_mark_node.
* decl.c (lookup_name_real): Fix handling of local types shadowed
by a non-type decl.  Remove obsolete code.
* cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.
Fixes g++.other/lookup6.C
* lang-options.h: Add -fpermissive.
* decl2.c: Likewise.
* cp-tree.h: Add flag_permissive.
* decl.c (init_decl_processing): If neither -fpermissive or -pedantic
were specified, set flag_pedantic_errors.
* call.c (build_over_call): Turn dropped qualifier messages
back into pedwarns.
* cvt.c (convert_to_reference): Likewise.
* typeck.c (convert_for_assignment): Likewise.

From-SVN: r24150
gcc/cp/ChangeLog
gcc/cp/NEWS
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/lang-options.h
gcc/cp/lex.c
gcc/cp/typeck.c
This page took 0.061978 seconds and 5 git commands to generate.