re PR c++/9924 (Multiple using statements for builtin functions not allowed)
authorMark Mitchell <mark@codesourcery.com>
Tue, 11 Mar 2003 23:07:45 +0000 (23:07 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 11 Mar 2003 23:07:45 +0000 (23:07 +0000)
commit0c33daffa33ccd49807e44865b6d96d79c74cfe8
treebfe14107f93101ea73e570388f5c16bb7b9e69f1
parentcf237c199cde6ed297fcf41bc6ea2a6a9723387a
re PR c++/9924 (Multiple using statements for builtin functions not allowed)

PR c++/9924
* g++.dg/overload/builtin2.C: New test.

2003-03-11  Mark Mitchell  <mark@codesourcery.com>

PR c++/9924
* decl2.c (do_nonmember_using_decl): Ignore anticipated builtins.

From-SVN: r64197
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/overload/builtin2.C [new file with mode: 0644]