git: gcc50: Backport c++11 literal fixes from gcc80.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Sun Apr 15 08:39:37 PDT 2018
commit 8eea7f7fe97249cf7e3fc584b3c44be20ab96d62
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Mon Jan 22 09:45:18 2018 +0200
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
Summary of changes:
contrib/gcc-5.0/gcc/bitmap.c | 6 +--
contrib/gcc-5.0/gcc/c/c-aux-info.c | 2 +-
contrib/gcc-5.0/gcc/cfg.c | 4 +-
contrib/gcc-5.0/gcc/cfghooks.c | 2 +-
contrib/gcc-5.0/gcc/cgraph.c | 6 +--
contrib/gcc-5.0/gcc/config/elfos.h | 4 +-
contrib/gcc-5.0/gcc/cppbuiltin.c | 2 +-
contrib/gcc-5.0/gcc/defaults.h | 2 +-
contrib/gcc-5.0/gcc/dwarf2cfi.c | 8 ++--
contrib/gcc-5.0/gcc/dwarf2out.c | 2 +-
contrib/gcc-5.0/gcc/final.c | 2 +-
contrib/gcc-5.0/gcc/gcc.c | 4 +-
contrib/gcc-5.0/gcc/gcov.c | 2 +-
contrib/gcc-5.0/gcc/ipa-cp.c | 4 +-
contrib/gcc-5.0/gcc/ipa-inline.c | 38 +++++++++---------
contrib/gcc-5.0/gcc/ipa-polymorphic-call.c | 4 +-
contrib/gcc-5.0/gcc/ipa-profile.c | 8 ++--
contrib/gcc-5.0/gcc/ipa-prop.c | 2 +-
contrib/gcc-5.0/gcc/ira-color.c | 2 +-
contrib/gcc-5.0/gcc/ira.c | 14 +++----
contrib/gcc-5.0/gcc/loop-iv.c | 2 +-
contrib/gcc-5.0/gcc/mcf.c | 46 +++++++++++-----------
contrib/gcc-5.0/gcc/modulo-sched.c | 16 ++++----
contrib/gcc-5.0/gcc/predict.c | 4 +-
contrib/gcc-5.0/gcc/profile.c | 12 +++---
contrib/gcc-5.0/gcc/reload.h | 2 +-
contrib/gcc-5.0/gcc/stor-layout.c | 2 +-
contrib/gcc-5.0/gcc/toplev.c | 2 +-
contrib/gcc-5.0/gcc/tree-ssa-reassoc.c | 4 +-
contrib/gcc-5.0/gcc/value-prof.c | 42 ++++++++++----------
contrib/gcc-5.0/gcc/wide-int-print.cc | 2 +-
gnu/usr.bin/cc50/cc_prep/config/dragonfly-native.h | 26 ++++++------
32 files changed, 139 insertions(+), 139 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8eea7f7fe97249cf7e3fc584b3c44be20ab96d62
--
DragonFly BSD source repository
More information about the Commits
mailing list