re PR c++/14432 (Built-ins lead to conflict even if no header file included)
authorMark Mitchell <mark@codesourcery.com>
Tue, 9 Mar 2004 08:26:14 +0000 (08:26 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 9 Mar 2004 08:26:14 +0000 (08:26 +0000)
commit62d99768eba4f3906639a234eb1f17b4630aecad
tree81908ffe911816861e54657dcd277cbabb315762
parent58ec3cc5c0c441e0e8c49c029be9e25dcb1d853d
re PR c++/14432 (Built-ins lead to conflict even if no header file included)

PR c++/14432
* name-lookup.c (supplement_binding): Ignore functions that are
marked DECL_ANTICIPATED.

PR c++/14432
* g++.dg/parse/builtin2.C: New test.

From-SVN: r79160
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/builtin2.C [new file with mode: 0644]