* cp-tree.h (DECL_ANTICIPATED): New macro.
commitc324ed638a47e707b265188835e33111491dccbc
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 May 2000 15:44:20 +0000 (30 15:44 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 May 2000 15:44:20 +0000 (30 15:44 +0000)
tree095255f1eb1114cb50575474e681499eaba07034
parenta71aa12575d9774aa1d9e11d7623b3f33dd832a0
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34267 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/tinfo2.cc