[C++ PATCH] Implement LWG2296 helper intrinsic

Gerald Pfeifer gerald@pfeifer.com
Sun Jan 1 14:27:00 GMT 2017


On Fri, 7 Oct 2016, Jakub Jelinek wrote:
> The following patch adds __builtin_addressof with the semantics it has in
> clang, i.e. it is a constexpr & operator alternative that never uses the
> overloaded & operator.

Nice!

Are you planning to document this in gcc-7/changes.html ?

Gerald



More information about the Gcc-patches mailing list