lex.c (handle_generic_pragma): Use token_buffer.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 24 Nov 1998 21:28:47 +0000 (16:28 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 Nov 1998 21:28:47 +0000 (16:28 -0500)
commit83f660b7585eed3232073f360075fd93a2c66468
treec671d8df7a926ea7b362061650f0986fd82b4193
parentd1be3be36793cb20f6f2df953a9e795f6da2953e
lex.c (handle_generic_pragma): Use token_buffer.

* lex.c (handle_generic_pragma): Use token_buffer.
* decl.c (check_tag_decl): Don't complain about null friend decl.
* Make-lang.in (DEMANGLER_PROG): Move the output argumnts to the
first position.
* lex.c (check_newline): Use ISALPHA.
(readescape): Use ISGRAPH.
(yyerror): Use ISGRAPH.
* search.c (get_abstract_virtuals): Do not use initial
CLASSTYPE_ABSTRACT_VIRTUALS.
* typeck2.c (abstract_virtuals_error): Show location of abstract
declaration.
* call.c (build_new_method_call): Use
CLASSTYPE_ABSTRACT_VIRTUAL, rather than recalculate.
* class.c (finish_struct_bits): Don't bother working out whether
get_abstract_virtuals will do anything, just do it.

From-SVN: r23836
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/search.c
gcc/cp/typeck2.c