]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r241957:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Oct 2012 07:51:18 +0000 (07:51 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Oct 2012 07:51:18 +0000 (07:51 +0000)
commita5895ea0bdaf552961f21b28811cb9cd33ecb67a
treecbfdd7e3132c4df2471291ad73c589e9c3abd208
parentc9ba8b12a06b4ac4922f2cf54ab5a474dbe3a19e
MFC r241957:

  Fix several clang warnings in libstdc++, which were exposed by the
  recent atf import.  These changes are purely cosmetic, no functional
  change.

MFC r241959:

  Fix a number of other clang warnings in libstdc++, which could appear
  when building other C++ software with it.  Also fix one actual bug in
  libsupc++, which was exposed by such a warning.  This latter fix is the
  only functional change.

MFC r241960:

  For building GNU libstdc++ and libsupc++, filter out libc++-specific and
  -std= flags above c++98 or gnu++98 from CXXFLAGS *after* including
  bsd.lib.mk, otherwise some additions to CXXFLAGS done in bsd.*.mk might
  not be preserved.

git-svn-id: svn://svn.freebsd.org/base/stable/9@242347 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
contrib/libstdc++/config/os/bsd/freebsd/ctype_base.h
contrib/libstdc++/include/bits/fstream.tcc
contrib/libstdc++/include/bits/locale_facets.h
contrib/libstdc++/include/bits/locale_facets.tcc
contrib/libstdc++/include/bits/streambuf_iterator.h
contrib/libstdc++/include/debug/safe_iterator.tcc
contrib/libstdc++/include/ext/ropeimpl.h
contrib/libstdc++/include/std/std_sstream.h
contrib/libstdc++/libsupc++/tinfo.cc
contrib/libstdc++/src/locale.cc
contrib/libstdc++/src/strstream.cc
contrib/libstdc++/src/tree.cc
gnu/lib/libstdc++/Makefile
gnu/lib/libsupc++/Makefile