aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
diff options
context:
space:
mode:
authorMichael Meissner <meissner@linux.vnet.ibm.com>2017-10-31 18:56:05 +0000
committerMichael Meissner <meissner@gcc.gnu.org>2017-10-31 18:56:05 +0000
commitc67624232a1cb16a99497605dde681eee711dbbd (patch)
treeba35a870ef34fc78dab1cf19295e5566bcebb694 /gcc/c/c-parser.c
parent6ff16d19d26a41cd7abb01e858529fae54de746a (diff)
downloadgcc-c67624232a1cb16a99497605dde681eee711dbbd.zip
gcc-c67624232a1cb16a99497605dde681eee711dbbd.tar.gz
gcc-c67624232a1cb16a99497605dde681eee711dbbd.tar.bz2
builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built-in functions so that the variant...
2017-10-31 Michael Meissner <meissner@linux.vnet.ibm.com> * builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built-in functions so that the variant without the "__builtin_" prefix is only enabled for the GNU C and Objective C languages when they are in non-strict ANSI/ISO mode. (DEF_EXT_LIB_FLOATN_NX_BUILTINS): Likewise. * target.def (floatn_builtin_p): Add a target hook to control whether _Float<N> and _Float<N>X built-in functions without the "__builtin_" prefix are enabled, and return true for C and Objective C in the default hook. Include langhooks.h in targhooks.c. * targhooks.h (default_floatn_builtin_p): Likewise. * targhooks.c (default_floatn_builtin_p): Likewise. * doc/tm.texi.in (TARGET_FLOATN_BUILTIN_P): Document the floatn_builtin_p target hook. * doc/tm.texi (TARGET_FLOATN_BUILTIN_P): Likewise. From-SVN: r254277
Diffstat (limited to 'gcc/c/c-parser.c')
0 files changed, 0 insertions, 0 deletions