git: df1970a5b9a8 - main - lang/gnat14: repocopy from lzng/gnat13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Dec 2025 15:35:50 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df1970a5b9a8b16d8120704f25388620fd87457d
commit df1970a5b9a8b16d8120704f25388620fd87457d
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-12-28 12:40:34 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-12-28 15:35:37 +0000
lang/gnat14: repocopy from lzng/gnat13
---
lang/Makefile | 1 +
lang/gnat14/Makefile | 171 +
lang/gnat14/distinfo | 21 +
.../files/patch-gcc_ada_libgnat_s-dorepr.adb | 32 +
lang/gnat14/pkg-descr | 11 +
lang/gnat14/pkg-plist | 6454 ++++++++++++++++++++
6 files changed, 6690 insertions(+)
diff --git a/lang/Makefile b/lang/Makefile
index 7b6e62938235..a002c89bc3d7 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -111,6 +111,7 @@
SUBDIR += gluon
SUBDIR += gnat12
SUBDIR += gnat13
+ SUBDIR += gnat14
SUBDIR += gnatcross-binutils-aarch64
SUBDIR += gnatcross-sysroot-aarch64
SUBDIR += gnatdroid-binutils
diff --git a/lang/gnat14/Makefile b/lang/gnat14/Makefile
new file mode 100644
index 000000000000..a4c08a119b7b
--- /dev/null
+++ b/lang/gnat14/Makefile
@@ -0,0 +1,171 @@
+PORTNAME= gnat14
+DISTVERSION= 13.3.0
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GCC:C|%SUBDIR%|${MASTER_SITE_SUBDIR}|}:gcc \
+ LOCAL/thierry:gnat
+MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION}
+DISTFILES= gcc-${DISTVERSION}.tar.xz:gcc
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= GNAT Ada compiler
+WWW= https://www.adacore.com/community
+
+LICENSE= GPLv2 GPLv3 GPLv3RLE
+LICENSE_COMB= multi
+
+LIB_DEPENDS= libgmp.so:math/gmp \
+ libisl.so:devel/isl \
+ libmpc.so:math/mpc \
+ libmpfr.so:math/mpfr
+RUN_DEPENDS= ${LOCALBASE}/bin/as:devel/binutils
+
+USES= bison gettext-runtime gmake iconv libtool localbase tar:xz
+USE_BINUTILS= yes
+USE_LDCONFIG= ${_TARGLIB}
+
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_PREFIX= ${_PKG_PREFIX}
+GNU_CONFIGURE_MANPREFIX= ${_PKG_PREFIX}/share
+CONFIGURE_ARGS= --disable-bootstrap \
+ --disable-libgomp \
+ --disable-libmudflap \
+ --disable-libquadmath \
+ --disable-libssp \
+ --enable-gnu-indirect-function \
+ --enable-host-shared \
+ --enable-languages="ada,c,c++" \
+ --enable-libada \
+ --enable-threads=posix \
+ --with-as=${LOCALBASE}/bin/as \
+ --with-ld=${LOCALBASE}/bin/ld \
+ --with-pkgversion="${OPSYS} Ports Collection" \
+ --with-system-zlib \
+ --without-zstd
+CONFIGURE_ENV+= CC=${_GNAT12_PATH}/gcc \
+ CXX=${_GNAT12_PATH}/g++ \
+ PATH=${_TOOLCHAIN_PATHS}
+CONFIGURE_OUTSOURCE= yes
+CONFIGURE_TARGET= ${_GNAT_ARCH}-portbld-${_PLATFORM}
+
+MAKE_ENV+= PATH=${_TOOLCHAIN_PATHS}
+INSTALL_TARGET= install-strip
+MANDIRS= ${_PKG_PREFIX}/share/man
+BINARY_ALIAS= make=${GMAKE}
+WRKSRC= ${WRKDIR}/gcc-${DISTVERSION}
+PLIST_SUB= ASSET_FILE=${_ASSET_FILE} \
+ CONFTRGT=${CONFIGURE_TARGET} \
+ VER=${DISTVERSION}
+
+PIE_UNSAFE= yes
+
+OPTIONS_DEFINE= ASSETS NLS
+.if exists(/usr/lib32/libc.so)
+OPTIONS_DEFINE_amd64+= MULTILIB
+OPTIONS_DEFINE_powerpc64+= MULTILIB
+.endif
+OPTIONS_RADIO= BOOTSTRAP
+OPTIONS_RADIO_BOOTSTRAP= GNAT12 PREVASSET
+OPTIONS_DEFAULT= PREVASSET
+.if defined(PACKAGE_BUILDING)
+OPTIONS_DEFAULT+= ASSETS
+.endif
+.if exists(/usr/lib32/libc.so)
+OPTIONS_DEFAULT_amd64+= MULTILIB
+#OPTIONS_DEFAULT_powerpc64+= MULTILIB # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
+.endif
+OPTIONS_SUB= yes
+
+ASSETS_DESC= Build an asset for future bootstrap on the target platform
+GNAT12_DESC= Bootstrap from lang/gnat12
+.if exists(/usr/lib32/libc.so)
+MULTILIB_DESC= Build support for 32-bit and 64-bit targets
+.endif
+PREVASSET_DESC= Bootstrap from the previous asset (if available)
+
+ASSETS_VARS= PKGMESSAGE=${WRKDIR}/pkg-message
+GNAT12_BUILD_DEPENDS= gnat12>0:lang/gnat12
+GNAT12_VARS= _GNAT12_PATH=${LOCALBASE}/gnat12/bin
+.if exists(/usr/lib32/libc.so)
+MULTILIB_CONFIGURE_ENABLE= multilib
+.else
+CONFIGURE_ARGS+= --disable-multilib
+.endif
+NLS_CONFIGURE_ON= --enable-nls
+NLS_CONFIGURE_OFF= --disable-nls
+PREVASSET_DISTFILES+= ${_PREV_ASSET_FILE}.tar.xz:gnat
+PREVASSET_VARS= _GNAT12_PATH=${WRKDIR}/${_PREV_ASSET_FILE}/bin
+
+_ASSET_FILE= gnat-${_GNAT_ARCH}-${OPSYS:tl}.${OSREL:R}-${PKGVERSION}
+_GCC_VER= ${DISTVERSION:R:R}
+_GNATBIND= ${_GNAT12_PATH}/gnatbind
+_GNATMAKE= ${_GNAT12_PATH}/gnatmake
+_GNAT_ARCH= ${ARCH:S/amd64/x86_64/}
+_OS_LABEL4VERS= [${OPSYS}${_GNAT_ARCH:S/amd//:S/x86_//:S/aarch/\/ARM/:S/i386/32/}]
+_PHASE_FILE= ${WRKSRC}/gcc/DEV-PHASE
+_PKG_PREFIX= ${PREFIX}/${PORTNAME}
+_PLATFORM= ${OPSYS:tl}${OSREL}
+_REV_FILE= ${WRKSRC}/gcc/REVISION
+_TARGLIB= ${_PKG_PREFIX}/lib ${_PKG_PREFIX}/lib/gcc${_GCC_VER}
+_TOOLCHAIN_PATHS= /sbin:/bin:/usr/sbin:/usr/bin:${_GNAT12_PATH}:${PREFIX}/bin:${LOCALBASE}/bin
+
+.include <bsd.port.options.mk>
+
+_PREV_ASSET_OSREL= ${OSREL:R}
+_PREV_ASSET_VER= 13.2.0
+_PREV_ASSET_REV=
+_PREV_ASSET_FILE= gnat-${_GNAT_ARCH}-${OPSYS:tl}.${_PREV_ASSET_OSREL}-${_PREV_ASSET_VER}${_PREV_ASSET_REV}
+
+.if ${ARCH} == i386 || ${ARCH} == aarch64
+LIB_DIR_32= ""
+PLIST_SUB+= 64BITS="@comment "
+.else
+PLIST_SUB+= 64BITS=""
+. if empty(PORT_OPTIONS:MMULTILIB)
+LIB_DIR_32= ""
+PLIST_SUB+= 32BITS="@comment "
+. else
+LIB_DIR_32= "" 32
+PLIST_SUB+= 32BITS=""
+. endif
+.endif
+.if ${ARCH} == aarch64
+EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
+PLIST_SUB+= ARM="" \
+ NOARM="@comment "
+.else
+PLIST_SUB+= ARM="@comment " \
+ NOARM=""
+.endif
+
+pre-configure:
+ ${FIND} ${WRKSRC}/gcc/config -name "*freebsd.h" | \
+ ${XARGS} ${REINPLACE_CMD} -e 's|!static:[[:blank:]]|!static: --hash-style=gnu -rpath ${PREFIX}/gnat${_GCC_VER}/lib |'
+ ${ECHO} "-=> GNAT ${_OS_LABEL4VERS}" > ${_REV_FILE}
+ ${ECHO} "release" > ${_PHASE_FILE}
+
+post-install-ASSETS-on:
+ ${MKDIR} ${WRKDIR}/${_ASSET_FILE} \
+ ${STAGEDIR}${DATADIR}/assets
+ ${CP} -Rp ${STAGEDIR}${_PKG_PREFIX}/* ${WRKDIR}/${_ASSET_FILE}
+ (cd ${WRKDIR} && \
+ ${TAR} cfJ ${STAGEDIR}${DATADIR}/assets/${_ASSET_FILE}.tar.xz \
+ ${_ASSET_FILE})
+
+post-stage:
+# add-plist-info does not honor GNU_CONFIGURE_PREFIX so remove INFO files
+ ${RM} -rf ${STAGEDIR}${_PKG_PREFIX}/share/info
+.for d in ${LIB_DIR_32}
+. for l in libgnarl-${_GCC_VER} libgnat-${_GCC_VER}
+ ${STRIP_CMD} ${STAGEDIR}${_PKG_PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${DISTVERSION}/${d}/adalib/${l}.so
+. endfor
+ ${STRIP_CMD} ${STAGEDIR}${_PKG_PREFIX}/lib${d}/libgcc_s.so.1
+.endfor
+
+post-stage-ASSETS-on:
+ ${ECHO_CMD} "The file ${DATADIR}/assets/${_ASSET_FILE}.tar.xz has been created" \
+ > ${PKGMESSAGE}
+ ${ECHO_CMD} "You may want to copy it under ${DISTDIR} to use the option PREVASSET next time." \
+ >> ${PKGMESSAGE}
+ ${ECHO_CMD} "(and adjust distinfo)" >> ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/lang/gnat14/distinfo b/lang/gnat14/distinfo
new file mode 100644
index 000000000000..b1df30080a38
--- /dev/null
+++ b/lang/gnat14/distinfo
@@ -0,0 +1,21 @@
+TIMESTAMP = 1766922135
+SHA256 (gcc-13.3.0.tar.xz) = 0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083
+SIZE (gcc-13.3.0.tar.xz) = 87909952
+SHA256 (gnat-aarch64-freebsd.13-13.2.0.tar.xz) = dc677fbc6eaf1d2c8f2a30f2401ab7d4fc8ac2a1763964e90d5de543a652d37d
+SIZE (gnat-aarch64-freebsd.13-13.2.0.tar.xz) = 68986772
+SHA256 (gnat-aarch64-freebsd.14-13.2.0.tar.xz) = b65c6600ae954bec976238762d6beb141987d6c559fe301e44de2a86b72c8a3c
+SIZE (gnat-aarch64-freebsd.14-13.2.0.tar.xz) = 68888324
+SHA256 (gnat-aarch64-freebsd.15-13.2.0.tar.xz) = 758e8e2c2144729cb9ea4c093123faf76f1049bcd1c7c28151c6331c5cae7e3f
+SIZE (gnat-aarch64-freebsd.15-13.2.0.tar.xz) = 69132260
+SHA256 (gnat-i386-freebsd.13-13.2.0.tar.xz) = d3e3e19d7b5b916ce76d38f81065b6134855a54b47ccb03114fd2e7da3c57440
+SIZE (gnat-i386-freebsd.13-13.2.0.tar.xz) = 75860720
+SHA256 (gnat-i386-freebsd.14-13.2.0.tar.xz) = 040816f8ecd590a22452a4dfe992d58480bea09b476cbb3fada700720c64b706
+SIZE (gnat-i386-freebsd.14-13.2.0.tar.xz) = 75898688
+SHA256 (gnat-x86_64-freebsd.13-13.2.0.tar.xz) = f440e88667ba71af8ce7d697f85b9df93e4a113540855e1cd999d2cf08acb4b1
+SIZE (gnat-x86_64-freebsd.13-13.2.0.tar.xz) = 93534292
+SHA256 (gnat-x86_64-freebsd.14-13.2.0.tar.xz) = c8ae668f8f19326d26918f7f820ccc75002852580e5a2f18ce9ce2a04a2b3077
+SIZE (gnat-x86_64-freebsd.14-13.2.0.tar.xz) = 93526948
+SHA256 (gnat-x86_64-freebsd.15-13.2.0.tar.xz) = 8f3754f81060ea77243bad83f17343e7b66f96c02738d24903b62e1bbb93efb5
+SIZE (gnat-x86_64-freebsd.15-13.2.0.tar.xz) = 93428692
+SHA256 (gnat-x86_64-freebsd.16-13.2.0.tar.xz) = 6011bf5578b40a2728f12469e3633bf85183a7bf9a383182dccd005b386993a7
+SIZE (gnat-x86_64-freebsd.16-13.2.0.tar.xz) = 93426060
diff --git a/lang/gnat14/files/patch-gcc_ada_libgnat_s-dorepr.adb b/lang/gnat14/files/patch-gcc_ada_libgnat_s-dorepr.adb
new file mode 100644
index 000000000000..dcbeae43bb96
--- /dev/null
+++ b/lang/gnat14/files/patch-gcc_ada_libgnat_s-dorepr.adb
@@ -0,0 +1,32 @@
+--- gcc/ada/libgnat/s-dorepr.adb.orig 2022-08-19 08:09:52 UTC
++++ gcc/ada/libgnat/s-dorepr.adb
+@@ -61,8 +61,9 @@ package body Product is
+ -- Spill the input into the appropriate (maybe larger) bit container,
+ -- mask out the low bits and reload the modified value.
+
+- case Num'Machine_Mantissa is
+- when 24 =>
++ -- Patch by Stephane Carrez to handle the case of FreeBSD
++ case Num'Size is
++ when 32 =>
+ declare
+ Rep32 : aliased Interfaces.Unsigned_32;
+ Temp : Num := N with Address => Rep32'Address;
+@@ -76,7 +77,7 @@ package body Product is
+ X := Temp;
+ end;
+
+- when 53 =>
++ when 64 =>
+ declare
+ Rep64 : aliased Interfaces.Unsigned_64;
+ Temp : Num := N with Address => Rep64'Address;
+@@ -90,7 +91,7 @@ package body Product is
+ X := Temp;
+ end;
+
+- when 64 =>
++ when 128 =>
+ declare
+ Rep80 : aliased array (1 .. 2) of Interfaces.Unsigned_64;
+ Temp : Num := N with Address => Rep80'Address;
diff --git a/lang/gnat14/pkg-descr b/lang/gnat14/pkg-descr
new file mode 100644
index 000000000000..d00a2234a880
--- /dev/null
+++ b/lang/gnat14/pkg-descr
@@ -0,0 +1,11 @@
+This is an Ada compiler, from GCC-13.
+
+Since Ada support must be built by an Ada-capable compiler, only platforms for
+which a bootstrap compiler is available can build it.
+
+It is based on release versions of the Free Software Foundation's GNU Compiler
+Collection. It uses the GCC Runtime Library Exception, so the resulting
+binaries have no licensing requirements. Binaries produced by the AUX compiler
+should be legally handled the same as binaries produced by any FSF compiler.
+
+It offers continuous improvements to the Ada 2022 standard since GCC 11.
diff --git a/lang/gnat14/pkg-plist b/lang/gnat14/pkg-plist
new file mode 100644
index 000000000000..2e5ab933973b
--- /dev/null
+++ b/lang/gnat14/pkg-plist
@@ -0,0 +1,6454 @@
+gnat13/bin/c++
+gnat13/bin/cpp
+gnat13/bin/g++
+gnat13/bin/gcc
+gnat13/bin/gcc-ar
+gnat13/bin/gcc-nm
+gnat13/bin/gcc-ranlib
+gnat13/bin/gcov
+gnat13/bin/gcov-dump
+gnat13/bin/gcov-tool
+gnat13/bin/gnat
+gnat13/bin/gnatbind
+gnat13/bin/gnatchop
+gnat13/bin/gnatclean
+gnat13/bin/gnatkr
+gnat13/bin/gnatlink
+gnat13/bin/gnatls
+gnat13/bin/gnatmake
+gnat13/bin/gnatname
+gnat13/bin/gnatprep
+gnat13/bin/lto-dump
+gnat13/bin/%%CONFTRGT%%-c++
+gnat13/bin/%%CONFTRGT%%-g++
+gnat13/bin/%%CONFTRGT%%-gcc
+gnat13/bin/%%CONFTRGT%%-gcc-%%VER%%
+gnat13/bin/%%CONFTRGT%%-gcc-ar
+gnat13/bin/%%CONFTRGT%%-gcc-nm
+gnat13/bin/%%CONFTRGT%%-gcc-ranlib
+gnat13/include/c++/%%VER%%/algorithm
+gnat13/include/c++/%%VER%%/any
+gnat13/include/c++/%%VER%%/array
+gnat13/include/c++/%%VER%%/atomic
+gnat13/include/c++/%%VER%%/backward/auto_ptr.h
+gnat13/include/c++/%%VER%%/backward/backward_warning.h
+gnat13/include/c++/%%VER%%/backward/binders.h
+gnat13/include/c++/%%VER%%/backward/hash_fun.h
+gnat13/include/c++/%%VER%%/backward/hash_map
+gnat13/include/c++/%%VER%%/backward/hash_set
+gnat13/include/c++/%%VER%%/backward/hashtable.h
+gnat13/include/c++/%%VER%%/backward/strstream
+gnat13/include/c++/%%VER%%/barrier
+gnat13/include/c++/%%VER%%/bit
+gnat13/include/c++/%%VER%%/bits/algorithmfwd.h
+gnat13/include/c++/%%VER%%/bits/align.h
+gnat13/include/c++/%%VER%%/bits/alloc_traits.h
+gnat13/include/c++/%%VER%%/bits/allocated_ptr.h
+gnat13/include/c++/%%VER%%/bits/allocator.h
+gnat13/include/c++/%%VER%%/bits/atomic_base.h
+gnat13/include/c++/%%VER%%/bits/atomic_futex.h
+gnat13/include/c++/%%VER%%/bits/atomic_lockfree_defines.h
+gnat13/include/c++/%%VER%%/bits/atomic_timed_wait.h
+gnat13/include/c++/%%VER%%/bits/atomic_wait.h
+gnat13/include/c++/%%VER%%/bits/basic_ios.h
+gnat13/include/c++/%%VER%%/bits/basic_ios.tcc
+gnat13/include/c++/%%VER%%/bits/basic_string.h
+gnat13/include/c++/%%VER%%/bits/basic_string.tcc
+gnat13/include/c++/%%VER%%/bits/boost_concept_check.h
+gnat13/include/c++/%%VER%%/bits/c++0x_warning.h
+gnat13/include/c++/%%VER%%/bits/char_traits.h
+gnat13/include/c++/%%VER%%/bits/charconv.h
+gnat13/include/c++/%%VER%%/bits/chrono.h
+gnat13/include/c++/%%VER%%/bits/chrono_io.h
+gnat13/include/c++/%%VER%%/bits/codecvt.h
+gnat13/include/c++/%%VER%%/bits/concept_check.h
+gnat13/include/c++/%%VER%%/bits/cow_string.h
+gnat13/include/c++/%%VER%%/bits/cpp_type_traits.h
+gnat13/include/c++/%%VER%%/bits/cxxabi_forced.h
+gnat13/include/c++/%%VER%%/bits/cxxabi_init_exception.h
+gnat13/include/c++/%%VER%%/bits/deque.tcc
+gnat13/include/c++/%%VER%%/bits/enable_special_members.h
+gnat13/include/c++/%%VER%%/bits/erase_if.h
+gnat13/include/c++/%%VER%%/bits/exception.h
+gnat13/include/c++/%%VER%%/bits/exception_defines.h
+gnat13/include/c++/%%VER%%/bits/exception_ptr.h
+gnat13/include/c++/%%VER%%/bits/forward_list.h
+gnat13/include/c++/%%VER%%/bits/forward_list.tcc
+gnat13/include/c++/%%VER%%/bits/fs_dir.h
+gnat13/include/c++/%%VER%%/bits/fs_fwd.h
+gnat13/include/c++/%%VER%%/bits/fs_ops.h
+gnat13/include/c++/%%VER%%/bits/fs_path.h
+gnat13/include/c++/%%VER%%/bits/fstream.tcc
+gnat13/include/c++/%%VER%%/bits/functexcept.h
+gnat13/include/c++/%%VER%%/bits/functional_hash.h
+gnat13/include/c++/%%VER%%/bits/gslice.h
+gnat13/include/c++/%%VER%%/bits/gslice_array.h
+gnat13/include/c++/%%VER%%/bits/hash_bytes.h
+gnat13/include/c++/%%VER%%/bits/hashtable.h
+gnat13/include/c++/%%VER%%/bits/hashtable_policy.h
+gnat13/include/c++/%%VER%%/bits/indirect_array.h
+gnat13/include/c++/%%VER%%/bits/invoke.h
+gnat13/include/c++/%%VER%%/bits/ios_base.h
+gnat13/include/c++/%%VER%%/bits/istream.tcc
+gnat13/include/c++/%%VER%%/bits/iterator_concepts.h
+gnat13/include/c++/%%VER%%/bits/list.tcc
+gnat13/include/c++/%%VER%%/bits/locale_classes.h
+gnat13/include/c++/%%VER%%/bits/locale_classes.tcc
+gnat13/include/c++/%%VER%%/bits/locale_conv.h
+gnat13/include/c++/%%VER%%/bits/locale_facets.h
+gnat13/include/c++/%%VER%%/bits/locale_facets.tcc
+gnat13/include/c++/%%VER%%/bits/locale_facets_nonio.h
+gnat13/include/c++/%%VER%%/bits/locale_facets_nonio.tcc
+gnat13/include/c++/%%VER%%/bits/localefwd.h
+gnat13/include/c++/%%VER%%/bits/mask_array.h
+gnat13/include/c++/%%VER%%/bits/max_size_type.h
+gnat13/include/c++/%%VER%%/bits/memory_resource.h
+gnat13/include/c++/%%VER%%/bits/memoryfwd.h
+gnat13/include/c++/%%VER%%/bits/mofunc_impl.h
+gnat13/include/c++/%%VER%%/bits/move.h
+gnat13/include/c++/%%VER%%/bits/move_only_function.h
+gnat13/include/c++/%%VER%%/bits/nested_exception.h
+gnat13/include/c++/%%VER%%/bits/new_allocator.h
+gnat13/include/c++/%%VER%%/bits/node_handle.h
+gnat13/include/c++/%%VER%%/bits/ostream.tcc
+gnat13/include/c++/%%VER%%/bits/ostream_insert.h
+gnat13/include/c++/%%VER%%/bits/parse_numbers.h
+gnat13/include/c++/%%VER%%/bits/postypes.h
+gnat13/include/c++/%%VER%%/bits/predefined_ops.h
+gnat13/include/c++/%%VER%%/bits/ptr_traits.h
+gnat13/include/c++/%%VER%%/bits/quoted_string.h
+gnat13/include/c++/%%VER%%/bits/random.h
+gnat13/include/c++/%%VER%%/bits/random.tcc
+gnat13/include/c++/%%VER%%/bits/range_access.h
+gnat13/include/c++/%%VER%%/bits/ranges_algo.h
+gnat13/include/c++/%%VER%%/bits/ranges_algobase.h
+gnat13/include/c++/%%VER%%/bits/ranges_base.h
+gnat13/include/c++/%%VER%%/bits/ranges_cmp.h
+gnat13/include/c++/%%VER%%/bits/ranges_uninitialized.h
+gnat13/include/c++/%%VER%%/bits/ranges_util.h
+gnat13/include/c++/%%VER%%/bits/refwrap.h
+gnat13/include/c++/%%VER%%/bits/regex.h
+gnat13/include/c++/%%VER%%/bits/regex.tcc
+gnat13/include/c++/%%VER%%/bits/regex_automaton.h
+gnat13/include/c++/%%VER%%/bits/regex_automaton.tcc
+gnat13/include/c++/%%VER%%/bits/regex_compiler.h
+gnat13/include/c++/%%VER%%/bits/regex_compiler.tcc
+gnat13/include/c++/%%VER%%/bits/regex_constants.h
+gnat13/include/c++/%%VER%%/bits/regex_error.h
+gnat13/include/c++/%%VER%%/bits/regex_executor.h
+gnat13/include/c++/%%VER%%/bits/regex_executor.tcc
+gnat13/include/c++/%%VER%%/bits/regex_scanner.h
+gnat13/include/c++/%%VER%%/bits/regex_scanner.tcc
+gnat13/include/c++/%%VER%%/bits/requires_hosted.h
+gnat13/include/c++/%%VER%%/bits/semaphore_base.h
+gnat13/include/c++/%%VER%%/bits/shared_ptr.h
+gnat13/include/c++/%%VER%%/bits/shared_ptr_atomic.h
+gnat13/include/c++/%%VER%%/bits/shared_ptr_base.h
+gnat13/include/c++/%%VER%%/bits/slice_array.h
+gnat13/include/c++/%%VER%%/bits/specfun.h
+gnat13/include/c++/%%VER%%/bits/sstream.tcc
+gnat13/include/c++/%%VER%%/bits/std_abs.h
+gnat13/include/c++/%%VER%%/bits/std_function.h
+gnat13/include/c++/%%VER%%/bits/std_mutex.h
+gnat13/include/c++/%%VER%%/bits/std_thread.h
+gnat13/include/c++/%%VER%%/bits/stl_algo.h
+gnat13/include/c++/%%VER%%/bits/stl_algobase.h
+gnat13/include/c++/%%VER%%/bits/stl_bvector.h
+gnat13/include/c++/%%VER%%/bits/stl_construct.h
+gnat13/include/c++/%%VER%%/bits/stl_deque.h
+gnat13/include/c++/%%VER%%/bits/stl_function.h
+gnat13/include/c++/%%VER%%/bits/stl_heap.h
+gnat13/include/c++/%%VER%%/bits/stl_iterator.h
+gnat13/include/c++/%%VER%%/bits/stl_iterator_base_funcs.h
+gnat13/include/c++/%%VER%%/bits/stl_iterator_base_types.h
+gnat13/include/c++/%%VER%%/bits/stl_list.h
+gnat13/include/c++/%%VER%%/bits/stl_map.h
+gnat13/include/c++/%%VER%%/bits/stl_multimap.h
+gnat13/include/c++/%%VER%%/bits/stl_multiset.h
+gnat13/include/c++/%%VER%%/bits/stl_numeric.h
+gnat13/include/c++/%%VER%%/bits/stl_pair.h
+gnat13/include/c++/%%VER%%/bits/stl_queue.h
+gnat13/include/c++/%%VER%%/bits/stl_raw_storage_iter.h
+gnat13/include/c++/%%VER%%/bits/stl_relops.h
+gnat13/include/c++/%%VER%%/bits/stl_set.h
+gnat13/include/c++/%%VER%%/bits/stl_stack.h
+gnat13/include/c++/%%VER%%/bits/stl_tempbuf.h
+gnat13/include/c++/%%VER%%/bits/stl_tree.h
+gnat13/include/c++/%%VER%%/bits/stl_uninitialized.h
+gnat13/include/c++/%%VER%%/bits/stl_vector.h
+gnat13/include/c++/%%VER%%/bits/stream_iterator.h
+gnat13/include/c++/%%VER%%/bits/streambuf.tcc
+gnat13/include/c++/%%VER%%/bits/streambuf_iterator.h
+gnat13/include/c++/%%VER%%/bits/string_view.tcc
+gnat13/include/c++/%%VER%%/bits/stringfwd.h
+gnat13/include/c++/%%VER%%/bits/this_thread_sleep.h
+gnat13/include/c++/%%VER%%/bits/uniform_int_dist.h
+gnat13/include/c++/%%VER%%/bits/unique_lock.h
+gnat13/include/c++/%%VER%%/bits/unique_ptr.h
+gnat13/include/c++/%%VER%%/bits/unordered_map.h
+gnat13/include/c++/%%VER%%/bits/unordered_set.h
+gnat13/include/c++/%%VER%%/bits/uses_allocator.h
+gnat13/include/c++/%%VER%%/bits/uses_allocator_args.h
+gnat13/include/c++/%%VER%%/bits/utility.h
+gnat13/include/c++/%%VER%%/bits/valarray_after.h
+gnat13/include/c++/%%VER%%/bits/valarray_array.h
+gnat13/include/c++/%%VER%%/bits/valarray_array.tcc
+gnat13/include/c++/%%VER%%/bits/valarray_before.h
+gnat13/include/c++/%%VER%%/bits/vector.tcc
+gnat13/include/c++/%%VER%%/bitset
+gnat13/include/c++/%%VER%%/cassert
+gnat13/include/c++/%%VER%%/ccomplex
+gnat13/include/c++/%%VER%%/cctype
+gnat13/include/c++/%%VER%%/cerrno
+gnat13/include/c++/%%VER%%/cfenv
+gnat13/include/c++/%%VER%%/cfloat
+gnat13/include/c++/%%VER%%/charconv
+gnat13/include/c++/%%VER%%/chrono
+gnat13/include/c++/%%VER%%/cinttypes
+gnat13/include/c++/%%VER%%/ciso646
+gnat13/include/c++/%%VER%%/climits
+gnat13/include/c++/%%VER%%/clocale
+gnat13/include/c++/%%VER%%/cmath
+gnat13/include/c++/%%VER%%/codecvt
+gnat13/include/c++/%%VER%%/compare
+gnat13/include/c++/%%VER%%/complex
+gnat13/include/c++/%%VER%%/complex.h
+gnat13/include/c++/%%VER%%/concepts
+gnat13/include/c++/%%VER%%/condition_variable
+gnat13/include/c++/%%VER%%/coroutine
+gnat13/include/c++/%%VER%%/csetjmp
+gnat13/include/c++/%%VER%%/csignal
+gnat13/include/c++/%%VER%%/cstdalign
+gnat13/include/c++/%%VER%%/cstdarg
+gnat13/include/c++/%%VER%%/cstdbool
+gnat13/include/c++/%%VER%%/cstddef
+gnat13/include/c++/%%VER%%/cstdint
+gnat13/include/c++/%%VER%%/cstdio
+gnat13/include/c++/%%VER%%/cstdlib
+gnat13/include/c++/%%VER%%/cstring
+gnat13/include/c++/%%VER%%/ctgmath
+gnat13/include/c++/%%VER%%/ctime
+gnat13/include/c++/%%VER%%/cuchar
+gnat13/include/c++/%%VER%%/cwchar
+gnat13/include/c++/%%VER%%/cwctype
+gnat13/include/c++/%%VER%%/cxxabi.h
+gnat13/include/c++/%%VER%%/debug/assertions.h
+gnat13/include/c++/%%VER%%/debug/bitset
+gnat13/include/c++/%%VER%%/debug/debug.h
+gnat13/include/c++/%%VER%%/debug/deque
+gnat13/include/c++/%%VER%%/debug/formatter.h
+gnat13/include/c++/%%VER%%/debug/forward_list
+gnat13/include/c++/%%VER%%/debug/functions.h
+gnat13/include/c++/%%VER%%/debug/helper_functions.h
+gnat13/include/c++/%%VER%%/debug/list
+gnat13/include/c++/%%VER%%/debug/macros.h
+gnat13/include/c++/%%VER%%/debug/map
+gnat13/include/c++/%%VER%%/debug/map.h
+gnat13/include/c++/%%VER%%/debug/multimap.h
+gnat13/include/c++/%%VER%%/debug/multiset.h
+gnat13/include/c++/%%VER%%/debug/safe_base.h
+gnat13/include/c++/%%VER%%/debug/safe_container.h
+gnat13/include/c++/%%VER%%/debug/safe_iterator.h
+gnat13/include/c++/%%VER%%/debug/safe_iterator.tcc
+gnat13/include/c++/%%VER%%/debug/safe_local_iterator.h
+gnat13/include/c++/%%VER%%/debug/safe_local_iterator.tcc
+gnat13/include/c++/%%VER%%/debug/safe_sequence.h
+gnat13/include/c++/%%VER%%/debug/safe_sequence.tcc
+gnat13/include/c++/%%VER%%/debug/safe_unordered_base.h
+gnat13/include/c++/%%VER%%/debug/safe_unordered_container.h
+gnat13/include/c++/%%VER%%/debug/safe_unordered_container.tcc
+gnat13/include/c++/%%VER%%/debug/set
+gnat13/include/c++/%%VER%%/debug/set.h
+gnat13/include/c++/%%VER%%/debug/stl_iterator.h
+gnat13/include/c++/%%VER%%/debug/string
+gnat13/include/c++/%%VER%%/debug/unordered_map
+gnat13/include/c++/%%VER%%/debug/unordered_set
+gnat13/include/c++/%%VER%%/debug/vector
+gnat13/include/c++/%%VER%%/decimal/decimal
+gnat13/include/c++/%%VER%%/decimal/decimal.h
+gnat13/include/c++/%%VER%%/deque
+gnat13/include/c++/%%VER%%/exception
+gnat13/include/c++/%%VER%%/execution
+gnat13/include/c++/%%VER%%/expected
+gnat13/include/c++/%%VER%%/experimental/algorithm
+gnat13/include/c++/%%VER%%/experimental/any
+gnat13/include/c++/%%VER%%/experimental/array
+gnat13/include/c++/%%VER%%/experimental/bits/fs_dir.h
+gnat13/include/c++/%%VER%%/experimental/bits/fs_fwd.h
+gnat13/include/c++/%%VER%%/experimental/bits/fs_ops.h
+gnat13/include/c++/%%VER%%/experimental/bits/fs_path.h
+gnat13/include/c++/%%VER%%/experimental/bits/lfts_config.h
+gnat13/include/c++/%%VER%%/experimental/bits/net.h
+gnat13/include/c++/%%VER%%/experimental/bits/numeric_traits.h
+gnat13/include/c++/%%VER%%/experimental/bits/shared_ptr.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_builtin.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_converter.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_detail.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_fixed_size.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_math.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_neon.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_ppc.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_scalar.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_x86.h
+gnat13/include/c++/%%VER%%/experimental/bits/simd_x86_conversions.h
+gnat13/include/c++/%%VER%%/experimental/bits/string_view.tcc
+gnat13/include/c++/%%VER%%/experimental/buffer
+gnat13/include/c++/%%VER%%/experimental/chrono
+gnat13/include/c++/%%VER%%/experimental/contract
+gnat13/include/c++/%%VER%%/experimental/deque
+gnat13/include/c++/%%VER%%/experimental/executor
+gnat13/include/c++/%%VER%%/experimental/filesystem
+gnat13/include/c++/%%VER%%/experimental/forward_list
+gnat13/include/c++/%%VER%%/experimental/functional
+gnat13/include/c++/%%VER%%/experimental/internet
+gnat13/include/c++/%%VER%%/experimental/io_context
+gnat13/include/c++/%%VER%%/experimental/iterator
+gnat13/include/c++/%%VER%%/experimental/list
+gnat13/include/c++/%%VER%%/experimental/map
+gnat13/include/c++/%%VER%%/experimental/memory
+gnat13/include/c++/%%VER%%/experimental/memory_resource
+gnat13/include/c++/%%VER%%/experimental/net
+gnat13/include/c++/%%VER%%/experimental/netfwd
+gnat13/include/c++/%%VER%%/experimental/numeric
+gnat13/include/c++/%%VER%%/experimental/optional
+gnat13/include/c++/%%VER%%/experimental/propagate_const
+gnat13/include/c++/%%VER%%/experimental/random
+gnat13/include/c++/%%VER%%/experimental/ratio
+gnat13/include/c++/%%VER%%/experimental/regex
+gnat13/include/c++/%%VER%%/experimental/scope
+gnat13/include/c++/%%VER%%/experimental/set
+gnat13/include/c++/%%VER%%/experimental/simd
+gnat13/include/c++/%%VER%%/experimental/socket
+gnat13/include/c++/%%VER%%/experimental/source_location
+gnat13/include/c++/%%VER%%/experimental/string
+gnat13/include/c++/%%VER%%/experimental/string_view
+gnat13/include/c++/%%VER%%/experimental/synchronized_value
+gnat13/include/c++/%%VER%%/experimental/system_error
+gnat13/include/c++/%%VER%%/experimental/timer
+gnat13/include/c++/%%VER%%/experimental/tuple
+gnat13/include/c++/%%VER%%/experimental/type_traits
+gnat13/include/c++/%%VER%%/experimental/unordered_map
+gnat13/include/c++/%%VER%%/experimental/unordered_set
+gnat13/include/c++/%%VER%%/experimental/utility
+gnat13/include/c++/%%VER%%/experimental/vector
+gnat13/include/c++/%%VER%%/ext/algorithm
+gnat13/include/c++/%%VER%%/ext/aligned_buffer.h
+gnat13/include/c++/%%VER%%/ext/alloc_traits.h
+gnat13/include/c++/%%VER%%/ext/atomicity.h
+gnat13/include/c++/%%VER%%/ext/bitmap_allocator.h
+gnat13/include/c++/%%VER%%/ext/cast.h
+gnat13/include/c++/%%VER%%/ext/cmath
+gnat13/include/c++/%%VER%%/ext/codecvt_specializations.h
+gnat13/include/c++/%%VER%%/ext/concurrence.h
+gnat13/include/c++/%%VER%%/ext/debug_allocator.h
+gnat13/include/c++/%%VER%%/ext/enc_filebuf.h
+gnat13/include/c++/%%VER%%/ext/extptr_allocator.h
+gnat13/include/c++/%%VER%%/ext/functional
+gnat13/include/c++/%%VER%%/ext/hash_map
+gnat13/include/c++/%%VER%%/ext/hash_set
+gnat13/include/c++/%%VER%%/ext/iterator
+gnat13/include/c++/%%VER%%/ext/malloc_allocator.h
+gnat13/include/c++/%%VER%%/ext/memory
+gnat13/include/c++/%%VER%%/ext/mt_allocator.h
+gnat13/include/c++/%%VER%%/ext/new_allocator.h
+gnat13/include/c++/%%VER%%/ext/numeric
+gnat13/include/c++/%%VER%%/ext/numeric_traits.h
+gnat13/include/c++/%%VER%%/ext/pb_ds/assoc_container.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/branch_policy/branch_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/branch_policy/traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/cond_dealtor.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/container_base_dispatch.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/debug_map_base.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/node.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/node.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/standard_policies.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/tree_trace_base.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/type_utils.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/types_traits.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/exception.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/hash_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/list_update_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/priority_queue.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/tag_and_trait.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/tree_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pb_ds/trie_policy.hpp
+gnat13/include/c++/%%VER%%/ext/pod_char_traits.h
+gnat13/include/c++/%%VER%%/ext/pointer.h
+gnat13/include/c++/%%VER%%/ext/pool_allocator.h
+gnat13/include/c++/%%VER%%/ext/random
+gnat13/include/c++/%%VER%%/ext/random.tcc
+gnat13/include/c++/%%VER%%/ext/rb_tree
+gnat13/include/c++/%%VER%%/ext/rc_string_base.h
+gnat13/include/c++/%%VER%%/ext/rope
+gnat13/include/c++/%%VER%%/ext/ropeimpl.h
+gnat13/include/c++/%%VER%%/ext/slist
+gnat13/include/c++/%%VER%%/ext/sso_string_base.h
+gnat13/include/c++/%%VER%%/ext/stdio_filebuf.h
+gnat13/include/c++/%%VER%%/ext/stdio_sync_filebuf.h
+gnat13/include/c++/%%VER%%/ext/string_conversions.h
+gnat13/include/c++/%%VER%%/ext/throw_allocator.h
+gnat13/include/c++/%%VER%%/ext/type_traits.h
+gnat13/include/c++/%%VER%%/ext/typelist.h
+gnat13/include/c++/%%VER%%/ext/vstring.h
+gnat13/include/c++/%%VER%%/ext/vstring.tcc
+gnat13/include/c++/%%VER%%/ext/vstring_fwd.h
+gnat13/include/c++/%%VER%%/ext/vstring_util.h
+gnat13/include/c++/%%VER%%/fenv.h
+gnat13/include/c++/%%VER%%/filesystem
+gnat13/include/c++/%%VER%%/format
+gnat13/include/c++/%%VER%%/forward_list
+gnat13/include/c++/%%VER%%/fstream
+gnat13/include/c++/%%VER%%/functional
+gnat13/include/c++/%%VER%%/future
+gnat13/include/c++/%%VER%%/initializer_list
+gnat13/include/c++/%%VER%%/iomanip
+gnat13/include/c++/%%VER%%/ios
+gnat13/include/c++/%%VER%%/iosfwd
+gnat13/include/c++/%%VER%%/iostream
+gnat13/include/c++/%%VER%%/istream
+gnat13/include/c++/%%VER%%/iterator
+gnat13/include/c++/%%VER%%/latch
+gnat13/include/c++/%%VER%%/limits
+gnat13/include/c++/%%VER%%/list
+gnat13/include/c++/%%VER%%/locale
+gnat13/include/c++/%%VER%%/map
+gnat13/include/c++/%%VER%%/math.h
+gnat13/include/c++/%%VER%%/memory
+gnat13/include/c++/%%VER%%/memory_resource
+gnat13/include/c++/%%VER%%/mutex
+gnat13/include/c++/%%VER%%/new
+gnat13/include/c++/%%VER%%/numbers
+gnat13/include/c++/%%VER%%/numeric
+gnat13/include/c++/%%VER%%/optional
+gnat13/include/c++/%%VER%%/ostream
+gnat13/include/c++/%%VER%%/parallel/algo.h
+gnat13/include/c++/%%VER%%/parallel/algobase.h
+gnat13/include/c++/%%VER%%/parallel/algorithm
+gnat13/include/c++/%%VER%%/parallel/algorithmfwd.h
+gnat13/include/c++/%%VER%%/parallel/balanced_quicksort.h
+gnat13/include/c++/%%VER%%/parallel/base.h
+gnat13/include/c++/%%VER%%/parallel/basic_iterator.h
+gnat13/include/c++/%%VER%%/parallel/checkers.h
+gnat13/include/c++/%%VER%%/parallel/compatibility.h
+gnat13/include/c++/%%VER%%/parallel/compiletime_settings.h
+gnat13/include/c++/%%VER%%/parallel/equally_split.h
+gnat13/include/c++/%%VER%%/parallel/features.h
+gnat13/include/c++/%%VER%%/parallel/find.h
+gnat13/include/c++/%%VER%%/parallel/find_selectors.h
+gnat13/include/c++/%%VER%%/parallel/for_each.h
+gnat13/include/c++/%%VER%%/parallel/for_each_selectors.h
+gnat13/include/c++/%%VER%%/parallel/iterator.h
+gnat13/include/c++/%%VER%%/parallel/list_partition.h
+gnat13/include/c++/%%VER%%/parallel/losertree.h
+gnat13/include/c++/%%VER%%/parallel/merge.h
+gnat13/include/c++/%%VER%%/parallel/multiseq_selection.h
+gnat13/include/c++/%%VER%%/parallel/multiway_merge.h
+gnat13/include/c++/%%VER%%/parallel/multiway_mergesort.h
+gnat13/include/c++/%%VER%%/parallel/numeric
+gnat13/include/c++/%%VER%%/parallel/numericfwd.h
+gnat13/include/c++/%%VER%%/parallel/omp_loop.h
+gnat13/include/c++/%%VER%%/parallel/omp_loop_static.h
+gnat13/include/c++/%%VER%%/parallel/par_loop.h
+gnat13/include/c++/%%VER%%/parallel/parallel.h
+gnat13/include/c++/%%VER%%/parallel/partial_sum.h
+gnat13/include/c++/%%VER%%/parallel/partition.h
+gnat13/include/c++/%%VER%%/parallel/queue.h
+gnat13/include/c++/%%VER%%/parallel/quicksort.h
+gnat13/include/c++/%%VER%%/parallel/random_number.h
+gnat13/include/c++/%%VER%%/parallel/random_shuffle.h
+gnat13/include/c++/%%VER%%/parallel/search.h
+gnat13/include/c++/%%VER%%/parallel/set_operations.h
+gnat13/include/c++/%%VER%%/parallel/settings.h
+gnat13/include/c++/%%VER%%/parallel/sort.h
+gnat13/include/c++/%%VER%%/parallel/tags.h
+gnat13/include/c++/%%VER%%/parallel/types.h
+gnat13/include/c++/%%VER%%/parallel/unique_copy.h
*** 5764 LINES SKIPPED ***