re PR c++/69657 (abs() not inlined after including math.h)
authorJason Merrill <jason@redhat.com>
Mon, 8 Feb 2016 22:07:54 +0000 (17:07 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 8 Feb 2016 22:07:54 +0000 (17:07 -0500)
commit1374a761eb55be67e49bb20ae051abb495b840a2
tree55ed5f5dc37a358838fcf6fd9ebf04a1a1ef2539
parenta162f3af802f4f3dab5a53e6864600e6c38582d7
re PR c++/69657 (abs() not inlined after including math.h)

PR c++/69657
* name-lookup.c (do_nonmember_using_decl): Leave anticipated
built-ins alone.

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