gcc50: Backport c++11 literal fixes from gcc80.
commit8eea7f7fe97249cf7e3fc584b3c44be20ab96d62
authorzrj <rimvydas.jasinskas@gmail.com>
Mon, 22 Jan 2018 07:45:18 +0000 (22 09:45 +0200)
committerzrj <zrj@dragonflybsd.org>
Sun, 15 Apr 2018 15:39:32 +0000 (15 18:39 +0300)
treebc2648301af816a333e850e9c6ca13e2af88e7e1
parentf9b6fd2342e10abe5e40ce0f9f9bd6fc08bc68d9
gcc50: Backport c++11 literal fixes from gcc80.

Fixes: -Wliteral-suffix
C++11 requires a space between literal and string macro

While there, backport 222884 to suppress -Wdeprecated
use of an operand of type 'bool' in 'operator++' is deprecated
32 files changed:
contrib/gcc-5.0/gcc/bitmap.c
contrib/gcc-5.0/gcc/c/c-aux-info.c
contrib/gcc-5.0/gcc/cfg.c
contrib/gcc-5.0/gcc/cfghooks.c
contrib/gcc-5.0/gcc/cgraph.c
contrib/gcc-5.0/gcc/config/elfos.h
contrib/gcc-5.0/gcc/cppbuiltin.c
contrib/gcc-5.0/gcc/defaults.h
contrib/gcc-5.0/gcc/dwarf2cfi.c
contrib/gcc-5.0/gcc/dwarf2out.c
contrib/gcc-5.0/gcc/final.c
contrib/gcc-5.0/gcc/gcc.c
contrib/gcc-5.0/gcc/gcov.c
contrib/gcc-5.0/gcc/ipa-cp.c
contrib/gcc-5.0/gcc/ipa-inline.c
contrib/gcc-5.0/gcc/ipa-polymorphic-call.c
contrib/gcc-5.0/gcc/ipa-profile.c
contrib/gcc-5.0/gcc/ipa-prop.c
contrib/gcc-5.0/gcc/ira-color.c
contrib/gcc-5.0/gcc/ira.c
contrib/gcc-5.0/gcc/loop-iv.c
contrib/gcc-5.0/gcc/mcf.c
contrib/gcc-5.0/gcc/modulo-sched.c
contrib/gcc-5.0/gcc/predict.c
contrib/gcc-5.0/gcc/profile.c
contrib/gcc-5.0/gcc/reload.h
contrib/gcc-5.0/gcc/stor-layout.c
contrib/gcc-5.0/gcc/toplev.c
contrib/gcc-5.0/gcc/tree-ssa-reassoc.c
contrib/gcc-5.0/gcc/value-prof.c
contrib/gcc-5.0/gcc/wide-int-print.cc
gnu/usr.bin/cc50/cc_prep/config/dragonfly-native.h