[C++ PATCH] builtin fn creation
authorNathan Sidwell <nathan@acm.org>
Thu, 17 Oct 2019 12:04:51 +0000 (12:04 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 17 Oct 2019 12:04:51 +0000 (12:04 +0000)
commite400b49192683f2f57e1e977b5d4d302c63ab8aa
tree0909280542f2487dfc6901401f893e0fef2fa416
parenta421fe9e610b5dbfce1913cd724c8ba193addd47
[C++ PATCH] builtin fn creation

https://gcc.gnu.org/ml/gcc-patches/2019-10/msg01283.html
* decl.c (builtin_function_1): Merge into ...
(cxx_builtin_function): ... here.  Nadger the decl before maybe
copying it.  Set the context.
(cxx_builtin_function_ext_scope): Push to top level, then call
cxx_builtin_function.

From-SVN: r277102
gcc/cp/ChangeLog
gcc/cp/decl.c