]> git.ipfire.org Git - thirdparty/gcc.git/commit
[C++ PATCH] builtin fn creation
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 12:04:51 +0000 (12:04 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 12:04:51 +0000 (12:04 +0000)
commit2f1f18e0d6ea98fc927c55448bd88424b5f81759
tree0909280542f2487dfc6901401f893e0fef2fa416
parent74a5d956fdca2a728d7a1a26958689698d7f150a
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277102 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c