gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and HAVE_DFmode before using...
authorMartin Sebor <msebor@redhat.com>
Thu, 26 Jan 2017 23:37:17 +0000 (23:37 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Thu, 26 Jan 2017 23:37:17 +0000 (16:37 -0700)
commit9976a81057ee36684234cc615df137663494af0d
tree8e0d2c29a02067bdc6152e97d5a73d3dabe65266
parent31c87a433cdbec856c6ed840482ef638ac8fc565
gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and HAVE_DFmode before using XFmode or DFmode.

gcc/ChangeLog:
* gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
HAVE_DFmode before using XFmode or DFmode.
(parse_directive): Avoid using the z length modifier to avoid
the ISO C++98 does not support the ā€˜zā€™ gnu_printf length modifier.

From-SVN: r244957
gcc/ChangeLog
gcc/gimple-ssa-sprintf.c