git: 3b4e4442cb96 - main - lang/gnat13: repocopy from lang/gnat12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Feb 2024 17:41:47 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3b4e4442cb968194e0cb9eb65d3367030e3a492a
commit 3b4e4442cb968194e0cb9eb65d3367030e3a492a
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-02-17 16:20:45 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-02-28 17:41:00 +0000
lang/gnat13: repocopy from lang/gnat12
Preparing the upgrade of GCC_DEFAULT.
---
lang/Makefile | 1 +
lang/gnat13/Makefile | 168 +
lang/gnat13/distinfo | 21 +
.../files/patch-gcc_ada_libgnat_s-dorepr.adb | 32 +
lang/gnat13/pkg-descr | 11 +
lang/gnat13/pkg-plist | 6429 ++++++++++++++++++++
6 files changed, 6662 insertions(+)
diff --git a/lang/Makefile b/lang/Makefile
index 1c8fb4ab3312..47fde3efb5b4 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -106,6 +106,7 @@
SUBDIR += gleam
SUBDIR += gluon
SUBDIR += gnat12
+ SUBDIR += gnat13
SUBDIR += gnatcross-binutils-aarch64
SUBDIR += gnatcross-sysroot-aarch64
SUBDIR += gnatdroid-binutils
diff --git a/lang/gnat13/Makefile b/lang/gnat13/Makefile
new file mode 100644
index 000000000000..e88c1035a222
--- /dev/null
+++ b/lang/gnat13/Makefile
@@ -0,0 +1,168 @@
+PORTNAME= gnat12
+DISTVERSION= 12.2.0
+PORTREVISION= 7
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GCC}: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 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=${_GCC6AUX_PATH}/gcc \
+ CXX=${_GCC6AUX_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}
+
+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= GCC6AUX 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
+GCC6AUX_DESC= Bootstrap from lang/gcc6-aux
+.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
+GCC6AUX_BUILD_DEPENDS= gcc6-aux>0:lang/gcc6-aux
+GCC6AUX_VARS= _GCC6AUX_PATH=${LOCALBASE}/gcc6-aux/bin
+.if exists(/usr/lib32/libc.so)
+MULTILIB_CONFIGURE_ENABLE= multilib
+.endif
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_ON= --enable-nls
+NLS_CONFIGURE_OFF= --disable-nls
+PREVASSET_DISTFILES+= ${_PREV_ASSET_FILE}.tar.xz:gnat
+PREVASSET_VARS= _GCC6AUX_PATH=${WRKDIR}/${_PREV_ASSET_FILE}/bin
+
+_ASSET_FILE= gnat-${_GNAT_ARCH}-${OPSYS:tl}.${OSREL:R}-${PKGVERSION}
+_GCC_VER= ${DISTVERSION:R:R}
+_GNATBIND= ${_GCC6AUX_PATH}/gnatbind
+_GNATMAKE= ${_GCC6AUX_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}
+_PREV_ASSET_FILE= gnat-${_GNAT_ARCH}-${OPSYS:tl}.${_PREV_ASSET_OSREL}-${_PREV_ASSET_VER}${_PREV_ASSET_REV}
+_PREV_ASSET_GCC= ${PREV_ASSET_VER:R:R}
+_PREV_ASSET_OSREL?= ${OSREL:R}
+_PREV_ASSET_VER?= ${DISTVERSION}
+_PREV_ASSET_REV?= _6
+_REV_FILE= ${WRKSRC}/gcc/REVISION
+_TARGLIB= ${_PKG_PREFIX}/lib ${_PKG_PREFIX}/lib/gcc${_GCC_VER}
+_TOOLCHAIN_PATHS= /sbin:/bin:/usr/sbin:/usr/bin:${_GCC6AUX_PATH}:${PREFIX}/bin:${LOCALBASE}/bin
+
+.include <bsd.port.options.mk>
+
+.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
+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/gnat13/distinfo b/lang/gnat13/distinfo
new file mode 100644
index 000000000000..b83d7761dc26
--- /dev/null
+++ b/lang/gnat13/distinfo
@@ -0,0 +1,21 @@
+TIMESTAMP = 1702501263
+SHA256 (gcc-12.2.0.tar.xz) = e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
+SIZE (gcc-12.2.0.tar.xz) = 84645292
+SHA256 (gnat-aarch64-freebsd.13-12.2.0_6.tar.xz) = 5632d44659109b4487ac4f9658fab83eb88ceb1bef2e2171c8fc6426475154ec
+SIZE (gnat-aarch64-freebsd.13-12.2.0_6.tar.xz) = 63359820
+SHA256 (gnat-aarch64-freebsd.14-12.2.0_6.tar.xz) = 9de5e4959af90cea8ddcb3e3bea3d1e9146235abbca28cb1e662c9368e9596db
+SIZE (gnat-aarch64-freebsd.14-12.2.0_6.tar.xz) = 63563568
+SHA256 (gnat-aarch64-freebsd.15-12.2.0_6.tar.xz) = 413cf6b63522c59600afb5ff75914aac113b90ce45537f28ac6586f100e2e094
+SIZE (gnat-aarch64-freebsd.15-12.2.0_6.tar.xz) = 63557180
+SHA256 (gnat-i386-freebsd.13-12.2.0_6.tar.xz) = 44b971d7cff0661d9858c343327f2920775b30136202d2307cb1e26cb9e2d3b2
+SIZE (gnat-i386-freebsd.13-12.2.0_6.tar.xz) = 76782872
+SHA256 (gnat-i386-freebsd.14-12.2.0_6.tar.xz) = c5dd57060e2fa39112e2fa2a544c4c9a2646860bf4e77273362e9c2ec38ff455
+SIZE (gnat-i386-freebsd.14-12.2.0_6.tar.xz) = 77319804
+SHA256 (gnat-i386-freebsd.15-12.2.0_6.tar.xz) = ae1dcdcc5bbf890b1be110e5457ded40fdbcb3e5e7ef811eaf367d5baa21f957
+SIZE (gnat-i386-freebsd.15-12.2.0_6.tar.xz) = 77128456
+SHA256 (gnat-x86_64-freebsd.13-12.2.0_6.tar.xz) = c64422a1e9ce650da5d9e90c7cc228039e193c6b240875b673b116764bc457ad
+SIZE (gnat-x86_64-freebsd.13-12.2.0_6.tar.xz) = 90090772
+SHA256 (gnat-x86_64-freebsd.14-12.2.0_6.tar.xz) = a02e07d8e00caf3975549cac6b86b08736b1d8d8eed1e0e385fe1752841d9757
+SIZE (gnat-x86_64-freebsd.14-12.2.0_6.tar.xz) = 90319148
+SHA256 (gnat-x86_64-freebsd.15-12.2.0_6.tar.xz) = a486e0257eadcc1f90770df06d849978d070551b929f347e906030632374f6a2
+SIZE (gnat-x86_64-freebsd.15-12.2.0_6.tar.xz) = 90213972
diff --git a/lang/gnat13/files/patch-gcc_ada_libgnat_s-dorepr.adb b/lang/gnat13/files/patch-gcc_ada_libgnat_s-dorepr.adb
new file mode 100644
index 000000000000..dcbeae43bb96
--- /dev/null
+++ b/lang/gnat13/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/gnat13/pkg-descr b/lang/gnat13/pkg-descr
new file mode 100644
index 000000000000..23b8c47a311e
--- /dev/null
+++ b/lang/gnat13/pkg-descr
@@ -0,0 +1,11 @@
+This is an Ada compiler, from GCC-12.
+
+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/gnat13/pkg-plist b/lang/gnat13/pkg-plist
new file mode 100644
index 000000000000..c11fefb47dfa
--- /dev/null
+++ b/lang/gnat13/pkg-plist
@@ -0,0 +1,6429 @@
+gnat12/bin/c++
+gnat12/bin/cpp
+gnat12/bin/g++
+gnat12/bin/gcc-ar
+gnat12/bin/gcc-nm
+gnat12/bin/gcc-ranlib
+gnat12/bin/gcc
+gnat12/bin/gcov-dump
+gnat12/bin/gcov-tool
+gnat12/bin/gcov
+gnat12/bin/gnat
+gnat12/bin/gnatbind
+gnat12/bin/gnatchop
+gnat12/bin/gnatclean
+gnat12/bin/gnatkr
+gnat12/bin/gnatlink
+gnat12/bin/gnatls
+gnat12/bin/gnatmake
+gnat12/bin/gnatname
+gnat12/bin/gnatprep
+gnat12/bin/lto-dump
+gnat12/bin/%%CONFTRGT%%-c++
+gnat12/bin/%%CONFTRGT%%-g++
+gnat12/bin/%%CONFTRGT%%-gcc-%%VER%%
+gnat12/bin/%%CONFTRGT%%-gcc-ar
+gnat12/bin/%%CONFTRGT%%-gcc-nm
+gnat12/bin/%%CONFTRGT%%-gcc-ranlib
+gnat12/bin/%%CONFTRGT%%-gcc
+gnat12/include/c++/%%VER%%/algorithm
+gnat12/include/c++/%%VER%%/any
+gnat12/include/c++/%%VER%%/array
+gnat12/include/c++/%%VER%%/atomic
+gnat12/include/c++/%%VER%%/backward/auto_ptr.h
+gnat12/include/c++/%%VER%%/backward/backward_warning.h
+gnat12/include/c++/%%VER%%/backward/binders.h
+gnat12/include/c++/%%VER%%/backward/hash_fun.h
+gnat12/include/c++/%%VER%%/backward/hash_map
+gnat12/include/c++/%%VER%%/backward/hash_set
+gnat12/include/c++/%%VER%%/backward/hashtable.h
+gnat12/include/c++/%%VER%%/backward/strstream
+gnat12/include/c++/%%VER%%/barrier
+gnat12/include/c++/%%VER%%/bit
+gnat12/include/c++/%%VER%%/bits/algorithmfwd.h
+gnat12/include/c++/%%VER%%/bits/align.h
+gnat12/include/c++/%%VER%%/bits/alloc_traits.h
+gnat12/include/c++/%%VER%%/bits/allocated_ptr.h
+gnat12/include/c++/%%VER%%/bits/allocator.h
+gnat12/include/c++/%%VER%%/bits/atomic_base.h
+gnat12/include/c++/%%VER%%/bits/atomic_futex.h
+gnat12/include/c++/%%VER%%/bits/atomic_lockfree_defines.h
+gnat12/include/c++/%%VER%%/bits/atomic_timed_wait.h
+gnat12/include/c++/%%VER%%/bits/atomic_wait.h
+gnat12/include/c++/%%VER%%/bits/basic_ios.h
+gnat12/include/c++/%%VER%%/bits/basic_ios.tcc
+gnat12/include/c++/%%VER%%/bits/basic_string.h
+gnat12/include/c++/%%VER%%/bits/basic_string.tcc
+gnat12/include/c++/%%VER%%/bits/boost_concept_check.h
+gnat12/include/c++/%%VER%%/bits/c++0x_warning.h
+gnat12/include/c++/%%VER%%/bits/char_traits.h
+gnat12/include/c++/%%VER%%/bits/charconv.h
+gnat12/include/c++/%%VER%%/bits/chrono.h
+gnat12/include/c++/%%VER%%/bits/codecvt.h
+gnat12/include/c++/%%VER%%/bits/concept_check.h
+gnat12/include/c++/%%VER%%/bits/cow_string.h
+gnat12/include/c++/%%VER%%/bits/cpp_type_traits.h
+gnat12/include/c++/%%VER%%/bits/cxxabi_forced.h
+gnat12/include/c++/%%VER%%/bits/cxxabi_init_exception.h
+gnat12/include/c++/%%VER%%/bits/deque.tcc
+gnat12/include/c++/%%VER%%/bits/enable_special_members.h
+gnat12/include/c++/%%VER%%/bits/erase_if.h
+gnat12/include/c++/%%VER%%/bits/exception.h
+gnat12/include/c++/%%VER%%/bits/exception_defines.h
+gnat12/include/c++/%%VER%%/bits/exception_ptr.h
+gnat12/include/c++/%%VER%%/bits/forward_list.h
+gnat12/include/c++/%%VER%%/bits/forward_list.tcc
+gnat12/include/c++/%%VER%%/bits/fs_dir.h
+gnat12/include/c++/%%VER%%/bits/fs_fwd.h
+gnat12/include/c++/%%VER%%/bits/fs_ops.h
+gnat12/include/c++/%%VER%%/bits/fs_path.h
+gnat12/include/c++/%%VER%%/bits/fstream.tcc
+gnat12/include/c++/%%VER%%/bits/functexcept.h
+gnat12/include/c++/%%VER%%/bits/functional_hash.h
+gnat12/include/c++/%%VER%%/bits/gslice.h
+gnat12/include/c++/%%VER%%/bits/gslice_array.h
+gnat12/include/c++/%%VER%%/bits/hash_bytes.h
+gnat12/include/c++/%%VER%%/bits/hashtable.h
+gnat12/include/c++/%%VER%%/bits/hashtable_policy.h
+gnat12/include/c++/%%VER%%/bits/indirect_array.h
+gnat12/include/c++/%%VER%%/bits/invoke.h
+gnat12/include/c++/%%VER%%/bits/ios_base.h
+gnat12/include/c++/%%VER%%/bits/istream.tcc
+gnat12/include/c++/%%VER%%/bits/iterator_concepts.h
+gnat12/include/c++/%%VER%%/bits/list.tcc
+gnat12/include/c++/%%VER%%/bits/locale_classes.h
+gnat12/include/c++/%%VER%%/bits/locale_classes.tcc
+gnat12/include/c++/%%VER%%/bits/locale_conv.h
+gnat12/include/c++/%%VER%%/bits/locale_facets.h
+gnat12/include/c++/%%VER%%/bits/locale_facets.tcc
+gnat12/include/c++/%%VER%%/bits/locale_facets_nonio.h
+gnat12/include/c++/%%VER%%/bits/locale_facets_nonio.tcc
+gnat12/include/c++/%%VER%%/bits/localefwd.h
+gnat12/include/c++/%%VER%%/bits/mask_array.h
+gnat12/include/c++/%%VER%%/bits/max_size_type.h
+gnat12/include/c++/%%VER%%/bits/memoryfwd.h
+gnat12/include/c++/%%VER%%/bits/mofunc_impl.h
+gnat12/include/c++/%%VER%%/bits/move.h
+gnat12/include/c++/%%VER%%/bits/move_only_function.h
+gnat12/include/c++/%%VER%%/bits/nested_exception.h
+gnat12/include/c++/%%VER%%/bits/new_allocator.h
+gnat12/include/c++/%%VER%%/bits/node_handle.h
+gnat12/include/c++/%%VER%%/bits/ostream.tcc
+gnat12/include/c++/%%VER%%/bits/ostream_insert.h
+gnat12/include/c++/%%VER%%/bits/parse_numbers.h
+gnat12/include/c++/%%VER%%/bits/postypes.h
+gnat12/include/c++/%%VER%%/bits/predefined_ops.h
+gnat12/include/c++/%%VER%%/bits/ptr_traits.h
+gnat12/include/c++/%%VER%%/bits/quoted_string.h
+gnat12/include/c++/%%VER%%/bits/random.h
+gnat12/include/c++/%%VER%%/bits/random.tcc
+gnat12/include/c++/%%VER%%/bits/range_access.h
+gnat12/include/c++/%%VER%%/bits/ranges_algo.h
+gnat12/include/c++/%%VER%%/bits/ranges_algobase.h
+gnat12/include/c++/%%VER%%/bits/ranges_base.h
+gnat12/include/c++/%%VER%%/bits/ranges_cmp.h
+gnat12/include/c++/%%VER%%/bits/ranges_uninitialized.h
+gnat12/include/c++/%%VER%%/bits/ranges_util.h
+gnat12/include/c++/%%VER%%/bits/refwrap.h
+gnat12/include/c++/%%VER%%/bits/regex.h
+gnat12/include/c++/%%VER%%/bits/regex.tcc
+gnat12/include/c++/%%VER%%/bits/regex_automaton.h
+gnat12/include/c++/%%VER%%/bits/regex_automaton.tcc
+gnat12/include/c++/%%VER%%/bits/regex_compiler.h
+gnat12/include/c++/%%VER%%/bits/regex_compiler.tcc
+gnat12/include/c++/%%VER%%/bits/regex_constants.h
+gnat12/include/c++/%%VER%%/bits/regex_error.h
+gnat12/include/c++/%%VER%%/bits/regex_executor.h
+gnat12/include/c++/%%VER%%/bits/regex_executor.tcc
+gnat12/include/c++/%%VER%%/bits/regex_scanner.h
+gnat12/include/c++/%%VER%%/bits/regex_scanner.tcc
+gnat12/include/c++/%%VER%%/bits/semaphore_base.h
+gnat12/include/c++/%%VER%%/bits/shared_ptr.h
+gnat12/include/c++/%%VER%%/bits/shared_ptr_atomic.h
+gnat12/include/c++/%%VER%%/bits/shared_ptr_base.h
+gnat12/include/c++/%%VER%%/bits/slice_array.h
+gnat12/include/c++/%%VER%%/bits/specfun.h
+gnat12/include/c++/%%VER%%/bits/sstream.tcc
+gnat12/include/c++/%%VER%%/bits/std_abs.h
+gnat12/include/c++/%%VER%%/bits/std_function.h
+gnat12/include/c++/%%VER%%/bits/std_mutex.h
+gnat12/include/c++/%%VER%%/bits/std_thread.h
+gnat12/include/c++/%%VER%%/bits/stl_algo.h
+gnat12/include/c++/%%VER%%/bits/stl_algobase.h
+gnat12/include/c++/%%VER%%/bits/stl_bvector.h
+gnat12/include/c++/%%VER%%/bits/stl_construct.h
+gnat12/include/c++/%%VER%%/bits/stl_deque.h
+gnat12/include/c++/%%VER%%/bits/stl_function.h
+gnat12/include/c++/%%VER%%/bits/stl_heap.h
+gnat12/include/c++/%%VER%%/bits/stl_iterator.h
+gnat12/include/c++/%%VER%%/bits/stl_iterator_base_funcs.h
+gnat12/include/c++/%%VER%%/bits/stl_iterator_base_types.h
+gnat12/include/c++/%%VER%%/bits/stl_list.h
+gnat12/include/c++/%%VER%%/bits/stl_map.h
+gnat12/include/c++/%%VER%%/bits/stl_multimap.h
+gnat12/include/c++/%%VER%%/bits/stl_multiset.h
+gnat12/include/c++/%%VER%%/bits/stl_numeric.h
+gnat12/include/c++/%%VER%%/bits/stl_pair.h
+gnat12/include/c++/%%VER%%/bits/stl_queue.h
+gnat12/include/c++/%%VER%%/bits/stl_raw_storage_iter.h
+gnat12/include/c++/%%VER%%/bits/stl_relops.h
+gnat12/include/c++/%%VER%%/bits/stl_set.h
+gnat12/include/c++/%%VER%%/bits/stl_stack.h
+gnat12/include/c++/%%VER%%/bits/stl_tempbuf.h
+gnat12/include/c++/%%VER%%/bits/stl_tree.h
+gnat12/include/c++/%%VER%%/bits/stl_uninitialized.h
+gnat12/include/c++/%%VER%%/bits/stl_vector.h
+gnat12/include/c++/%%VER%%/bits/stream_iterator.h
+gnat12/include/c++/%%VER%%/bits/streambuf.tcc
+gnat12/include/c++/%%VER%%/bits/streambuf_iterator.h
+gnat12/include/c++/%%VER%%/bits/string_view.tcc
+gnat12/include/c++/%%VER%%/bits/stringfwd.h
+gnat12/include/c++/%%VER%%/bits/this_thread_sleep.h
+gnat12/include/c++/%%VER%%/bits/uniform_int_dist.h
+gnat12/include/c++/%%VER%%/bits/unique_lock.h
+gnat12/include/c++/%%VER%%/bits/unique_ptr.h
+gnat12/include/c++/%%VER%%/bits/unordered_map.h
+gnat12/include/c++/%%VER%%/bits/unordered_set.h
+gnat12/include/c++/%%VER%%/bits/uses_allocator.h
+gnat12/include/c++/%%VER%%/bits/uses_allocator_args.h
+gnat12/include/c++/%%VER%%/bits/utility.h
+gnat12/include/c++/%%VER%%/bits/valarray_after.h
+gnat12/include/c++/%%VER%%/bits/valarray_array.h
+gnat12/include/c++/%%VER%%/bits/valarray_array.tcc
+gnat12/include/c++/%%VER%%/bits/valarray_before.h
+gnat12/include/c++/%%VER%%/bits/vector.tcc
+gnat12/include/c++/%%VER%%/bitset
+gnat12/include/c++/%%VER%%/cassert
+gnat12/include/c++/%%VER%%/ccomplex
+gnat12/include/c++/%%VER%%/cctype
+gnat12/include/c++/%%VER%%/cerrno
+gnat12/include/c++/%%VER%%/cfenv
+gnat12/include/c++/%%VER%%/cfloat
+gnat12/include/c++/%%VER%%/charconv
+gnat12/include/c++/%%VER%%/chrono
+gnat12/include/c++/%%VER%%/cinttypes
+gnat12/include/c++/%%VER%%/ciso646
+gnat12/include/c++/%%VER%%/climits
+gnat12/include/c++/%%VER%%/clocale
+gnat12/include/c++/%%VER%%/cmath
+gnat12/include/c++/%%VER%%/codecvt
+gnat12/include/c++/%%VER%%/compare
+gnat12/include/c++/%%VER%%/complex
+gnat12/include/c++/%%VER%%/complex.h
+gnat12/include/c++/%%VER%%/concepts
+gnat12/include/c++/%%VER%%/condition_variable
+gnat12/include/c++/%%VER%%/coroutine
+gnat12/include/c++/%%VER%%/csetjmp
+gnat12/include/c++/%%VER%%/csignal
+gnat12/include/c++/%%VER%%/cstdalign
+gnat12/include/c++/%%VER%%/cstdarg
+gnat12/include/c++/%%VER%%/cstdbool
+gnat12/include/c++/%%VER%%/cstddef
+gnat12/include/c++/%%VER%%/cstdint
+gnat12/include/c++/%%VER%%/cstdio
+gnat12/include/c++/%%VER%%/cstdlib
+gnat12/include/c++/%%VER%%/cstring
+gnat12/include/c++/%%VER%%/ctgmath
+gnat12/include/c++/%%VER%%/ctime
+gnat12/include/c++/%%VER%%/cuchar
+gnat12/include/c++/%%VER%%/cwchar
+gnat12/include/c++/%%VER%%/cwctype
+gnat12/include/c++/%%VER%%/cxxabi.h
+gnat12/include/c++/%%VER%%/debug/assertions.h
+gnat12/include/c++/%%VER%%/debug/bitset
+gnat12/include/c++/%%VER%%/debug/debug.h
+gnat12/include/c++/%%VER%%/debug/deque
+gnat12/include/c++/%%VER%%/debug/formatter.h
+gnat12/include/c++/%%VER%%/debug/forward_list
+gnat12/include/c++/%%VER%%/debug/functions.h
+gnat12/include/c++/%%VER%%/debug/helper_functions.h
+gnat12/include/c++/%%VER%%/debug/list
+gnat12/include/c++/%%VER%%/debug/macros.h
+gnat12/include/c++/%%VER%%/debug/map
+gnat12/include/c++/%%VER%%/debug/map.h
+gnat12/include/c++/%%VER%%/debug/multimap.h
+gnat12/include/c++/%%VER%%/debug/multiset.h
+gnat12/include/c++/%%VER%%/debug/safe_base.h
+gnat12/include/c++/%%VER%%/debug/safe_container.h
+gnat12/include/c++/%%VER%%/debug/safe_iterator.h
+gnat12/include/c++/%%VER%%/debug/safe_iterator.tcc
+gnat12/include/c++/%%VER%%/debug/safe_local_iterator.h
+gnat12/include/c++/%%VER%%/debug/safe_local_iterator.tcc
+gnat12/include/c++/%%VER%%/debug/safe_sequence.h
+gnat12/include/c++/%%VER%%/debug/safe_sequence.tcc
+gnat12/include/c++/%%VER%%/debug/safe_unordered_base.h
+gnat12/include/c++/%%VER%%/debug/safe_unordered_container.h
+gnat12/include/c++/%%VER%%/debug/safe_unordered_container.tcc
+gnat12/include/c++/%%VER%%/debug/set
+gnat12/include/c++/%%VER%%/debug/set.h
+gnat12/include/c++/%%VER%%/debug/stl_iterator.h
+gnat12/include/c++/%%VER%%/debug/string
+gnat12/include/c++/%%VER%%/debug/unordered_map
+gnat12/include/c++/%%VER%%/debug/unordered_set
+gnat12/include/c++/%%VER%%/debug/vector
+gnat12/include/c++/%%VER%%/decimal/decimal
+gnat12/include/c++/%%VER%%/decimal/decimal.h
+gnat12/include/c++/%%VER%%/deque
+gnat12/include/c++/%%VER%%/exception
+gnat12/include/c++/%%VER%%/execution
+gnat12/include/c++/%%VER%%/expected
+gnat12/include/c++/%%VER%%/experimental/algorithm
+gnat12/include/c++/%%VER%%/experimental/any
+gnat12/include/c++/%%VER%%/experimental/array
+gnat12/include/c++/%%VER%%/experimental/bits/fs_dir.h
+gnat12/include/c++/%%VER%%/experimental/bits/fs_fwd.h
+gnat12/include/c++/%%VER%%/experimental/bits/fs_ops.h
+gnat12/include/c++/%%VER%%/experimental/bits/fs_path.h
+gnat12/include/c++/%%VER%%/experimental/bits/lfts_config.h
+gnat12/include/c++/%%VER%%/experimental/bits/net.h
+gnat12/include/c++/%%VER%%/experimental/bits/numeric_traits.h
+gnat12/include/c++/%%VER%%/experimental/bits/shared_ptr.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_builtin.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_converter.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_detail.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_fixed_size.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_math.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_neon.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_ppc.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_scalar.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_x86.h
+gnat12/include/c++/%%VER%%/experimental/bits/simd_x86_conversions.h
+gnat12/include/c++/%%VER%%/experimental/bits/string_view.tcc
+gnat12/include/c++/%%VER%%/experimental/buffer
+gnat12/include/c++/%%VER%%/experimental/chrono
+gnat12/include/c++/%%VER%%/experimental/deque
+gnat12/include/c++/%%VER%%/experimental/executor
+gnat12/include/c++/%%VER%%/experimental/filesystem
+gnat12/include/c++/%%VER%%/experimental/forward_list
+gnat12/include/c++/%%VER%%/experimental/functional
+gnat12/include/c++/%%VER%%/experimental/internet
+gnat12/include/c++/%%VER%%/experimental/io_context
+gnat12/include/c++/%%VER%%/experimental/iterator
+gnat12/include/c++/%%VER%%/experimental/list
+gnat12/include/c++/%%VER%%/experimental/map
+gnat12/include/c++/%%VER%%/experimental/memory
+gnat12/include/c++/%%VER%%/experimental/memory_resource
+gnat12/include/c++/%%VER%%/experimental/net
+gnat12/include/c++/%%VER%%/experimental/netfwd
+gnat12/include/c++/%%VER%%/experimental/numeric
+gnat12/include/c++/%%VER%%/experimental/optional
+gnat12/include/c++/%%VER%%/experimental/propagate_const
+gnat12/include/c++/%%VER%%/experimental/random
+gnat12/include/c++/%%VER%%/experimental/ratio
+gnat12/include/c++/%%VER%%/experimental/regex
+gnat12/include/c++/%%VER%%/experimental/set
+gnat12/include/c++/%%VER%%/experimental/simd
+gnat12/include/c++/%%VER%%/experimental/socket
+gnat12/include/c++/%%VER%%/experimental/source_location
+gnat12/include/c++/%%VER%%/experimental/string
+gnat12/include/c++/%%VER%%/experimental/string_view
+gnat12/include/c++/%%VER%%/experimental/system_error
+gnat12/include/c++/%%VER%%/experimental/timer
+gnat12/include/c++/%%VER%%/experimental/tuple
+gnat12/include/c++/%%VER%%/experimental/type_traits
+gnat12/include/c++/%%VER%%/experimental/unordered_map
+gnat12/include/c++/%%VER%%/experimental/unordered_set
+gnat12/include/c++/%%VER%%/experimental/utility
+gnat12/include/c++/%%VER%%/experimental/vector
+gnat12/include/c++/%%VER%%/ext/algorithm
+gnat12/include/c++/%%VER%%/ext/aligned_buffer.h
+gnat12/include/c++/%%VER%%/ext/alloc_traits.h
+gnat12/include/c++/%%VER%%/ext/atomicity.h
+gnat12/include/c++/%%VER%%/ext/bitmap_allocator.h
+gnat12/include/c++/%%VER%%/ext/cast.h
+gnat12/include/c++/%%VER%%/ext/cmath
+gnat12/include/c++/%%VER%%/ext/codecvt_specializations.h
+gnat12/include/c++/%%VER%%/ext/concurrence.h
+gnat12/include/c++/%%VER%%/ext/debug_allocator.h
+gnat12/include/c++/%%VER%%/ext/enc_filebuf.h
+gnat12/include/c++/%%VER%%/ext/extptr_allocator.h
+gnat12/include/c++/%%VER%%/ext/functional
+gnat12/include/c++/%%VER%%/ext/hash_map
+gnat12/include/c++/%%VER%%/ext/hash_set
+gnat12/include/c++/%%VER%%/ext/iterator
+gnat12/include/c++/%%VER%%/ext/malloc_allocator.h
+gnat12/include/c++/%%VER%%/ext/memory
+gnat12/include/c++/%%VER%%/ext/mt_allocator.h
+gnat12/include/c++/%%VER%%/ext/new_allocator.h
+gnat12/include/c++/%%VER%%/ext/numeric
+gnat12/include/c++/%%VER%%/ext/numeric_traits.h
+gnat12/include/c++/%%VER%%/ext/pb_ds/assoc_container.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/bin_search_tree_/traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/branch_policy/branch_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/branch_policy/traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/cond_dealtor.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/container_base_dispatch.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/debug_map_base.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/ov_tree_map_/traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/node.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rb_tree_map_/traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/node.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/splay_tree_/traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/standard_policies.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/tree_trace_base.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/type_utils.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/types_traits.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/exception.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/hash_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/list_update_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/priority_queue.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/tag_and_trait.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/tree_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pb_ds/trie_policy.hpp
+gnat12/include/c++/%%VER%%/ext/pod_char_traits.h
+gnat12/include/c++/%%VER%%/ext/pointer.h
+gnat12/include/c++/%%VER%%/ext/pool_allocator.h
+gnat12/include/c++/%%VER%%/ext/random
+gnat12/include/c++/%%VER%%/ext/random.tcc
+gnat12/include/c++/%%VER%%/ext/rb_tree
+gnat12/include/c++/%%VER%%/ext/rc_string_base.h
+gnat12/include/c++/%%VER%%/ext/rope
+gnat12/include/c++/%%VER%%/ext/ropeimpl.h
+gnat12/include/c++/%%VER%%/ext/slist
+gnat12/include/c++/%%VER%%/ext/sso_string_base.h
+gnat12/include/c++/%%VER%%/ext/stdio_filebuf.h
+gnat12/include/c++/%%VER%%/ext/stdio_sync_filebuf.h
+gnat12/include/c++/%%VER%%/ext/string_conversions.h
+gnat12/include/c++/%%VER%%/ext/throw_allocator.h
+gnat12/include/c++/%%VER%%/ext/type_traits.h
+gnat12/include/c++/%%VER%%/ext/typelist.h
+gnat12/include/c++/%%VER%%/ext/vstring.h
+gnat12/include/c++/%%VER%%/ext/vstring.tcc
+gnat12/include/c++/%%VER%%/ext/vstring_fwd.h
+gnat12/include/c++/%%VER%%/ext/vstring_util.h
+gnat12/include/c++/%%VER%%/fenv.h
+gnat12/include/c++/%%VER%%/filesystem
+gnat12/include/c++/%%VER%%/forward_list
+gnat12/include/c++/%%VER%%/fstream
+gnat12/include/c++/%%VER%%/functional
+gnat12/include/c++/%%VER%%/future
+gnat12/include/c++/%%VER%%/initializer_list
+gnat12/include/c++/%%VER%%/iomanip
+gnat12/include/c++/%%VER%%/ios
+gnat12/include/c++/%%VER%%/iosfwd
+gnat12/include/c++/%%VER%%/iostream
+gnat12/include/c++/%%VER%%/istream
+gnat12/include/c++/%%VER%%/iterator
+gnat12/include/c++/%%VER%%/latch
+gnat12/include/c++/%%VER%%/limits
+gnat12/include/c++/%%VER%%/list
+gnat12/include/c++/%%VER%%/locale
+gnat12/include/c++/%%VER%%/map
+gnat12/include/c++/%%VER%%/math.h
+gnat12/include/c++/%%VER%%/memory
+gnat12/include/c++/%%VER%%/memory_resource
+gnat12/include/c++/%%VER%%/mutex
+gnat12/include/c++/%%VER%%/new
+gnat12/include/c++/%%VER%%/numbers
+gnat12/include/c++/%%VER%%/numeric
+gnat12/include/c++/%%VER%%/optional
+gnat12/include/c++/%%VER%%/ostream
+gnat12/include/c++/%%VER%%/parallel/algo.h
+gnat12/include/c++/%%VER%%/parallel/algobase.h
+gnat12/include/c++/%%VER%%/parallel/algorithm
+gnat12/include/c++/%%VER%%/parallel/algorithmfwd.h
+gnat12/include/c++/%%VER%%/parallel/balanced_quicksort.h
+gnat12/include/c++/%%VER%%/parallel/base.h
+gnat12/include/c++/%%VER%%/parallel/basic_iterator.h
+gnat12/include/c++/%%VER%%/parallel/checkers.h
+gnat12/include/c++/%%VER%%/parallel/compatibility.h
+gnat12/include/c++/%%VER%%/parallel/compiletime_settings.h
+gnat12/include/c++/%%VER%%/parallel/equally_split.h
+gnat12/include/c++/%%VER%%/parallel/features.h
+gnat12/include/c++/%%VER%%/parallel/find.h
+gnat12/include/c++/%%VER%%/parallel/find_selectors.h
+gnat12/include/c++/%%VER%%/parallel/for_each.h
+gnat12/include/c++/%%VER%%/parallel/for_each_selectors.h
+gnat12/include/c++/%%VER%%/parallel/iterator.h
+gnat12/include/c++/%%VER%%/parallel/list_partition.h
+gnat12/include/c++/%%VER%%/parallel/losertree.h
+gnat12/include/c++/%%VER%%/parallel/merge.h
+gnat12/include/c++/%%VER%%/parallel/multiseq_selection.h
+gnat12/include/c++/%%VER%%/parallel/multiway_merge.h
+gnat12/include/c++/%%VER%%/parallel/multiway_mergesort.h
+gnat12/include/c++/%%VER%%/parallel/numeric
+gnat12/include/c++/%%VER%%/parallel/numericfwd.h
+gnat12/include/c++/%%VER%%/parallel/omp_loop.h
+gnat12/include/c++/%%VER%%/parallel/omp_loop_static.h
+gnat12/include/c++/%%VER%%/parallel/par_loop.h
+gnat12/include/c++/%%VER%%/parallel/parallel.h
+gnat12/include/c++/%%VER%%/parallel/partial_sum.h
+gnat12/include/c++/%%VER%%/parallel/partition.h
+gnat12/include/c++/%%VER%%/parallel/queue.h
+gnat12/include/c++/%%VER%%/parallel/quicksort.h
+gnat12/include/c++/%%VER%%/parallel/random_number.h
+gnat12/include/c++/%%VER%%/parallel/random_shuffle.h
+gnat12/include/c++/%%VER%%/parallel/search.h
+gnat12/include/c++/%%VER%%/parallel/set_operations.h
+gnat12/include/c++/%%VER%%/parallel/settings.h
+gnat12/include/c++/%%VER%%/parallel/sort.h
+gnat12/include/c++/%%VER%%/parallel/tags.h
+gnat12/include/c++/%%VER%%/parallel/types.h
+gnat12/include/c++/%%VER%%/parallel/unique_copy.h
+gnat12/include/c++/%%VER%%/parallel/workstealing.h
+gnat12/include/c++/%%VER%%/pstl/algorithm_fwd.h
+gnat12/include/c++/%%VER%%/pstl/algorithm_impl.h
+gnat12/include/c++/%%VER%%/pstl/execution_defs.h
+gnat12/include/c++/%%VER%%/pstl/execution_impl.h
+gnat12/include/c++/%%VER%%/pstl/glue_algorithm_defs.h
+gnat12/include/c++/%%VER%%/pstl/glue_algorithm_impl.h
*** 5739 LINES SKIPPED ***