]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/ChangeLog
cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
authorMark Mitchell <mmitchell@usa.net>
Mon, 2 Feb 1998 11:41:39 +0000 (11:41 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 2 Feb 1998 11:41:39 +0000 (06:41 -0500)
commit8857f91e00db19ea1deb2089100abffdca3f0690
tree1bff9067da4dc52f810e15b629b09bbda0d0842f
parent318e3b20e449fc82ec3dea733b3aed1b165fbfc3
cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.

* cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
(revert_static_member_fn): Declare.
* decl.c (revert_static_member_fn): Remove declaration.  Change
linkage from internal to external.
(cp_finish_decl): Deal with virtual functions in classes local to
template functions.
* decl2.c (finish_file): Don't forget to emit increment/decrement
expressions in initializers for file-scope variables.
* parse.y (typename_sub2): If the typename doesn't names a
template, rather than a type, issue an error message.
* pt.c (check_explicit_specialization): Handle specializations of
static member functions.
(coerce_template_parms): Handle offset references to lists of
member functions.
* search.c (note_debug_info_needed): Don't crash when handed a
type which is being defined.
* typeck.c (complete_type): Don't crash when handed NULL_TREE;
that can happen with some illegal code.

From-SVN: r17598
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/g++FAQ.texi
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/search.c
gcc/cp/typeck.c
This page took 0.0618649999999999 seconds and 5 git commands to generate.