cp-tree.h (DECL_ANTICIPATED): New macro.
authorZack Weinberg <zack@wolery.cumb.org>
Tue, 30 May 2000 15:44:20 +0000 (15:44 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 30 May 2000 15:44:20 +0000 (15:44 +0000)
commit935d1834f18a86bed5292c9bfe55ecf81ba734fc
tree095255f1eb1114cb50575474e681499eaba07034
parent7758b73fae75b4462a0eb0cd79b03ae914f9f1fa
cp-tree.h (DECL_ANTICIPATED): New macro.

* cp-tree.h (DECL_ANTICIPATED): New macro.
Document new use of DECL_LANG_FLAG_7.
* decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
in the user namespace.
* lex.c (do_identifier): If the identifier's declaration has
DECL_ANTICIPATED on, it has not yet been declared.  But do not
replace it with an ordinary implicit declaration.

* tinfo2.cc: Include stdlib.h.

From-SVN: r34267
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/tinfo2.cc