]> gcc.gnu.org Git - gcc.git/commit
cp-tree.h (BASELINK_P): New macro.
authorMark Mitchell <mark@codesourcery.com>
Tue, 6 Apr 1999 14:38:08 +0000 (14:38 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 6 Apr 1999 14:38:08 +0000 (14:38 +0000)
commit4bb0968f4e3eb6af9a9a1ba5758ebea168a4b2e2
tree526f3d6032e3d948ddc953c50478e9af7f1575bc
parentab45646c4ec90373b5db6279ef1869bb00c44dcd
cp-tree.h (BASELINK_P): New macro.

* cp-tree.h (BASELINK_P): New macro.
(SET_BASELINK_P): Likewise.
* init.c (build_member_call): Remove needless assignment in if
statement.
* search.c (lookup_field_r): Fix handling when we are looking
specifically for a type; these are not hidden by functions and
variables.
(lookup_member): Use SET_BASELINK_P.
* tree.c (is_overloaded_fn): Use BASELINK_P.
(really_overloaed_fn): Likewise.
(get_first_fn): Likewise.

From-SVN: r26219
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/search.c
gcc/cp/tree.c
gcc/testsuite/g++.old-deja/g++.other/crash9.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/crash33.C [new file with mode: 0644]
This page took 0.063469 seconds and 5 git commands to generate.