aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-05-08 14:05:04 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2018-05-08 14:05:04 +0100
commit41c3db9f28afae381b1f4cb18ac370fcd3da8706 (patch)
tree7b0c280cb05498d6ea41e292526e3a0549cfed2a /gcc/cfgexpand.c
parent50e461dfe37e66bff2a2932480fb041743cdd93c (diff)
downloadgcc-41c3db9f28afae381b1f4cb18ac370fcd3da8706.zip
gcc-41c3db9f28afae381b1f4cb18ac370fcd3da8706.tar.gz
gcc-41c3db9f28afae381b1f4cb18ac370fcd3da8706.tar.bz2
PR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when not supported
Restore the behaviour in GCC 8 and earlier where _GLIBCXX_USE_FLOAT128 is not defined when configure detects support is missing. This avoids having three states where the macro is either 1, 0, or undefined. PR libstdc++/85672 * include/Makefile.am [!ENABLE_FLOAT128]: Change c++config.h entry to #undef _GLIBCXX_USE_FLOAT128 instead of defining it to zero. * include/Makefile.in: Regenerate. * include/bits/c++config (_GLIBCXX_USE_FLOAT128): Move definition within conditional block. From-SVN: r260043
Diffstat (limited to 'gcc/cfgexpand.c')
0 files changed, 0 insertions, 0 deletions