Re: Mark C2x built-in functions as such

2019-10-04 Thread Jeff Law
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

Mark C2x built-in functions as such

2019-10-03 Thread Joseph Myers
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