On 10/3/19 4:57 PM, Joseph Myers wrote:
> Various built-in functions that GCC has as extensions are now standard
> functions in C2x. This patch adds DEF_C2X_BUILTIN and uses it to mark
> them as such. Some of the so-marked functions were previously
> DEF_EXT_LIB_BUILTIN, while some DFP ones were
Various built-in functions that GCC has as extensions are now standard
functions in C2x. This patch adds DEF_C2X_BUILTIN and uses it to mark
them as such. Some of the so-marked functions were previously
DEF_EXT_LIB_BUILTIN, while some DFP ones were DEF_GCC_BUILTIN
(i.e. __builtin_* only); both se