Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets/lists/comp add bits/uniform_int_dist.h for gcc=...



details:   https://anonhg.NetBSD.org/src/rev/0d1904224ce3
branches:  trunk
changeset: 815904:0d1904224ce3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 07 19:16:46 2016 +0000

description:
add bits/uniform_int_dist.h for gcc=53 (*)

(*) gcc=53 now means gcc 5.4, and is hard to fix until we remove gcc=48
    support and can go to eg, gcc=5, gcc=6, etc.  the same applies for
    the HAVE_GCC variable in the build system.

diffstat:

 distrib/sets/lists/comp/mi |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1e64877e5319 -r 0d1904224ce3 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Tue Jun 07 18:53:01 2016 +0000
+++ b/distrib/sets/lists/comp/mi        Tue Jun 07 19:16:46 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2042 2016/06/05 17:33:49 christos Exp $
+#      $NetBSD: mi,v 1.2043 2016/06/07 19:16:46 mrg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -1078,6 +1078,7 @@
 ./usr/include/g++/bits/time_members.h          comp-cxx-include        gcc,cxx,libstdcxx
 ./usr/include/g++/bits/type_traits.h           comp-obsolete           obsolete
 ./usr/include/g++/bits/unique_ptr.h            comp-cxx-include        gcc,cxx,libstdcxx
+./usr/include/g++/bits/uniform_int_dist.h      comp-cxx-include        gcc=53,cxx,libstdcxx
 ./usr/include/g++/bits/unordered_map.h         comp-cxx-include        gcc,cxx,libstdcxx
 ./usr/include/g++/bits/unordered_set.h         comp-cxx-include        gcc,cxx,libstdcxx
 ./usr/include/g++/bits/uses_allocator.h                comp-cxx-include        gcc,cxx,libstdcxx



Home | Main Index | Thread Index | Old Index