pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc13-gnat
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 8 14:05:04 UTC 2025
Modified Files:
pkgsrc/lang/gcc13-gnat: Makefile PLIST buildlink3.mk distinfo
options.mk
pkgsrc/lang/gcc13-gnat/patches: patch-fixincludes_inclhack.def
patch-gcc_ada_Makefile.rtl patch-gcc_ada_adaint.c
patch-gcc_ada_adaint.h patch-gcc_ada_cstreams.c
patch-gcc_ada_libgnarl_s-osinte____netbsd.adb
patch-gcc_ada_libgnarl_s-osinte____netbsd.ads
patch-gcc_ada_libgnarl_s-taprop____posix.adb
patch-gcc_ada_libgnat_g-socthi.ads
patch-gcc_ada_libgnat_g-socthi____bsd.adb
patch-gcc_ada_libgnat_s-osprim____posix.adb
patch-gcc_ada_s-oscons-tmplt.c patch-gcc_ada_sysdep.c
patch-gcc_config_aarch64_aarch64-netbsd.h
patch-gcc_config_arm_arm.h patch-gcc_config_arm_bpabi.h
patch-gcc_config_arm_elf.h patch-gcc_config_arm_netbsd-eabi.h
patch-gcc_configure patch-gcc_tree.h patch-gnattools_configure
patch-libffi_configure patch-libgcc_config.host
patch-libgfortran_io_io.h patch-libstdc++-v3_libsupc++_new__opa.cc
Log Message:
gcc13-gnat: merge updates from wip
>From Dmytro Kazankov.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/gcc13-gnat/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc13-gnat/PLIST \
pkgsrc/lang/gcc13-gnat/buildlink3.mk pkgsrc/lang/gcc13-gnat/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc13-gnat/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/lang/gcc13-gnat/patches/patch-fixincludes_inclhack.def \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_Makefile.rtl \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.c \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.h \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_cstreams.c \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.adb \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.ads \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-taprop____posix.adb \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi.ads \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi____bsd.adb \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_s-osprim____posix.adb \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_s-oscons-tmplt.c \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_sysdep.c \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_aarch64_aarch64-netbsd.h \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_arm.h \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_bpabi.h \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_elf.h \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_netbsd-eabi.h \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_configure \
pkgsrc/lang/gcc13-gnat/patches/patch-gcc_tree.h \
pkgsrc/lang/gcc13-gnat/patches/patch-gnattools_configure \
pkgsrc/lang/gcc13-gnat/patches/patch-libffi_configure \
pkgsrc/lang/gcc13-gnat/patches/patch-libgcc_config.host \
pkgsrc/lang/gcc13-gnat/patches/patch-libgfortran_io_io.h
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/lang/gcc13-gnat/patches/patch-libstdc++-v3_libsupc++_new__opa.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc13-gnat/Makefile
diff -u pkgsrc/lang/gcc13-gnat/Makefile:1.3 pkgsrc/lang/gcc13-gnat/Makefile:1.4
--- pkgsrc/lang/gcc13-gnat/Makefile:1.3 Tue Jan 7 19:55:52 2025
+++ pkgsrc/lang/gcc13-gnat/Makefile Sat Feb 8 14:05:03 2025
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2025/01/07 19:55:52 riastradh Exp $
+# $NetBSD: Makefile,v 1.4 2025/02/08 14:05:03 wiz Exp $
-GCC_PKGNAME=gcc13
-.include "../../lang/${GCC_PKGNAME}/version.mk"
+GCC_PKGNAME= gcc13
+GCC_DIST_VERSION= 13.3.0
-PKGNAME= ${GCC_PKGNAME}-gnat-${GCC13_DIST_VERSION}
-PKGREVISION= 1
+PKGNAME= ${GCC_PKGNAME}-gnat-${GCC_DIST_VERSION}
+PKGREVISION= 2
COMMENT= GNAT Compiler and Ada tools
-DISTNAME= gcc-${GCC13_DIST_VERSION}
+DISTNAME= gcc-${GCC_DIST_VERSION}
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC13_DIST_VERSION}/}
+MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -24,16 +24,15 @@ NOT_FOR_PLATFORM= Interix-*-*
USE_TOOLS+= gmake makeinfo sed:run tar perl
USE_TOOLS.NetBSD+= gsed
-MKPIE_SUPPORTED= no
-
-CHECK_RELRO_SKIP+= ${GCC_PKGNAME}-gnat/lib/*
+CHECK_PIE_SUPPORTED= no
+CHECK_RELRO_SUPPORTED= no
.include "../../mk/bsd.prefs.mk"
DISTFILES= ${DEFAULT_DISTFILES}
EXTRACT_ONLY= ${DEFAULT_DISTFILES}
-USE_LANGUAGES= c c++ ada
+USE_LANGUAGES= c c++ ada
GCC_REQD+= 10
UNLIMIT_RESOURCES+= datasize
@@ -54,23 +53,28 @@ GNU_CONFIGURE_PREFIX= ${GNAT_PREFIX}
CONFIGURE_ARGS+= --disable-libstdcxx-pch
+STAGE1_LDFLAGS= ${LDFLAGS} -static
+
# In some cases LINKER_RPATH_FLAG needs a trailing space.
LINKER_RPATH_FLAG:= ${LINKER_RPATH_FLAG:S/-rpath/& /}
## The Library rpath to use in end programs.
-LDFLAGS_FOR_TARGET= ${LDFLAGS:M${COMPILER_RPATH_FLAG}*:N*/usr/lib*} ${LDFLAGS:M-Wl,-z*}
+LDFLAGS_FOR_TARGET= ${COMPILER_RPATH_FLAG}${PREFIX}/lib
# The "-static-libstdc++ -static-libgcc" flags are normally added to the
# boot-ldflags by configure but because we are supply the boot-ldflags
# we mash supply them.
-BOOT_LDFLAGS= -static-libstdc++ -static-libgcc ${LDFLAGS_FOR_TARGET}
+BOOT_LDFLAGS= -static-libstdc++ -static-libgcc
+BOOT_LDFLAGS+= ${COMPILER_RPATH_FLAG}${GNAT_PREFIX}/lib
+BOOT_LDFLAGS+= ${COMPILER_RPATH_FLAG}${GNAT_PREFIX}/lib/gcc/${MACHINE_GNU_PLATFORM}/${GCC_DIST_VERSION}/adalib
+BOOT_LDFLAGS+= ${LDFLAGS_FOR_TARGET}
# Needed on Darwin when LDFLAGS point to a SDK
+.if !empty(OSX_SDK_PATH)
BOOT_LDFLAGS+= ${LDFLAGS:M-Wl,-syslibroot*}
+.endif
# GCC does not understand this option; remove it, or stage build will fail
BUILDLINK_TRANSFORM+= rm:-stdlib=libc++
-STAGE1_LDFLAGS= -static ${BOOT_LDFLAGS}
-
# Disable fixincludes on SmartOS, header changes result in broken includes
# being generated, see https://github.com/joyent/pkgsrc-legacy/issues/270
.if ${OS_VARIANT} == "SmartOS"
@@ -93,20 +97,19 @@ SUBST_SED.libstdc= -e 's,libtool_VERSION
CONFIGURE_ARGS+= --enable-libssp
.endif
-## For target librarys and libjava programs.
-CONFIGURE_ENV+= LDFLAGS_FOR_TARGET=${LDFLAGS_FOR_TARGET:Q}
-
.if ${USE_CROSS_COMPILE:U:tl} == "yes"
CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q}
CONFIGURE_ENV+= CXX_FOR_BUILD=${NATIVE_CXX:Q}
.endif
CONFIGURE_ARGS+= --enable-languages=c,c++,ada --enable-stage1-languages=c++,ada
-#CONFIGURE_ARGS+= --enable-shared
+# This will create slightly slower compiler
+CONFIGURE_ARGS+= --enable-shared
+CONFIGURE_ARGS+= --enable-host-shared
CONFIGURE_ARGS+= --enable-long-long
CONFIGURE_ARGS+= --with-local-prefix=${GNAT_PREFIX:Q}
+CONFIGURE_ARGS+= --with-gxx-include-dir=${GNAT_PREFIX}/include/c++
CONFIGURE_ARGS+= --enable-__cxa_atexit
-#CONFIGURE_ARGS+= --with-gxx-include-dir='${GNAT_PREFIX}/include/c++'
CONFIGURE_ARGS+= --enable-threads=posix
CONFIGURE_ARGS+= --with-stage1-ldflags=${STAGE1_LDFLAGS:Q}
CONFIGURE_ARGS+= --with-boot-ldflags=${BOOT_LDFLAGS:Q}
@@ -151,21 +154,21 @@ MAKE_ENV+= lt_cv_path_SED=${TOOLS_SED}
# Determine whether to use binutils
.if ${OPSYS} == "SunOS"
. if exists(/usr/sfw/bin/gobjdump)
-CONFIGURE_ENV+=OBJDUMP=/usr/sfw/bin/gobjdump
+CONFIGURE_ENV+= OBJDUMP=/usr/sfw/bin/gobjdump
. endif
. if exists(/usr/bin/ld)
-CONFIGURE_ARGS+=--without-gnu-ld --with-ld=/usr/bin/ld
+CONFIGURE_ARGS+= --without-gnu-ld --with-ld=/usr/bin/ld
. else
-CONFIGURE_ARGS+=--without-gnu-ld --with-ld=/usr/ccs/bin/ld
+CONFIGURE_ARGS+= --without-gnu-ld --with-ld=/usr/ccs/bin/ld
. endif
. if exists(/usr/sfw/bin/gas)
-CONFIGURE_ARGS+=--with-gnu-as --with-as=/usr/sfw/bin/gas
+CONFIGURE_ARGS+= --with-gnu-as --with-as=/usr/sfw/bin/gas
. elif exists(/usr/ccs/bin/as)
-CONFIGURE_ARGS+=--without-gnu-as --with-as=/usr/ccs/bin/as
+CONFIGURE_ARGS+= --without-gnu-as --with-as=/usr/ccs/bin/as
. else
BUILDLINK_DEPMETHOD.binutils=full
. include "../../devel/binutils/buildlink3.mk"
-CONFIGURE_ARGS+=--with-gnu-as --with-as=${PREFIX}/bin/gas
+CONFIGURE_ARGS+= --with-gnu-as --with-as=${PREFIX}/bin/gas
. endif
.endif
@@ -207,16 +210,7 @@ GENERATE_PLIST+= \
${FIND} ${GNAT_SUBPREFIX} \( -type f -or -type l \) -print | ${SORT};
.include "../../archivers/zstd/buildlink3.mk"
-CONFIGURE_ARGS+=--with-zstd=${BUILDLINK_PREFIX.zstd}
-
-CHECK_BUILTIN.zlib=yes
-.include "../../devel/zlib/builtin.mk"
-CHECK_BUILTIN.zlib=no
-.if ${USE_BUILTIN.zlib:tl} == yes
-CONFIGURE_ARGS+=--with-system-zlib
-.else
-CONFIGURE_ARGS+=--without-system-zlib
-.endif
+CONFIGURE_ARGS+= --with-zstd=${BUILDLINK_PREFIX.zstd}
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
@@ -230,6 +224,9 @@ post-test:
${INFO_MSG} "Test summary are available in ${WRKDIR}/test_summary.log"
post-install:
+# Fix group write mode
+ ${CHMOD} g-w ${DESTDIR}${GNAT_PREFIX}/lib/gcc/${MACHINE_GNU_PLATFORM}/${GCC_DIST_VERSION}/adainclude/standard.ads.h
+# Create old name that modern gnat no longer provides
${TEST} -f ${DESTDIR}${GNAT_PREFIX}/bin/gnat && \
( cd ${DESTDIR}${GNAT_PREFIX}/bin ; ${LN} -f gnat ada )
.if ${MACHINE_PLATFORM:MSunOS-*-*86*} && ${OS_VERSION} != "5.11"
Index: pkgsrc/lang/gcc13-gnat/PLIST
diff -u pkgsrc/lang/gcc13-gnat/PLIST:1.1 pkgsrc/lang/gcc13-gnat/PLIST:1.2
--- pkgsrc/lang/gcc13-gnat/PLIST:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/PLIST Sat Feb 8 14:05:03 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/03/08 12:02:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/02/08 14:05:03 wiz Exp $
gcc13-gnat/bin/ada
gcc13-gnat/bin/c++
gcc13-gnat/bin/cpp
@@ -28,820 +28,820 @@ gcc13-gnat/bin/x86_64--netbsd-gcc-${PKGV
gcc13-gnat/bin/x86_64--netbsd-gcc-ar
gcc13-gnat/bin/x86_64--netbsd-gcc-nm
gcc13-gnat/bin/x86_64--netbsd-gcc-ranlib
-gcc13-gnat/include/c++/${PKGVERSION}/algorithm
-gcc13-gnat/include/c++/${PKGVERSION}/any
-gcc13-gnat/include/c++/${PKGVERSION}/array
-gcc13-gnat/include/c++/${PKGVERSION}/atomic
-gcc13-gnat/include/c++/${PKGVERSION}/backward/auto_ptr.h
-gcc13-gnat/include/c++/${PKGVERSION}/backward/backward_warning.h
-gcc13-gnat/include/c++/${PKGVERSION}/backward/binders.h
-gcc13-gnat/include/c++/${PKGVERSION}/backward/hash_fun.h
-gcc13-gnat/include/c++/${PKGVERSION}/backward/hash_map
-gcc13-gnat/include/c++/${PKGVERSION}/backward/hash_set
-gcc13-gnat/include/c++/${PKGVERSION}/backward/hashtable.h
-gcc13-gnat/include/c++/${PKGVERSION}/backward/strstream
-gcc13-gnat/include/c++/${PKGVERSION}/barrier
-gcc13-gnat/include/c++/${PKGVERSION}/bit
-gcc13-gnat/include/c++/${PKGVERSION}/bits/algorithmfwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/align.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/alloc_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/allocated_ptr.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/atomic_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/atomic_futex.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/atomic_lockfree_defines.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/atomic_timed_wait.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/atomic_wait.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/basic_ios.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/basic_ios.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/basic_string.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/basic_string.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/boost_concept_check.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/c++0x_warning.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/char_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/charconv.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/chrono.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/chrono_io.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/codecvt.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/concept_check.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/cow_string.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/cpp_type_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/cxxabi_forced.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/cxxabi_init_exception.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/deque.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/enable_special_members.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/erase_if.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/exception.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/exception_defines.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/exception_ptr.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/forward_list.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/forward_list.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/fs_dir.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/fs_fwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/fs_ops.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/fs_path.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/fstream.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/functexcept.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/functional_hash.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/gslice.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/gslice_array.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/hash_bytes.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/hashtable.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/hashtable_policy.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/indirect_array.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/invoke.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ios_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/istream.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/iterator_concepts.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/list.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/locale_classes.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/locale_classes.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/locale_conv.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/locale_facets.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/locale_facets.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/locale_facets_nonio.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/locale_facets_nonio.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/localefwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/mask_array.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/max_size_type.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/memory_resource.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/memoryfwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/mofunc_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/move.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/move_only_function.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/nested_exception.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/new_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/node_handle.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ostream.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ostream_insert.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/parse_numbers.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/postypes.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/predefined_ops.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ptr_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/quoted_string.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/random.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/random.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/range_access.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ranges_algo.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ranges_algobase.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ranges_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ranges_cmp.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ranges_uninitialized.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/ranges_util.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/refwrap.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_automaton.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_automaton.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_compiler.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_compiler.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_constants.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_error.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_executor.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_executor.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_scanner.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/regex_scanner.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/requires_hosted.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/semaphore_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/shared_ptr.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/shared_ptr_atomic.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/shared_ptr_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/slice_array.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/specfun.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/sstream.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/std_abs.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/std_function.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/std_mutex.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/std_thread.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_algo.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_algobase.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_bvector.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_construct.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_deque.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_function.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_heap.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_iterator_base_funcs.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_iterator_base_types.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_list.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_map.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_multimap.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_multiset.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_numeric.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_pair.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_queue.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_raw_storage_iter.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_relops.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_set.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_stack.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_tempbuf.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_tree.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_uninitialized.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stl_vector.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stream_iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/streambuf.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/streambuf_iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/string_view.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/stringfwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/this_thread_sleep.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/uniform_int_dist.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/unique_lock.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/unique_ptr.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/unordered_map.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/unordered_set.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/uses_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/uses_allocator_args.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/utility.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/valarray_after.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/valarray_array.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/valarray_array.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bits/valarray_before.h
-gcc13-gnat/include/c++/${PKGVERSION}/bits/vector.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/bitset
-gcc13-gnat/include/c++/${PKGVERSION}/cassert
-gcc13-gnat/include/c++/${PKGVERSION}/ccomplex
-gcc13-gnat/include/c++/${PKGVERSION}/cctype
-gcc13-gnat/include/c++/${PKGVERSION}/cerrno
-gcc13-gnat/include/c++/${PKGVERSION}/cfenv
-gcc13-gnat/include/c++/${PKGVERSION}/cfloat
-gcc13-gnat/include/c++/${PKGVERSION}/charconv
-gcc13-gnat/include/c++/${PKGVERSION}/chrono
-gcc13-gnat/include/c++/${PKGVERSION}/cinttypes
-gcc13-gnat/include/c++/${PKGVERSION}/ciso646
-gcc13-gnat/include/c++/${PKGVERSION}/climits
-gcc13-gnat/include/c++/${PKGVERSION}/clocale
-gcc13-gnat/include/c++/${PKGVERSION}/cmath
-gcc13-gnat/include/c++/${PKGVERSION}/codecvt
-gcc13-gnat/include/c++/${PKGVERSION}/compare
-gcc13-gnat/include/c++/${PKGVERSION}/complex
-gcc13-gnat/include/c++/${PKGVERSION}/complex.h
-gcc13-gnat/include/c++/${PKGVERSION}/concepts
-gcc13-gnat/include/c++/${PKGVERSION}/condition_variable
-gcc13-gnat/include/c++/${PKGVERSION}/coroutine
-gcc13-gnat/include/c++/${PKGVERSION}/csetjmp
-gcc13-gnat/include/c++/${PKGVERSION}/csignal
-gcc13-gnat/include/c++/${PKGVERSION}/cstdalign
-gcc13-gnat/include/c++/${PKGVERSION}/cstdarg
-gcc13-gnat/include/c++/${PKGVERSION}/cstdbool
-gcc13-gnat/include/c++/${PKGVERSION}/cstddef
-gcc13-gnat/include/c++/${PKGVERSION}/cstdint
-gcc13-gnat/include/c++/${PKGVERSION}/cstdio
-gcc13-gnat/include/c++/${PKGVERSION}/cstdlib
-gcc13-gnat/include/c++/${PKGVERSION}/cstring
-gcc13-gnat/include/c++/${PKGVERSION}/ctgmath
-gcc13-gnat/include/c++/${PKGVERSION}/ctime
-gcc13-gnat/include/c++/${PKGVERSION}/cuchar
-gcc13-gnat/include/c++/${PKGVERSION}/cwchar
-gcc13-gnat/include/c++/${PKGVERSION}/cwctype
-gcc13-gnat/include/c++/${PKGVERSION}/cxxabi.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/assertions.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/bitset
-gcc13-gnat/include/c++/${PKGVERSION}/debug/debug.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/deque
-gcc13-gnat/include/c++/${PKGVERSION}/debug/formatter.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/forward_list
-gcc13-gnat/include/c++/${PKGVERSION}/debug/functions.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/helper_functions.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/list
-gcc13-gnat/include/c++/${PKGVERSION}/debug/macros.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/map
-gcc13-gnat/include/c++/${PKGVERSION}/debug/map.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/multimap.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/multiset.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_container.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_iterator.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_local_iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_local_iterator.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_sequence.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_sequence.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_unordered_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_unordered_container.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/safe_unordered_container.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/debug/set
-gcc13-gnat/include/c++/${PKGVERSION}/debug/set.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/stl_iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/debug/string
-gcc13-gnat/include/c++/${PKGVERSION}/debug/unordered_map
-gcc13-gnat/include/c++/${PKGVERSION}/debug/unordered_set
-gcc13-gnat/include/c++/${PKGVERSION}/debug/vector
-gcc13-gnat/include/c++/${PKGVERSION}/decimal/decimal
-gcc13-gnat/include/c++/${PKGVERSION}/decimal/decimal.h
-gcc13-gnat/include/c++/${PKGVERSION}/deque
-gcc13-gnat/include/c++/${PKGVERSION}/exception
-gcc13-gnat/include/c++/${PKGVERSION}/execution
-gcc13-gnat/include/c++/${PKGVERSION}/expected
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/algorithm
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/any
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/array
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/fs_dir.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/fs_fwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/fs_ops.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/fs_path.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/lfts_config.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/net.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/numeric_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/shared_ptr.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_builtin.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_converter.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_detail.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_fixed_size.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_math.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_neon.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_ppc.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_scalar.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_x86.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/simd_x86_conversions.h
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/bits/string_view.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/buffer
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/chrono
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/contract
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/deque
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/executor
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/filesystem
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/forward_list
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/functional
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/internet
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/io_context
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/iterator
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/list
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/map
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/memory
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/memory_resource
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/net
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/netfwd
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/numeric
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/optional
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/propagate_const
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/random
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/ratio
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/regex
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/scope
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/set
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/simd
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/socket
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/source_location
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/string
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/string_view
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/synchronized_value
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/system_error
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/timer
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/tuple
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/type_traits
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/unordered_map
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/unordered_set
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/utility
-gcc13-gnat/include/c++/${PKGVERSION}/experimental/vector
-gcc13-gnat/include/c++/${PKGVERSION}/ext/algorithm
-gcc13-gnat/include/c++/${PKGVERSION}/ext/aligned_buffer.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/alloc_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/atomicity.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/bitmap_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/cast.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/cmath
-gcc13-gnat/include/c++/${PKGVERSION}/ext/codecvt_specializations.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/concurrence.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/debug_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/enc_filebuf.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/extptr_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/functional
-gcc13-gnat/include/c++/${PKGVERSION}/ext/hash_map
-gcc13-gnat/include/c++/${PKGVERSION}/ext/hash_set
-gcc13-gnat/include/c++/${PKGVERSION}/ext/iterator
-gcc13-gnat/include/c++/${PKGVERSION}/ext/malloc_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/memory
-gcc13-gnat/include/c++/${PKGVERSION}/ext/mt_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/new_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/numeric
-gcc13-gnat/include/c++/${PKGVERSION}/ext/numeric_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/assoc_container.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/branch_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/cond_dealtor.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/container_base_dispatch.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/debug_map_base.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/node.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/node.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/standard_policies.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_trace_base.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/type_utils.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/types_traits.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/exception.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/hash_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/list_update_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/priority_queue.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/tag_and_trait.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/tree_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pb_ds/trie_policy.hpp
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pod_char_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pointer.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/pool_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/random
-gcc13-gnat/include/c++/${PKGVERSION}/ext/random.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/ext/rb_tree
-gcc13-gnat/include/c++/${PKGVERSION}/ext/rc_string_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/rope
-gcc13-gnat/include/c++/${PKGVERSION}/ext/ropeimpl.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/slist
-gcc13-gnat/include/c++/${PKGVERSION}/ext/sso_string_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/stdio_filebuf.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/stdio_sync_filebuf.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/string_conversions.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/throw_allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/type_traits.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/typelist.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/vstring.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/vstring.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/ext/vstring_fwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/ext/vstring_util.h
-gcc13-gnat/include/c++/${PKGVERSION}/fenv.h
-gcc13-gnat/include/c++/${PKGVERSION}/filesystem
-gcc13-gnat/include/c++/${PKGVERSION}/format
-gcc13-gnat/include/c++/${PKGVERSION}/forward_list
-gcc13-gnat/include/c++/${PKGVERSION}/fstream
-gcc13-gnat/include/c++/${PKGVERSION}/functional
-gcc13-gnat/include/c++/${PKGVERSION}/future
-gcc13-gnat/include/c++/${PKGVERSION}/initializer_list
-gcc13-gnat/include/c++/${PKGVERSION}/iomanip
-gcc13-gnat/include/c++/${PKGVERSION}/ios
-gcc13-gnat/include/c++/${PKGVERSION}/iosfwd
-gcc13-gnat/include/c++/${PKGVERSION}/iostream
-gcc13-gnat/include/c++/${PKGVERSION}/istream
-gcc13-gnat/include/c++/${PKGVERSION}/iterator
-gcc13-gnat/include/c++/${PKGVERSION}/latch
-gcc13-gnat/include/c++/${PKGVERSION}/limits
-gcc13-gnat/include/c++/${PKGVERSION}/list
-gcc13-gnat/include/c++/${PKGVERSION}/locale
-gcc13-gnat/include/c++/${PKGVERSION}/map
-gcc13-gnat/include/c++/${PKGVERSION}/math.h
-gcc13-gnat/include/c++/${PKGVERSION}/memory
-gcc13-gnat/include/c++/${PKGVERSION}/memory_resource
-gcc13-gnat/include/c++/${PKGVERSION}/mutex
-gcc13-gnat/include/c++/${PKGVERSION}/new
-gcc13-gnat/include/c++/${PKGVERSION}/numbers
-gcc13-gnat/include/c++/${PKGVERSION}/numeric
-gcc13-gnat/include/c++/${PKGVERSION}/optional
-gcc13-gnat/include/c++/${PKGVERSION}/ostream
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/algo.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/algobase.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/algorithm
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/algorithmfwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/balanced_quicksort.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/base.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/basic_iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/checkers.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/compatibility.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/compiletime_settings.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/equally_split.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/features.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/find.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/find_selectors.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/for_each.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/for_each_selectors.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/iterator.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/list_partition.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/losertree.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/merge.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/multiseq_selection.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/multiway_merge.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/multiway_mergesort.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/numeric
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/numericfwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/omp_loop.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/omp_loop_static.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/par_loop.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/parallel.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/partial_sum.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/partition.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/queue.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/quicksort.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/random_number.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/random_shuffle.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/search.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/set_operations.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/settings.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/sort.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/tags.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/types.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/unique_copy.h
-gcc13-gnat/include/c++/${PKGVERSION}/parallel/workstealing.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/algorithm_fwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/algorithm_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/execution_defs.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/execution_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/glue_algorithm_defs.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/glue_algorithm_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/glue_execution_defs.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/glue_memory_defs.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/glue_memory_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/glue_numeric_defs.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/glue_numeric_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/memory_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/numeric_fwd.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/numeric_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/parallel_backend.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/parallel_backend_serial.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/parallel_backend_tbb.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/parallel_backend_utils.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/parallel_impl.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/pstl_config.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/unseq_backend_simd.h
-gcc13-gnat/include/c++/${PKGVERSION}/pstl/utils.h
-gcc13-gnat/include/c++/${PKGVERSION}/queue
-gcc13-gnat/include/c++/${PKGVERSION}/random
-gcc13-gnat/include/c++/${PKGVERSION}/ranges
-gcc13-gnat/include/c++/${PKGVERSION}/ratio
-gcc13-gnat/include/c++/${PKGVERSION}/regex
-gcc13-gnat/include/c++/${PKGVERSION}/scoped_allocator
-gcc13-gnat/include/c++/${PKGVERSION}/semaphore
-gcc13-gnat/include/c++/${PKGVERSION}/set
-gcc13-gnat/include/c++/${PKGVERSION}/shared_mutex
-gcc13-gnat/include/c++/${PKGVERSION}/source_location
-gcc13-gnat/include/c++/${PKGVERSION}/span
-gcc13-gnat/include/c++/${PKGVERSION}/spanstream
-gcc13-gnat/include/c++/${PKGVERSION}/sstream
-gcc13-gnat/include/c++/${PKGVERSION}/stack
-gcc13-gnat/include/c++/${PKGVERSION}/stacktrace
-gcc13-gnat/include/c++/${PKGVERSION}/stdatomic.h
-gcc13-gnat/include/c++/${PKGVERSION}/stdexcept
-gcc13-gnat/include/c++/${PKGVERSION}/stdfloat
-gcc13-gnat/include/c++/${PKGVERSION}/stdlib.h
-gcc13-gnat/include/c++/${PKGVERSION}/stop_token
-gcc13-gnat/include/c++/${PKGVERSION}/streambuf
-gcc13-gnat/include/c++/${PKGVERSION}/string
-gcc13-gnat/include/c++/${PKGVERSION}/string_view
-gcc13-gnat/include/c++/${PKGVERSION}/syncstream
-gcc13-gnat/include/c++/${PKGVERSION}/system_error
-gcc13-gnat/include/c++/${PKGVERSION}/tgmath.h
-gcc13-gnat/include/c++/${PKGVERSION}/thread
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/array
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/bessel_function.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/beta_function.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/ccomplex
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cctype
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cfenv
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cfloat
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cinttypes
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/climits
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cmath
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/complex
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/complex.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cstdarg
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cstdbool
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cstdint
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cstdio
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cstdlib
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/ctgmath
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/ctime
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/ctype.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cwchar
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/cwctype
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/ell_integral.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/exp_integral.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/fenv.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/float.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/functional
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/functional_hash.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/gamma.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/hashtable.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/hashtable_policy.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/hypergeometric.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/inttypes.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/legendre_function.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/limits.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/math.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/memory
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/modified_bessel_func.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/poly_hermite.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/poly_laguerre.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/random
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/random.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/random.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/regex
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/riemann_zeta.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/shared_ptr.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/special_function_util.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/stdarg.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/stdbool.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/stdint.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/stdio.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/stdlib.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/tgmath.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/tuple
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/type_traits
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/unordered_map
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/unordered_map.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/unordered_set
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/unordered_set.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/utility
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/wchar.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr1/wctype.h
-gcc13-gnat/include/c++/${PKGVERSION}/tr2/bool_set
-gcc13-gnat/include/c++/${PKGVERSION}/tr2/bool_set.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr2/dynamic_bitset
-gcc13-gnat/include/c++/${PKGVERSION}/tr2/dynamic_bitset.tcc
-gcc13-gnat/include/c++/${PKGVERSION}/tr2/ratio
-gcc13-gnat/include/c++/${PKGVERSION}/tr2/type_traits
-gcc13-gnat/include/c++/${PKGVERSION}/tuple
-gcc13-gnat/include/c++/${PKGVERSION}/type_traits
-gcc13-gnat/include/c++/${PKGVERSION}/typeindex
-gcc13-gnat/include/c++/${PKGVERSION}/typeinfo
-gcc13-gnat/include/c++/${PKGVERSION}/unordered_map
-gcc13-gnat/include/c++/${PKGVERSION}/unordered_set
-gcc13-gnat/include/c++/${PKGVERSION}/utility
-gcc13-gnat/include/c++/${PKGVERSION}/valarray
-gcc13-gnat/include/c++/${PKGVERSION}/variant
-gcc13-gnat/include/c++/${PKGVERSION}/vector
-gcc13-gnat/include/c++/${PKGVERSION}/version
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/atomic_word.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/basic_file.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/c++allocator.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/c++config.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/c++io.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/c++locale.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/cpu_defines.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/ctype_base.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/ctype_inline.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/cxxabi_tweaks.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/error_constants.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/extc++.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/gthr-default.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/gthr-posix.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/gthr-single.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/gthr.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/messages_members.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/opt_random.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/os_defines.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/stdc++.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/stdtr1c++.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/bits/time_members.h
-gcc13-gnat/include/c++/${PKGVERSION}/x86_64--netbsd/ext/opt_random.h
+gcc13-gnat/include/c++/algorithm
+gcc13-gnat/include/c++/any
+gcc13-gnat/include/c++/array
+gcc13-gnat/include/c++/atomic
+gcc13-gnat/include/c++/backward/auto_ptr.h
+gcc13-gnat/include/c++/backward/backward_warning.h
+gcc13-gnat/include/c++/backward/binders.h
+gcc13-gnat/include/c++/backward/hash_fun.h
+gcc13-gnat/include/c++/backward/hash_map
+gcc13-gnat/include/c++/backward/hash_set
+gcc13-gnat/include/c++/backward/hashtable.h
+gcc13-gnat/include/c++/backward/strstream
+gcc13-gnat/include/c++/barrier
+gcc13-gnat/include/c++/bit
+gcc13-gnat/include/c++/bits/algorithmfwd.h
+gcc13-gnat/include/c++/bits/align.h
+gcc13-gnat/include/c++/bits/alloc_traits.h
+gcc13-gnat/include/c++/bits/allocated_ptr.h
+gcc13-gnat/include/c++/bits/allocator.h
+gcc13-gnat/include/c++/bits/atomic_base.h
+gcc13-gnat/include/c++/bits/atomic_futex.h
+gcc13-gnat/include/c++/bits/atomic_lockfree_defines.h
+gcc13-gnat/include/c++/bits/atomic_timed_wait.h
+gcc13-gnat/include/c++/bits/atomic_wait.h
+gcc13-gnat/include/c++/bits/basic_ios.h
+gcc13-gnat/include/c++/bits/basic_ios.tcc
+gcc13-gnat/include/c++/bits/basic_string.h
+gcc13-gnat/include/c++/bits/basic_string.tcc
+gcc13-gnat/include/c++/bits/boost_concept_check.h
+gcc13-gnat/include/c++/bits/c++0x_warning.h
+gcc13-gnat/include/c++/bits/char_traits.h
+gcc13-gnat/include/c++/bits/charconv.h
+gcc13-gnat/include/c++/bits/chrono.h
+gcc13-gnat/include/c++/bits/chrono_io.h
+gcc13-gnat/include/c++/bits/codecvt.h
+gcc13-gnat/include/c++/bits/concept_check.h
+gcc13-gnat/include/c++/bits/cow_string.h
+gcc13-gnat/include/c++/bits/cpp_type_traits.h
+gcc13-gnat/include/c++/bits/cxxabi_forced.h
+gcc13-gnat/include/c++/bits/cxxabi_init_exception.h
+gcc13-gnat/include/c++/bits/deque.tcc
+gcc13-gnat/include/c++/bits/enable_special_members.h
+gcc13-gnat/include/c++/bits/erase_if.h
+gcc13-gnat/include/c++/bits/exception.h
+gcc13-gnat/include/c++/bits/exception_defines.h
+gcc13-gnat/include/c++/bits/exception_ptr.h
+gcc13-gnat/include/c++/bits/forward_list.h
+gcc13-gnat/include/c++/bits/forward_list.tcc
+gcc13-gnat/include/c++/bits/fs_dir.h
+gcc13-gnat/include/c++/bits/fs_fwd.h
+gcc13-gnat/include/c++/bits/fs_ops.h
+gcc13-gnat/include/c++/bits/fs_path.h
+gcc13-gnat/include/c++/bits/fstream.tcc
+gcc13-gnat/include/c++/bits/functexcept.h
+gcc13-gnat/include/c++/bits/functional_hash.h
+gcc13-gnat/include/c++/bits/gslice.h
+gcc13-gnat/include/c++/bits/gslice_array.h
+gcc13-gnat/include/c++/bits/hash_bytes.h
+gcc13-gnat/include/c++/bits/hashtable.h
+gcc13-gnat/include/c++/bits/hashtable_policy.h
+gcc13-gnat/include/c++/bits/indirect_array.h
+gcc13-gnat/include/c++/bits/invoke.h
+gcc13-gnat/include/c++/bits/ios_base.h
+gcc13-gnat/include/c++/bits/istream.tcc
+gcc13-gnat/include/c++/bits/iterator_concepts.h
+gcc13-gnat/include/c++/bits/list.tcc
+gcc13-gnat/include/c++/bits/locale_classes.h
+gcc13-gnat/include/c++/bits/locale_classes.tcc
+gcc13-gnat/include/c++/bits/locale_conv.h
+gcc13-gnat/include/c++/bits/locale_facets.h
+gcc13-gnat/include/c++/bits/locale_facets.tcc
+gcc13-gnat/include/c++/bits/locale_facets_nonio.h
+gcc13-gnat/include/c++/bits/locale_facets_nonio.tcc
+gcc13-gnat/include/c++/bits/localefwd.h
+gcc13-gnat/include/c++/bits/mask_array.h
+gcc13-gnat/include/c++/bits/max_size_type.h
+gcc13-gnat/include/c++/bits/memory_resource.h
+gcc13-gnat/include/c++/bits/memoryfwd.h
+gcc13-gnat/include/c++/bits/mofunc_impl.h
+gcc13-gnat/include/c++/bits/move.h
+gcc13-gnat/include/c++/bits/move_only_function.h
+gcc13-gnat/include/c++/bits/nested_exception.h
+gcc13-gnat/include/c++/bits/new_allocator.h
+gcc13-gnat/include/c++/bits/node_handle.h
+gcc13-gnat/include/c++/bits/ostream.tcc
+gcc13-gnat/include/c++/bits/ostream_insert.h
+gcc13-gnat/include/c++/bits/parse_numbers.h
+gcc13-gnat/include/c++/bits/postypes.h
+gcc13-gnat/include/c++/bits/predefined_ops.h
+gcc13-gnat/include/c++/bits/ptr_traits.h
+gcc13-gnat/include/c++/bits/quoted_string.h
+gcc13-gnat/include/c++/bits/random.h
+gcc13-gnat/include/c++/bits/random.tcc
+gcc13-gnat/include/c++/bits/range_access.h
+gcc13-gnat/include/c++/bits/ranges_algo.h
+gcc13-gnat/include/c++/bits/ranges_algobase.h
+gcc13-gnat/include/c++/bits/ranges_base.h
+gcc13-gnat/include/c++/bits/ranges_cmp.h
+gcc13-gnat/include/c++/bits/ranges_uninitialized.h
+gcc13-gnat/include/c++/bits/ranges_util.h
+gcc13-gnat/include/c++/bits/refwrap.h
+gcc13-gnat/include/c++/bits/regex.h
+gcc13-gnat/include/c++/bits/regex.tcc
+gcc13-gnat/include/c++/bits/regex_automaton.h
+gcc13-gnat/include/c++/bits/regex_automaton.tcc
+gcc13-gnat/include/c++/bits/regex_compiler.h
+gcc13-gnat/include/c++/bits/regex_compiler.tcc
+gcc13-gnat/include/c++/bits/regex_constants.h
+gcc13-gnat/include/c++/bits/regex_error.h
+gcc13-gnat/include/c++/bits/regex_executor.h
+gcc13-gnat/include/c++/bits/regex_executor.tcc
+gcc13-gnat/include/c++/bits/regex_scanner.h
+gcc13-gnat/include/c++/bits/regex_scanner.tcc
+gcc13-gnat/include/c++/bits/requires_hosted.h
+gcc13-gnat/include/c++/bits/semaphore_base.h
+gcc13-gnat/include/c++/bits/shared_ptr.h
+gcc13-gnat/include/c++/bits/shared_ptr_atomic.h
+gcc13-gnat/include/c++/bits/shared_ptr_base.h
+gcc13-gnat/include/c++/bits/slice_array.h
+gcc13-gnat/include/c++/bits/specfun.h
+gcc13-gnat/include/c++/bits/sstream.tcc
+gcc13-gnat/include/c++/bits/std_abs.h
+gcc13-gnat/include/c++/bits/std_function.h
+gcc13-gnat/include/c++/bits/std_mutex.h
+gcc13-gnat/include/c++/bits/std_thread.h
+gcc13-gnat/include/c++/bits/stl_algo.h
+gcc13-gnat/include/c++/bits/stl_algobase.h
+gcc13-gnat/include/c++/bits/stl_bvector.h
+gcc13-gnat/include/c++/bits/stl_construct.h
+gcc13-gnat/include/c++/bits/stl_deque.h
+gcc13-gnat/include/c++/bits/stl_function.h
+gcc13-gnat/include/c++/bits/stl_heap.h
+gcc13-gnat/include/c++/bits/stl_iterator.h
+gcc13-gnat/include/c++/bits/stl_iterator_base_funcs.h
+gcc13-gnat/include/c++/bits/stl_iterator_base_types.h
+gcc13-gnat/include/c++/bits/stl_list.h
+gcc13-gnat/include/c++/bits/stl_map.h
+gcc13-gnat/include/c++/bits/stl_multimap.h
+gcc13-gnat/include/c++/bits/stl_multiset.h
+gcc13-gnat/include/c++/bits/stl_numeric.h
+gcc13-gnat/include/c++/bits/stl_pair.h
+gcc13-gnat/include/c++/bits/stl_queue.h
+gcc13-gnat/include/c++/bits/stl_raw_storage_iter.h
+gcc13-gnat/include/c++/bits/stl_relops.h
+gcc13-gnat/include/c++/bits/stl_set.h
+gcc13-gnat/include/c++/bits/stl_stack.h
+gcc13-gnat/include/c++/bits/stl_tempbuf.h
+gcc13-gnat/include/c++/bits/stl_tree.h
+gcc13-gnat/include/c++/bits/stl_uninitialized.h
+gcc13-gnat/include/c++/bits/stl_vector.h
+gcc13-gnat/include/c++/bits/stream_iterator.h
+gcc13-gnat/include/c++/bits/streambuf.tcc
+gcc13-gnat/include/c++/bits/streambuf_iterator.h
+gcc13-gnat/include/c++/bits/string_view.tcc
+gcc13-gnat/include/c++/bits/stringfwd.h
+gcc13-gnat/include/c++/bits/this_thread_sleep.h
+gcc13-gnat/include/c++/bits/uniform_int_dist.h
+gcc13-gnat/include/c++/bits/unique_lock.h
+gcc13-gnat/include/c++/bits/unique_ptr.h
+gcc13-gnat/include/c++/bits/unordered_map.h
+gcc13-gnat/include/c++/bits/unordered_set.h
+gcc13-gnat/include/c++/bits/uses_allocator.h
+gcc13-gnat/include/c++/bits/uses_allocator_args.h
+gcc13-gnat/include/c++/bits/utility.h
+gcc13-gnat/include/c++/bits/valarray_after.h
+gcc13-gnat/include/c++/bits/valarray_array.h
+gcc13-gnat/include/c++/bits/valarray_array.tcc
+gcc13-gnat/include/c++/bits/valarray_before.h
+gcc13-gnat/include/c++/bits/vector.tcc
+gcc13-gnat/include/c++/bitset
+gcc13-gnat/include/c++/cassert
+gcc13-gnat/include/c++/ccomplex
+gcc13-gnat/include/c++/cctype
+gcc13-gnat/include/c++/cerrno
+gcc13-gnat/include/c++/cfenv
+gcc13-gnat/include/c++/cfloat
+gcc13-gnat/include/c++/charconv
+gcc13-gnat/include/c++/chrono
+gcc13-gnat/include/c++/cinttypes
+gcc13-gnat/include/c++/ciso646
+gcc13-gnat/include/c++/climits
+gcc13-gnat/include/c++/clocale
+gcc13-gnat/include/c++/cmath
+gcc13-gnat/include/c++/codecvt
+gcc13-gnat/include/c++/compare
+gcc13-gnat/include/c++/complex
+gcc13-gnat/include/c++/complex.h
+gcc13-gnat/include/c++/concepts
+gcc13-gnat/include/c++/condition_variable
+gcc13-gnat/include/c++/coroutine
+gcc13-gnat/include/c++/csetjmp
+gcc13-gnat/include/c++/csignal
+gcc13-gnat/include/c++/cstdalign
+gcc13-gnat/include/c++/cstdarg
+gcc13-gnat/include/c++/cstdbool
+gcc13-gnat/include/c++/cstddef
+gcc13-gnat/include/c++/cstdint
+gcc13-gnat/include/c++/cstdio
+gcc13-gnat/include/c++/cstdlib
+gcc13-gnat/include/c++/cstring
+gcc13-gnat/include/c++/ctgmath
+gcc13-gnat/include/c++/ctime
+gcc13-gnat/include/c++/cuchar
+gcc13-gnat/include/c++/cwchar
+gcc13-gnat/include/c++/cwctype
+gcc13-gnat/include/c++/cxxabi.h
+gcc13-gnat/include/c++/debug/assertions.h
+gcc13-gnat/include/c++/debug/bitset
+gcc13-gnat/include/c++/debug/debug.h
+gcc13-gnat/include/c++/debug/deque
+gcc13-gnat/include/c++/debug/formatter.h
+gcc13-gnat/include/c++/debug/forward_list
+gcc13-gnat/include/c++/debug/functions.h
+gcc13-gnat/include/c++/debug/helper_functions.h
+gcc13-gnat/include/c++/debug/list
+gcc13-gnat/include/c++/debug/macros.h
+gcc13-gnat/include/c++/debug/map
+gcc13-gnat/include/c++/debug/map.h
+gcc13-gnat/include/c++/debug/multimap.h
+gcc13-gnat/include/c++/debug/multiset.h
+gcc13-gnat/include/c++/debug/safe_base.h
+gcc13-gnat/include/c++/debug/safe_container.h
+gcc13-gnat/include/c++/debug/safe_iterator.h
+gcc13-gnat/include/c++/debug/safe_iterator.tcc
+gcc13-gnat/include/c++/debug/safe_local_iterator.h
+gcc13-gnat/include/c++/debug/safe_local_iterator.tcc
+gcc13-gnat/include/c++/debug/safe_sequence.h
+gcc13-gnat/include/c++/debug/safe_sequence.tcc
+gcc13-gnat/include/c++/debug/safe_unordered_base.h
+gcc13-gnat/include/c++/debug/safe_unordered_container.h
+gcc13-gnat/include/c++/debug/safe_unordered_container.tcc
+gcc13-gnat/include/c++/debug/set
+gcc13-gnat/include/c++/debug/set.h
+gcc13-gnat/include/c++/debug/stl_iterator.h
+gcc13-gnat/include/c++/debug/string
+gcc13-gnat/include/c++/debug/unordered_map
+gcc13-gnat/include/c++/debug/unordered_set
+gcc13-gnat/include/c++/debug/vector
+gcc13-gnat/include/c++/decimal/decimal
+gcc13-gnat/include/c++/decimal/decimal.h
+gcc13-gnat/include/c++/deque
+gcc13-gnat/include/c++/exception
+gcc13-gnat/include/c++/execution
+gcc13-gnat/include/c++/expected
+gcc13-gnat/include/c++/experimental/algorithm
+gcc13-gnat/include/c++/experimental/any
+gcc13-gnat/include/c++/experimental/array
+gcc13-gnat/include/c++/experimental/bits/fs_dir.h
+gcc13-gnat/include/c++/experimental/bits/fs_fwd.h
+gcc13-gnat/include/c++/experimental/bits/fs_ops.h
+gcc13-gnat/include/c++/experimental/bits/fs_path.h
+gcc13-gnat/include/c++/experimental/bits/lfts_config.h
+gcc13-gnat/include/c++/experimental/bits/net.h
+gcc13-gnat/include/c++/experimental/bits/numeric_traits.h
+gcc13-gnat/include/c++/experimental/bits/shared_ptr.h
+gcc13-gnat/include/c++/experimental/bits/simd.h
+gcc13-gnat/include/c++/experimental/bits/simd_builtin.h
+gcc13-gnat/include/c++/experimental/bits/simd_converter.h
+gcc13-gnat/include/c++/experimental/bits/simd_detail.h
+gcc13-gnat/include/c++/experimental/bits/simd_fixed_size.h
+gcc13-gnat/include/c++/experimental/bits/simd_math.h
+gcc13-gnat/include/c++/experimental/bits/simd_neon.h
+gcc13-gnat/include/c++/experimental/bits/simd_ppc.h
+gcc13-gnat/include/c++/experimental/bits/simd_scalar.h
+gcc13-gnat/include/c++/experimental/bits/simd_x86.h
+gcc13-gnat/include/c++/experimental/bits/simd_x86_conversions.h
+gcc13-gnat/include/c++/experimental/bits/string_view.tcc
+gcc13-gnat/include/c++/experimental/buffer
+gcc13-gnat/include/c++/experimental/chrono
+gcc13-gnat/include/c++/experimental/contract
+gcc13-gnat/include/c++/experimental/deque
+gcc13-gnat/include/c++/experimental/executor
+gcc13-gnat/include/c++/experimental/filesystem
+gcc13-gnat/include/c++/experimental/forward_list
+gcc13-gnat/include/c++/experimental/functional
+gcc13-gnat/include/c++/experimental/internet
+gcc13-gnat/include/c++/experimental/io_context
+gcc13-gnat/include/c++/experimental/iterator
+gcc13-gnat/include/c++/experimental/list
+gcc13-gnat/include/c++/experimental/map
+gcc13-gnat/include/c++/experimental/memory
+gcc13-gnat/include/c++/experimental/memory_resource
+gcc13-gnat/include/c++/experimental/net
+gcc13-gnat/include/c++/experimental/netfwd
+gcc13-gnat/include/c++/experimental/numeric
+gcc13-gnat/include/c++/experimental/optional
+gcc13-gnat/include/c++/experimental/propagate_const
+gcc13-gnat/include/c++/experimental/random
+gcc13-gnat/include/c++/experimental/ratio
+gcc13-gnat/include/c++/experimental/regex
+gcc13-gnat/include/c++/experimental/scope
+gcc13-gnat/include/c++/experimental/set
+gcc13-gnat/include/c++/experimental/simd
+gcc13-gnat/include/c++/experimental/socket
+gcc13-gnat/include/c++/experimental/source_location
+gcc13-gnat/include/c++/experimental/string
+gcc13-gnat/include/c++/experimental/string_view
+gcc13-gnat/include/c++/experimental/synchronized_value
+gcc13-gnat/include/c++/experimental/system_error
+gcc13-gnat/include/c++/experimental/timer
+gcc13-gnat/include/c++/experimental/tuple
+gcc13-gnat/include/c++/experimental/type_traits
+gcc13-gnat/include/c++/experimental/unordered_map
+gcc13-gnat/include/c++/experimental/unordered_set
+gcc13-gnat/include/c++/experimental/utility
+gcc13-gnat/include/c++/experimental/vector
+gcc13-gnat/include/c++/ext/algorithm
+gcc13-gnat/include/c++/ext/aligned_buffer.h
+gcc13-gnat/include/c++/ext/alloc_traits.h
+gcc13-gnat/include/c++/ext/atomicity.h
+gcc13-gnat/include/c++/ext/bitmap_allocator.h
+gcc13-gnat/include/c++/ext/cast.h
+gcc13-gnat/include/c++/ext/cmath
+gcc13-gnat/include/c++/ext/codecvt_specializations.h
+gcc13-gnat/include/c++/ext/concurrence.h
+gcc13-gnat/include/c++/ext/debug_allocator.h
+gcc13-gnat/include/c++/ext/enc_filebuf.h
+gcc13-gnat/include/c++/ext/extptr_allocator.h
+gcc13-gnat/include/c++/ext/functional
+gcc13-gnat/include/c++/ext/hash_map
+gcc13-gnat/include/c++/ext/hash_set
+gcc13-gnat/include/c++/ext/iterator
+gcc13-gnat/include/c++/ext/malloc_allocator.h
+gcc13-gnat/include/c++/ext/memory
+gcc13-gnat/include/c++/ext/mt_allocator.h
+gcc13-gnat/include/c++/ext/new_allocator.h
+gcc13-gnat/include/c++/ext/numeric
+gcc13-gnat/include/c++/ext/numeric_traits.h
+gcc13-gnat/include/c++/ext/pb_ds/assoc_container.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/bin_search_tree_/traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/branch_policy/branch_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/branch_policy/traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/cond_dealtor.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/container_base_dispatch.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/debug_map_base.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/ov_tree_map_/traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/node.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rb_tree_map_/traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/node.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/splay_tree_/traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/standard_policies.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/tree_trace_base.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/type_utils.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/types_traits.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/unordered_iterator/iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
+gcc13-gnat/include/c++/ext/pb_ds/exception.hpp
+gcc13-gnat/include/c++/ext/pb_ds/hash_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/list_update_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/priority_queue.hpp
+gcc13-gnat/include/c++/ext/pb_ds/tag_and_trait.hpp
+gcc13-gnat/include/c++/ext/pb_ds/tree_policy.hpp
+gcc13-gnat/include/c++/ext/pb_ds/trie_policy.hpp
+gcc13-gnat/include/c++/ext/pod_char_traits.h
+gcc13-gnat/include/c++/ext/pointer.h
+gcc13-gnat/include/c++/ext/pool_allocator.h
+gcc13-gnat/include/c++/ext/random
+gcc13-gnat/include/c++/ext/random.tcc
+gcc13-gnat/include/c++/ext/rb_tree
+gcc13-gnat/include/c++/ext/rc_string_base.h
+gcc13-gnat/include/c++/ext/rope
+gcc13-gnat/include/c++/ext/ropeimpl.h
+gcc13-gnat/include/c++/ext/slist
+gcc13-gnat/include/c++/ext/sso_string_base.h
+gcc13-gnat/include/c++/ext/stdio_filebuf.h
+gcc13-gnat/include/c++/ext/stdio_sync_filebuf.h
+gcc13-gnat/include/c++/ext/string_conversions.h
+gcc13-gnat/include/c++/ext/throw_allocator.h
+gcc13-gnat/include/c++/ext/type_traits.h
+gcc13-gnat/include/c++/ext/typelist.h
+gcc13-gnat/include/c++/ext/vstring.h
+gcc13-gnat/include/c++/ext/vstring.tcc
+gcc13-gnat/include/c++/ext/vstring_fwd.h
+gcc13-gnat/include/c++/ext/vstring_util.h
+gcc13-gnat/include/c++/fenv.h
+gcc13-gnat/include/c++/filesystem
+gcc13-gnat/include/c++/format
+gcc13-gnat/include/c++/forward_list
+gcc13-gnat/include/c++/fstream
+gcc13-gnat/include/c++/functional
+gcc13-gnat/include/c++/future
+gcc13-gnat/include/c++/initializer_list
+gcc13-gnat/include/c++/iomanip
+gcc13-gnat/include/c++/ios
+gcc13-gnat/include/c++/iosfwd
+gcc13-gnat/include/c++/iostream
+gcc13-gnat/include/c++/istream
+gcc13-gnat/include/c++/iterator
+gcc13-gnat/include/c++/latch
+gcc13-gnat/include/c++/limits
+gcc13-gnat/include/c++/list
+gcc13-gnat/include/c++/locale
+gcc13-gnat/include/c++/map
+gcc13-gnat/include/c++/math.h
+gcc13-gnat/include/c++/memory
+gcc13-gnat/include/c++/memory_resource
+gcc13-gnat/include/c++/mutex
+gcc13-gnat/include/c++/new
+gcc13-gnat/include/c++/numbers
+gcc13-gnat/include/c++/numeric
+gcc13-gnat/include/c++/optional
+gcc13-gnat/include/c++/ostream
+gcc13-gnat/include/c++/parallel/algo.h
+gcc13-gnat/include/c++/parallel/algobase.h
+gcc13-gnat/include/c++/parallel/algorithm
+gcc13-gnat/include/c++/parallel/algorithmfwd.h
+gcc13-gnat/include/c++/parallel/balanced_quicksort.h
+gcc13-gnat/include/c++/parallel/base.h
+gcc13-gnat/include/c++/parallel/basic_iterator.h
+gcc13-gnat/include/c++/parallel/checkers.h
+gcc13-gnat/include/c++/parallel/compatibility.h
+gcc13-gnat/include/c++/parallel/compiletime_settings.h
+gcc13-gnat/include/c++/parallel/equally_split.h
+gcc13-gnat/include/c++/parallel/features.h
+gcc13-gnat/include/c++/parallel/find.h
+gcc13-gnat/include/c++/parallel/find_selectors.h
+gcc13-gnat/include/c++/parallel/for_each.h
+gcc13-gnat/include/c++/parallel/for_each_selectors.h
+gcc13-gnat/include/c++/parallel/iterator.h
+gcc13-gnat/include/c++/parallel/list_partition.h
+gcc13-gnat/include/c++/parallel/losertree.h
+gcc13-gnat/include/c++/parallel/merge.h
+gcc13-gnat/include/c++/parallel/multiseq_selection.h
+gcc13-gnat/include/c++/parallel/multiway_merge.h
+gcc13-gnat/include/c++/parallel/multiway_mergesort.h
+gcc13-gnat/include/c++/parallel/numeric
+gcc13-gnat/include/c++/parallel/numericfwd.h
+gcc13-gnat/include/c++/parallel/omp_loop.h
+gcc13-gnat/include/c++/parallel/omp_loop_static.h
+gcc13-gnat/include/c++/parallel/par_loop.h
+gcc13-gnat/include/c++/parallel/parallel.h
+gcc13-gnat/include/c++/parallel/partial_sum.h
+gcc13-gnat/include/c++/parallel/partition.h
+gcc13-gnat/include/c++/parallel/queue.h
+gcc13-gnat/include/c++/parallel/quicksort.h
+gcc13-gnat/include/c++/parallel/random_number.h
+gcc13-gnat/include/c++/parallel/random_shuffle.h
+gcc13-gnat/include/c++/parallel/search.h
+gcc13-gnat/include/c++/parallel/set_operations.h
+gcc13-gnat/include/c++/parallel/settings.h
+gcc13-gnat/include/c++/parallel/sort.h
+gcc13-gnat/include/c++/parallel/tags.h
+gcc13-gnat/include/c++/parallel/types.h
+gcc13-gnat/include/c++/parallel/unique_copy.h
+gcc13-gnat/include/c++/parallel/workstealing.h
+gcc13-gnat/include/c++/pstl/algorithm_fwd.h
+gcc13-gnat/include/c++/pstl/algorithm_impl.h
+gcc13-gnat/include/c++/pstl/execution_defs.h
+gcc13-gnat/include/c++/pstl/execution_impl.h
+gcc13-gnat/include/c++/pstl/glue_algorithm_defs.h
+gcc13-gnat/include/c++/pstl/glue_algorithm_impl.h
+gcc13-gnat/include/c++/pstl/glue_execution_defs.h
+gcc13-gnat/include/c++/pstl/glue_memory_defs.h
+gcc13-gnat/include/c++/pstl/glue_memory_impl.h
+gcc13-gnat/include/c++/pstl/glue_numeric_defs.h
+gcc13-gnat/include/c++/pstl/glue_numeric_impl.h
+gcc13-gnat/include/c++/pstl/memory_impl.h
+gcc13-gnat/include/c++/pstl/numeric_fwd.h
+gcc13-gnat/include/c++/pstl/numeric_impl.h
+gcc13-gnat/include/c++/pstl/parallel_backend.h
+gcc13-gnat/include/c++/pstl/parallel_backend_serial.h
+gcc13-gnat/include/c++/pstl/parallel_backend_tbb.h
+gcc13-gnat/include/c++/pstl/parallel_backend_utils.h
+gcc13-gnat/include/c++/pstl/parallel_impl.h
+gcc13-gnat/include/c++/pstl/pstl_config.h
+gcc13-gnat/include/c++/pstl/unseq_backend_simd.h
+gcc13-gnat/include/c++/pstl/utils.h
+gcc13-gnat/include/c++/queue
+gcc13-gnat/include/c++/random
+gcc13-gnat/include/c++/ranges
+gcc13-gnat/include/c++/ratio
+gcc13-gnat/include/c++/regex
+gcc13-gnat/include/c++/scoped_allocator
+gcc13-gnat/include/c++/semaphore
+gcc13-gnat/include/c++/set
+gcc13-gnat/include/c++/shared_mutex
+gcc13-gnat/include/c++/source_location
+gcc13-gnat/include/c++/span
+gcc13-gnat/include/c++/spanstream
+gcc13-gnat/include/c++/sstream
+gcc13-gnat/include/c++/stack
+gcc13-gnat/include/c++/stacktrace
+gcc13-gnat/include/c++/stdatomic.h
+gcc13-gnat/include/c++/stdexcept
+gcc13-gnat/include/c++/stdfloat
+gcc13-gnat/include/c++/stdlib.h
+gcc13-gnat/include/c++/stop_token
+gcc13-gnat/include/c++/streambuf
+gcc13-gnat/include/c++/string
+gcc13-gnat/include/c++/string_view
+gcc13-gnat/include/c++/syncstream
+gcc13-gnat/include/c++/system_error
+gcc13-gnat/include/c++/tgmath.h
+gcc13-gnat/include/c++/thread
+gcc13-gnat/include/c++/tr1/array
+gcc13-gnat/include/c++/tr1/bessel_function.tcc
+gcc13-gnat/include/c++/tr1/beta_function.tcc
+gcc13-gnat/include/c++/tr1/ccomplex
+gcc13-gnat/include/c++/tr1/cctype
+gcc13-gnat/include/c++/tr1/cfenv
+gcc13-gnat/include/c++/tr1/cfloat
+gcc13-gnat/include/c++/tr1/cinttypes
+gcc13-gnat/include/c++/tr1/climits
+gcc13-gnat/include/c++/tr1/cmath
+gcc13-gnat/include/c++/tr1/complex
+gcc13-gnat/include/c++/tr1/complex.h
+gcc13-gnat/include/c++/tr1/cstdarg
+gcc13-gnat/include/c++/tr1/cstdbool
+gcc13-gnat/include/c++/tr1/cstdint
+gcc13-gnat/include/c++/tr1/cstdio
+gcc13-gnat/include/c++/tr1/cstdlib
+gcc13-gnat/include/c++/tr1/ctgmath
+gcc13-gnat/include/c++/tr1/ctime
+gcc13-gnat/include/c++/tr1/ctype.h
+gcc13-gnat/include/c++/tr1/cwchar
+gcc13-gnat/include/c++/tr1/cwctype
+gcc13-gnat/include/c++/tr1/ell_integral.tcc
+gcc13-gnat/include/c++/tr1/exp_integral.tcc
+gcc13-gnat/include/c++/tr1/fenv.h
+gcc13-gnat/include/c++/tr1/float.h
+gcc13-gnat/include/c++/tr1/functional
+gcc13-gnat/include/c++/tr1/functional_hash.h
+gcc13-gnat/include/c++/tr1/gamma.tcc
+gcc13-gnat/include/c++/tr1/hashtable.h
+gcc13-gnat/include/c++/tr1/hashtable_policy.h
+gcc13-gnat/include/c++/tr1/hypergeometric.tcc
+gcc13-gnat/include/c++/tr1/inttypes.h
+gcc13-gnat/include/c++/tr1/legendre_function.tcc
+gcc13-gnat/include/c++/tr1/limits.h
+gcc13-gnat/include/c++/tr1/math.h
+gcc13-gnat/include/c++/tr1/memory
+gcc13-gnat/include/c++/tr1/modified_bessel_func.tcc
+gcc13-gnat/include/c++/tr1/poly_hermite.tcc
+gcc13-gnat/include/c++/tr1/poly_laguerre.tcc
+gcc13-gnat/include/c++/tr1/random
+gcc13-gnat/include/c++/tr1/random.h
+gcc13-gnat/include/c++/tr1/random.tcc
+gcc13-gnat/include/c++/tr1/regex
+gcc13-gnat/include/c++/tr1/riemann_zeta.tcc
+gcc13-gnat/include/c++/tr1/shared_ptr.h
+gcc13-gnat/include/c++/tr1/special_function_util.h
+gcc13-gnat/include/c++/tr1/stdarg.h
+gcc13-gnat/include/c++/tr1/stdbool.h
+gcc13-gnat/include/c++/tr1/stdint.h
+gcc13-gnat/include/c++/tr1/stdio.h
+gcc13-gnat/include/c++/tr1/stdlib.h
+gcc13-gnat/include/c++/tr1/tgmath.h
+gcc13-gnat/include/c++/tr1/tuple
+gcc13-gnat/include/c++/tr1/type_traits
+gcc13-gnat/include/c++/tr1/unordered_map
+gcc13-gnat/include/c++/tr1/unordered_map.h
+gcc13-gnat/include/c++/tr1/unordered_set
+gcc13-gnat/include/c++/tr1/unordered_set.h
+gcc13-gnat/include/c++/tr1/utility
+gcc13-gnat/include/c++/tr1/wchar.h
+gcc13-gnat/include/c++/tr1/wctype.h
+gcc13-gnat/include/c++/tr2/bool_set
+gcc13-gnat/include/c++/tr2/bool_set.tcc
+gcc13-gnat/include/c++/tr2/dynamic_bitset
+gcc13-gnat/include/c++/tr2/dynamic_bitset.tcc
+gcc13-gnat/include/c++/tr2/ratio
+gcc13-gnat/include/c++/tr2/type_traits
+gcc13-gnat/include/c++/tuple
+gcc13-gnat/include/c++/type_traits
+gcc13-gnat/include/c++/typeindex
+gcc13-gnat/include/c++/typeinfo
+gcc13-gnat/include/c++/unordered_map
+gcc13-gnat/include/c++/unordered_set
+gcc13-gnat/include/c++/utility
+gcc13-gnat/include/c++/valarray
+gcc13-gnat/include/c++/variant
+gcc13-gnat/include/c++/vector
+gcc13-gnat/include/c++/version
+gcc13-gnat/include/c++/x86_64--netbsd/bits/atomic_word.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/basic_file.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/c++allocator.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/c++config.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/c++io.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/c++locale.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/cpu_defines.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/ctype_base.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/ctype_inline.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/cxxabi_tweaks.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/error_constants.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/extc++.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/gthr-default.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/gthr-posix.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/gthr-single.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/gthr.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/messages_members.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/opt_random.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/os_defines.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/stdc++.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/stdtr1c++.h
+gcc13-gnat/include/c++/x86_64--netbsd/bits/time_members.h
+gcc13-gnat/include/c++/x86_64--netbsd/ext/opt_random.h
gcc13-gnat/info/cpp.info
gcc13-gnat/info/cppinternals.info
gcc13-gnat/info/gcc.info
Index: pkgsrc/lang/gcc13-gnat/buildlink3.mk
diff -u pkgsrc/lang/gcc13-gnat/buildlink3.mk:1.1 pkgsrc/lang/gcc13-gnat/buildlink3.mk:1.2
--- pkgsrc/lang/gcc13-gnat/buildlink3.mk:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/buildlink3.mk Sat Feb 8 14:05:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2024/03/08 12:02:33 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2025/02/08 14:05:03 wiz Exp $
BUILDLINK_TREE+= gcc13-gnat
@@ -10,7 +10,9 @@ BUILDLINK_ABI_DEPENDS.gcc13-gnat+= gcc13
BUILDLINK_PKGSRCDIR.gcc13-gnat= ../../lang/gcc13-gnat
BUILDLINK_DEPMETHOD.gcc13-gnat?= build
-ADALIB_PREFIX= gcc13-gnat/lib/gcc/${MACHINE_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}/${GCC13_DIST_VERSION}
+GNU_TARGET_MACHINE?= ${MACHINE_GNU_PLATFORM}
+
+ADALIB_PREFIX= gcc13-gnat/lib/gcc/${GNU_TARGET_MACHINE}/13.3.0
BUILDLINK_FILES.gcc13-gnat+= ${ADALIB_PREFIX}/adalib/*.ali
Index: pkgsrc/lang/gcc13-gnat/options.mk
diff -u pkgsrc/lang/gcc13-gnat/options.mk:1.1 pkgsrc/lang/gcc13-gnat/options.mk:1.2
--- pkgsrc/lang/gcc13-gnat/options.mk:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/options.mk Sat Feb 8 14:05:03 2025
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2024/03/08 12:02:33 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2025/02/08 14:05:03 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gcc13-gnat
-PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-inplace-isl gcc-graphite
+PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-graphite
PKG_SUGGESTED_OPTIONS= gcc-graphite
.include "../../mk/bsd.fast.prefs.mk"
@@ -13,14 +13,10 @@ PKG_SUGGESTED_OPTIONS+= nls
.elif ${OPSYS} == "DragonFly"
PKG_SUGGESTED_OPTIONS+= nls
.elif ${OPSYS} == "SunOS"
-PKG_SUGGESTED_OPTIONS+= gcc-inplace-math gcc-inplace-isl
+PKG_SUGGESTED_OPTIONS+= gcc-inplace-math
.else
.endif
-.if !empty(PKG_OPTIONS:Mgcc-inplace-isl) && empty(PKG_OPTIONS:Mgcc-graphite)
-PKG_SUGGESTED_OPTIONS+= gcc-graphite
-.endif
-
###
### Determine if multilib is avalible.
###
@@ -90,7 +86,7 @@ LIBS.SunOS+=-lgmp
###
.if !empty(PKG_OPTIONS:Mgcc-graphite)
BUILDLINK_API_DEPENDS.isl+=isl>=0.24
-. if !empty(PKG_OPTIONS:Mgcc-inplace-isl)
+. if !empty(PKG_OPTIONS:Mgcc-inplace-math)
. include "../../math/isl/inplace.mk"
. else
. include "../../math/isl/buildlink3.mk"
Index: pkgsrc/lang/gcc13-gnat/distinfo
diff -u pkgsrc/lang/gcc13-gnat/distinfo:1.4 pkgsrc/lang/gcc13-gnat/distinfo:1.5
--- pkgsrc/lang/gcc13-gnat/distinfo:1.4 Tue Jan 7 19:55:52 2025
+++ pkgsrc/lang/gcc13-gnat/distinfo Sat Feb 8 14:05:03 2025
@@ -1,38 +1,38 @@
-$NetBSD: distinfo,v 1.4 2025/01/07 19:55:52 riastradh Exp $
+$NetBSD: distinfo,v 1.5 2025/02/08 14:05:03 wiz Exp $
BLAKE2s (gcc-13.3.0.tar.xz) = d204b8987b4780b569f28226cbfff34ae27124e529857c36ff90d5d40ef0b511
SHA512 (gcc-13.3.0.tar.xz) = ed5f2f4c6ed2c796fcf2c93707159e9dbd3ddb1ba063d549804dd68cdabbb6d550985ae1c8465ae9a336cfe29274a6eb0f42e21924360574ebd8e5d5c7c9a801
Size (gcc-13.3.0.tar.xz) = 87909952 bytes
-SHA1 (patch-fixincludes_inclhack.def) = 7b00974d3f52a8364190a607f52a5d7e8a6db41a
+SHA1 (patch-fixincludes_inclhack.def) = 9ed633ac175b2180f79e10c96dccd39999bfa348
SHA1 (patch-gcc_Makefile.in) = a31ddc27f1092cfdf5ac896ca79c8590b5aceb47
-SHA1 (patch-gcc_ada_Makefile.rtl) = 59883834af5303b2e86a79d0df30a1a220ced895
-SHA1 (patch-gcc_ada_adaint.c) = 465b3e3d6db193b2729f1d4e1c74eefcc3dc85bf
-SHA1 (patch-gcc_ada_adaint.h) = 57befa67b18f97345db05672f1e53e8ec70e1935
-SHA1 (patch-gcc_ada_cstreams.c) = 047746f1da085917082dafe8b87fdc5e757e1237
-SHA1 (patch-gcc_ada_libgnarl_s-osinte____netbsd.adb) = 84268061686b15a8ef9013242e3d258b82b9f13e
-SHA1 (patch-gcc_ada_libgnarl_s-osinte____netbsd.ads) = 2d1179230289a243bb004b9f16c747cda9761b60
-SHA1 (patch-gcc_ada_libgnarl_s-taprop____posix.adb) = 505d0ba78a21a8a6cc6213a9809c44c284fe2334
-SHA1 (patch-gcc_ada_libgnat_g-socthi.ads) = e2fbc2589814aa630165d3cf4ddc15baf9dce1c9
-SHA1 (patch-gcc_ada_libgnat_g-socthi____bsd.adb) = 3ffd4401f4449c76f21e63c381e0cb5195244fb0
-SHA1 (patch-gcc_ada_libgnat_s-osprim____posix.adb) = 018dce870dd06febeb83719149f10e469c4bcc00
-SHA1 (patch-gcc_ada_s-oscons-tmplt.c) = 00a1c68a4dab4402f8e61028cef36a18cd346065
-SHA1 (patch-gcc_ada_sysdep.c) = e0879e66be507f6a086ed2fdb506bd528f6f24b7
+SHA1 (patch-gcc_ada_Makefile.rtl) = ab068e2580ac1c93c8f27e13aa7331c486080ed0
+SHA1 (patch-gcc_ada_adaint.c) = 67cd2ba303924daaaa2896a73f299f257ebd2101
+SHA1 (patch-gcc_ada_adaint.h) = 0956155bac85df664a8761fd03aec3e12fff89a2
+SHA1 (patch-gcc_ada_cstreams.c) = 9008ec849de15df4e32a75a7353ede097eca9e38
+SHA1 (patch-gcc_ada_libgnarl_s-osinte____netbsd.adb) = fe5cffa06d2ad8af6ab71bbd64fb4d3e0f65c3d8
+SHA1 (patch-gcc_ada_libgnarl_s-osinte____netbsd.ads) = d6d7eee6f7d90d006f5f6209afb7925551d4aba8
+SHA1 (patch-gcc_ada_libgnarl_s-taprop____posix.adb) = 3f3b8d4fd41a9889392021c7cb69130c9033b3b0
+SHA1 (patch-gcc_ada_libgnat_g-socthi.ads) = 9039eb4e649b81b92ef889925f584938c3eb94a6
+SHA1 (patch-gcc_ada_libgnat_g-socthi____bsd.adb) = f1635b16099d2c4a6e0f2a53de9eb549aea0bc2e
+SHA1 (patch-gcc_ada_libgnat_s-osprim____posix.adb) = 15cb19f3e72b4861b4fda4ff087793d95824f544
+SHA1 (patch-gcc_ada_s-oscons-tmplt.c) = 9b9d1a74428a5e263d1101f41c3bdb9dd689ec8e
+SHA1 (patch-gcc_ada_sysdep.c) = 21c432655a50aadb7378e27af92f7b2dfd96a492
SHA1 (patch-gcc_config.host) = bf95dd21bfdf79d173e745fbd35c9bb99fdf4087
-SHA1 (patch-gcc_config_aarch64_aarch64-netbsd.h) = abf19e2445bce1773162bddef16cd7f41eb36827
-SHA1 (patch-gcc_config_arm_arm.h) = 9d554349869d67d6393552c33a7824f0dd53cb11
-SHA1 (patch-gcc_config_arm_bpabi.h) = 0b0de5ad95442e34397cb46739ef6e36048d6f45
-SHA1 (patch-gcc_config_arm_elf.h) = 57748157084319cb92d892f2ea5b2f3355567551
-SHA1 (patch-gcc_config_arm_netbsd-eabi.h) = 85eb89de6f2e64fac50251f06d7e4eab35903dae
+SHA1 (patch-gcc_config_aarch64_aarch64-netbsd.h) = d382c66bcecb4ca8b22a4762a3467878bea64ec2
+SHA1 (patch-gcc_config_arm_arm.h) = 26a00f3b235884da7582cf8e59a58cf047e16add
+SHA1 (patch-gcc_config_arm_bpabi.h) = a73fcb47074b65953305ca3583a7398c5f3b6a66
+SHA1 (patch-gcc_config_arm_elf.h) = 706fab4d39d988bbe9fbf74b4a68263c5d6c9fa3
+SHA1 (patch-gcc_config_arm_netbsd-eabi.h) = b7a6b5042f8852a4b7b8ca6199232e0cea31f91b
SHA1 (patch-gcc_config_arm_netbsd-elf.h) = 568f537d624199ef9f9f56088fe4fff7e946b2e2
SHA1 (patch-gcc_config_nvptx_gen-opt.sh) = 67b8c84f198561c1d964a50946937a0a9cc26749
-SHA1 (patch-gcc_configure) = f13d23c46315d18fdbc3bbbad26d0763e2b27690
-SHA1 (patch-gcc_tree.h) = 997abda78b716555b86b426dd061a2b78ebba22c
-SHA1 (patch-gnattools_configure) = 1e78d92362b929910c8510e0a5d7bf35f2d16c9e
-SHA1 (patch-libffi_configure) = 919bbe094e3ce547a0186eeaddb20a662595f79a
+SHA1 (patch-gcc_configure) = 51fa88946eb1d6aac493d471eced4e84f3fa01d2
+SHA1 (patch-gcc_tree.h) = e487cd4ac071b109cd75df86cc0054d26d197622
+SHA1 (patch-gnattools_configure) = 403e5576506d1a7f42740dcbfc79c1aee3333169
+SHA1 (patch-libffi_configure) = 392e46774fdf732bd07de35082d469cc325678ea
SHA1 (patch-libffi_testsuite_libffi.call_float2.c) = 89e2dd6aaf2c1f75726f02362d8a8bf7178694ea
-SHA1 (patch-libgcc_config.host) = 482d8e868cad209d7bf3c190f3cb70b84e4c63cc
+SHA1 (patch-libgcc_config.host) = 9e0d4c04cfd0f0336cb903c18bc4c0fe007dd005
SHA1 (patch-libgcc_crtstuff.c) = a16d465039de00c195cf0694560140a9c38f3a25
-SHA1 (patch-libgfortran_io_io.h) = d44676239a7f45e42054d24bd5224f43c20055c0
+SHA1 (patch-libgfortran_io_io.h) = b47b12022d1e1aad7c3997542f83dc451c33e62b
SHA1 (patch-libquadmath_printf_quadmath-printf.c) = 78e09f1e6d61ee57cee83275093cf46b2335d204
SHA1 (patch-libquadmath_strtod_strtod__l.c) = 6142c10d34174174cce7f06c37eab04dc431b2dc
-SHA1 (patch-libstdc++-v3_libsupc++_new__opa.cc) = a51af14c67b191f0684d01fa44532c1e16885d42
+SHA1 (patch-libstdc++-v3_libsupc++_new__opa.cc) = dc0bffea3a5172377a4bca3224cb0986a1708632
Index: pkgsrc/lang/gcc13-gnat/patches/patch-fixincludes_inclhack.def
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-fixincludes_inclhack.def:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-fixincludes_inclhack.def:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-fixincludes_inclhack.def:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-fixincludes_inclhack.def Sat Feb 8 14:05:03 2025
@@ -1,11 +1,11 @@
-$NetBSD: patch-fixincludes_inclhack.def,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-fixincludes_inclhack.def,v 1.2 2025/02/08 14:05:03 wiz Exp $
A workaround for Catalina SDK bug from
https://github.com/Homebrew/homebrew-core/pull/44762
---- fixincludes/inclhack.def.orig 2020-03-04 08:29:59.000000000 +0000
+--- fixincludes/inclhack.def.orig 2024-05-21 10:47:37.000000000 +0300
+++ fixincludes/inclhack.def
-@@ -1269,6 +1269,28 @@ fix = {
+@@ -1351,6 +1351,28 @@
};
/*
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_Makefile.rtl
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_Makefile.rtl:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_Makefile.rtl:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_Makefile.rtl:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_Makefile.rtl Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gcc_ada_Makefile.rtl,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_Makefile.rtl,v 1.2 2025/02/08 14:05:03 wiz Exp $
Add NetBSD as a target and generate the required files correctly.
--- gcc/ada/Makefile.rtl.orig 2023-07-27 11:13:03.000000000 +0300
-+++ gcc/ada/Makefile.rtl 2023-12-21 10:00:55.701750634 +0200
++++ gcc/ada/Makefile.rtl
@@ -1767,6 +1767,129 @@
MISCLIB = -lutil
endif
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.c
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.c:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.c:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.c:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.c Sat Feb 8 14:05:03 2025
@@ -1,12 +1,12 @@
-$NetBSD: patch-gcc_ada_adaint.c,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_adaint.c,v 1.2 2025/02/08 14:05:03 wiz Exp $
NetBSD does not use symbol versioning, which requires some functions
to be preprocessed in C. This patch adds those functions definitions,
not only for NetBSD, but for any other system too.
---- gcc/ada/adaint.c.orig 2021-04-08 13:56:27.725736525 +0200
-+++ gcc/ada/adaint.c 2021-10-09 17:27:52.413919872 +0200
-@@ -817,7 +817,8 @@
+--- gcc/ada/adaint.c.orig 2024-05-21 10:47:37.000000000 +0300
++++ gcc/ada/adaint.c
+@@ -831,7 +831,8 @@
}
#if defined (_WIN32) || defined (__linux__) || defined (__sun__) \
@@ -16,7 +16,7 @@ not only for NetBSD, but for any other s
#define HAS_TARGET_WCHAR_T
#endif
-@@ -3544,6 +3545,69 @@
+@@ -3679,6 +3680,69 @@
*/
}
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.h:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_adaint.h Sat Feb 8 14:05:03 2025
@@ -1,12 +1,12 @@
-$NetBSD: patch-gcc_ada_adaint.h,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_adaint.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
Due to the lack of symbol versioning in NetBSD, some functions need
to be exported from C to be used correctly. This patch addresses
that issue and makes sure that other systems also work correclty.
---- gcc/ada/adaint.h.orig 2021-10-09 19:21:39.117755578 +0200
-+++ gcc/ada/adaint.h 2021-10-09 19:02:38.871872061 +0200
-@@ -345,6 +345,28 @@
+--- gcc/ada/adaint.h.orig 2024-05-21 10:47:37.000000000 +0300
++++ gcc/ada/adaint.h
+@@ -348,6 +348,28 @@
extern const void * __gnat_get_executable_load_address (void);
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_cstreams.c
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_cstreams.c:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_cstreams.c:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_cstreams.c:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_cstreams.c Sat Feb 8 14:05:03 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-gcc_ada_cstreams.c,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_cstreams.c,v 1.2 2025/02/08 14:05:03 wiz Exp $
Add missing defines
---- gcc/ada/cstreams.c.orig 2021-08-28 18:42:21.323680378 +0000
-+++ gcc/ada/cstreams.c 2021-08-28 18:43:48.045445919 +0000
-@@ -188,7 +188,8 @@
+--- gcc/ada/cstreams.c.orig 2024-05-21 10:47:37.000000000 +0300
++++ gcc/ada/cstreams.c
+@@ -186,7 +186,8 @@
*p = '\\';
}
@@ -14,7 +14,7 @@ Add missing defines
/* Use realpath function which resolves links and references to . and ..
on those Unix systems that support it. Note that GNU/Linux provides it but
-@@ -270,7 +271,7 @@
+@@ -255,7 +256,7 @@
}
#elif defined (__linux__) || defined (__sun__) || defined (__FreeBSD__) \
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.adb
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.adb:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.adb:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.adb:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.adb Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gcc_ada_libgnarl_s-osinte____netbsd.adb,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_libgnarl_s-osinte____netbsd.adb,v 1.2 2025/02/08 14:05:03 wiz Exp $
Add NetBSD interface.
--- gcc/ada/libgnarl/s-osinte__netbsd.adb.orig 2021-10-08 11:29:30.470090202 +0200
-+++ gcc/ada/libgnarl/s-osinte__netbsd.adb 2021-10-08 11:29:30.472274837 +0200
++++ gcc/ada/libgnarl/s-osinte__netbsd.adb
@@ -0,0 +1,140 @@
+------------------------------------------------------------------------------
+-- --
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.ads
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.ads:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.ads:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.ads:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-osinte____netbsd.ads Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gcc_ada_libgnarl_s-osinte____netbsd.ads,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_libgnarl_s-osinte____netbsd.ads,v 1.2 2025/02/08 14:05:03 wiz Exp $
Add NetBSD interface.
--- gcc/ada/libgnarl/s-osinte__netbsd.ads.orig 2021-10-08 11:29:30.503927461 +0200
-+++ gcc/ada/libgnarl/s-osinte__netbsd.ads 2021-10-09 18:31:14.947869872 +0200
++++ gcc/ada/libgnarl/s-osinte__netbsd.ads
@@ -0,0 +1,663 @@
+------------------------------------------------------------------------------
+-- --
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-taprop____posix.adb
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-taprop____posix.adb:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-taprop____posix.adb:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-taprop____posix.adb:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnarl_s-taprop____posix.adb Sat Feb 8 14:05:03 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-gcc_ada_libgnarl_s-taprop____posix.adb,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_libgnarl_s-taprop____posix.adb,v 1.2 2025/02/08 14:05:03 wiz Exp $
When using SCHED_OTHER, the minimum and maximum in NetBSD is -1.
In most other OSs it is 0. Change the behaviour to try to set the
@@ -6,9 +6,9 @@ params using the default priority, if th
use -1. If none are valid, the tasking system will fail if assertions
are on.
---- gcc/ada/libgnarl/s-taprop__posix.adb.orig 2021-09-23 19:55:24.471842046 +0000
-+++ gcc/ada/libgnarl/s-taprop__posix.adb 2021-09-23 20:01:31.689253592 +0000
-@@ -654,6 +654,16 @@
+--- gcc/ada/libgnarl/s-taprop__posix.adb.orig 2024-05-21 10:47:37.000000000 +0300
++++ gcc/ada/libgnarl/s-taprop__posix.adb
+@@ -635,6 +635,16 @@
else
Result := pthread_setschedparam
(T.Common.LL.Thread, SCHED_OTHER, Param'Access);
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi.ads
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi.ads:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi.ads:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi.ads:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi.ads Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gcc_ada_libgnat_g-socthi.ads,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_libgnat_g-socthi.ads,v 1.2 2025/02/08 14:05:03 wiz Exp $
Fix symbol to make it use the C processed one.
--- gcc/ada/libgnat/g-socthi.ads.orig 2021-10-09 18:09:40.607907149 +0200
-+++ gcc/ada/libgnat/g-socthi.ads 2021-10-09 18:24:39.373733909 +0200
++++ gcc/ada/libgnat/g-socthi.ads
@@ -53,8 +53,6 @@
package C renames Interfaces.C;
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi____bsd.adb
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi____bsd.adb:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi____bsd.adb:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi____bsd.adb:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_g-socthi____bsd.adb Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gcc_ada_libgnat_g-socthi____bsd.adb,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_libgnat_g-socthi____bsd.adb,v 1.2 2025/02/08 14:05:03 wiz Exp $
Create a g-socthi package that is common to all *BSD systems.
--- /dev/null 2023-12-10 09:29:26.388655944 +0200
-+++ gcc/ada/libgnat/g-socthi__bsd.adb 2023-12-10 09:43:49.337413272 +0200
++++ gcc/ada/libgnat/g-socthi__bsd.adb
@@ -0,0 +1,356 @@
+------------------------------------------------------------------------------
+-- --
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_s-osprim____posix.adb
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_s-osprim____posix.adb:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_s-osprim____posix.adb:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_s-osprim____posix.adb:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_libgnat_s-osprim____posix.adb Sat Feb 8 14:05:03 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-gcc_ada_libgnat_s-osprim____posix.adb,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_libgnat_s-osprim____posix.adb,v 1.2 2025/02/08 14:05:03 wiz Exp $
Use C preprocessed symbols.
---- gcc/ada/libgnat/s-osprim__posix.adb.orig 2021-10-09 19:24:46.671910328 +0200
-+++ gcc/ada/libgnat/s-osprim__posix.adb 2021-10-09 19:28:33.938823233 +0200
-@@ -47,7 +47,7 @@
+--- gcc/ada/libgnat/s-osprim__posix.adb.orig 2024-05-21 10:47:38.000000000 +0300
++++ gcc/ada/libgnat/s-osprim__posix.adb
+@@ -49,7 +49,7 @@
pragma Convention (C, timespec);
function nanosleep (rqtp, rmtp : not null access timespec) return Integer;
@@ -13,7 +13,7 @@ Use C preprocessed symbols.
-----------
-- Clock --
-@@ -77,7 +77,7 @@
+@@ -79,7 +79,7 @@
function gettimeofday
(Tv : access timeval;
Tz : System.Address := System.Null_Address) return Integer;
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_s-oscons-tmplt.c
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_s-oscons-tmplt.c:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_s-oscons-tmplt.c:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_s-oscons-tmplt.c:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_s-oscons-tmplt.c Sat Feb 8 14:05:03 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-gcc_ada_s-oscons-tmplt.c,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_s-oscons-tmplt.c,v 1.2 2025/02/08 14:05:03 wiz Exp $
Add NetBSD to some defined parts and bump the version of
_XOPEN_SOURCE and add _NETBSD_SOURCE.
--- gcc/ada/s-oscons-tmplt.c.orig 2023-07-27 11:13:04.000000000 +0300
-+++ gcc/ada/s-oscons-tmplt.c 2023-12-01 14:00:08.000000000 +0200
++++ gcc/ada/s-oscons-tmplt.c
@@ -86,16 +86,29 @@
** a number of non-POSIX but useful/required features.
**/
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_sysdep.c
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_sysdep.c:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_sysdep.c:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_sysdep.c:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_ada_sysdep.c Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gcc_ada_sysdep.c,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_ada_sysdep.c,v 1.2 2025/02/08 14:05:03 wiz Exp $
Add NetBSD to some defined sections.
--- gcc/ada/sysdep.c.orig 2023-07-27 11:13:04.000000000 +0300
-+++ gcc/ada/sysdep.c 2023-12-05 23:09:29.885605129 +0200
++++ gcc/ada/sysdep.c
@@ -321,7 +321,7 @@
|| (defined (__svr4__) && defined (__i386__)) || defined (__Lynx__) \
|| defined (__CYGWIN__) || defined (__FreeBSD__) || defined (__OpenBSD__) \
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_aarch64_aarch64-netbsd.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_aarch64_aarch64-netbsd.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_aarch64_aarch64-netbsd.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_aarch64_aarch64-netbsd.h:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_aarch64_aarch64-netbsd.h Sat Feb 8 14:05:03 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-gcc_config_aarch64_aarch64-netbsd.h,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_config_aarch64_aarch64-netbsd.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
Match what is in NetBSD src. Fixes at least aarch64eb, and
probably several others.
--- gcc/config/aarch64/aarch64-netbsd.h.orig 2021-04-08 04:56:28.033740243 -0700
-+++ gcc/config/aarch64/aarch64-netbsd.h 2021-04-24 00:16:41.451665444 -0700
++++ gcc/config/aarch64/aarch64-netbsd.h
@@ -20,6 +20,10 @@
#ifndef GCC_AARCH64_NETBSD_H
#define GCC_AARCH64_NETBSD_H
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_arm.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_arm.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_arm.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_arm.h:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_arm.h Sat Feb 8 14:05:03 2025
@@ -1,8 +1,8 @@
-$NetBSD: patch-gcc_config_arm_arm.h,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_config_arm_arm.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
---- gcc/config/arm/arm.h.orig 2021-04-08 04:56:28.057740534 -0700
-+++ gcc/config/arm/arm.h 2022-01-31 21:11:39.595024008 -0800
-@@ -937,6 +937,11 @@
+--- gcc/config/arm/arm.h.orig 2024-05-21 10:47:38.000000000 +0300
++++ gcc/config/arm/arm.h
+@@ -951,6 +951,11 @@
#define ARM_UNWIND_INFO 0
#endif
@@ -14,7 +14,7 @@ $NetBSD: patch-gcc_config_arm_arm.h,v 1.
/* Use r0 and r1 to pass exception handling information. */
#define EH_RETURN_DATA_REGNO(N) (((N) < 2) ? N : INVALID_REGNUM)
-@@ -948,11 +953,19 @@
+@@ -962,11 +967,19 @@
#define ARM_TARGET2_DWARF_FORMAT DW_EH_PE_pcrel
#endif
@@ -34,7 +34,7 @@ $NetBSD: patch-gcc_config_arm_arm.h,v 1.
/* The native (Norcroft) Pascal compiler for the ARM passes the static chain
as an invisible last argument (possible since varargs don't exist in
-@@ -2342,7 +2355,7 @@
+@@ -2462,7 +2475,7 @@
/* -mcpu=native handling only makes sense with compiler running on
an ARM chip. */
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_bpabi.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_bpabi.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_bpabi.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_bpabi.h:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_bpabi.h Sat Feb 8 14:05:03 2025
@@ -1,7 +1,7 @@
-$NetBSD: patch-gcc_config_arm_bpabi.h,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_config_arm_bpabi.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
--- gcc/config/arm/bpabi.h.orig 2021-04-08 04:56:28.061740583 -0700
-+++ gcc/config/arm/bpabi.h 2022-01-31 21:13:16.734263818 -0800
++++ gcc/config/arm/bpabi.h
@@ -24,6 +24,7 @@
<http://www.gnu.org/licenses/>. */
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_elf.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_elf.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_elf.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_elf.h:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_elf.h Sat Feb 8 14:05:03 2025
@@ -1,7 +1,7 @@
-$NetBSD: patch-gcc_config_arm_elf.h,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_config_arm_elf.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
--- gcc/config/arm/elf.h.orig 2021-04-08 04:56:28.065740630 -0700
-+++ gcc/config/arm/elf.h 2022-01-31 21:14:04.684223580 -0800
++++ gcc/config/arm/elf.h
@@ -147,6 +147,8 @@
#undef L_floatdidf
#undef L_floatdisf
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_netbsd-eabi.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_netbsd-eabi.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_netbsd-eabi.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_netbsd-eabi.h:1.1 Fri Mar 8 12:02:33 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_config_arm_netbsd-eabi.h Sat Feb 8 14:05:03 2025
@@ -1,7 +1,7 @@
-$NetBSD: patch-gcc_config_arm_netbsd-eabi.h,v 1.1 2024/03/08 12:02:33 wiz Exp $
+$NetBSD: patch-gcc_config_arm_netbsd-eabi.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
--- gcc/config/arm/netbsd-eabi.h.orig 2021-04-08 04:56:28.065740630 -0700
-+++ gcc/config/arm/netbsd-eabi.h 2022-01-31 21:15:29.555403989 -0800
++++ gcc/config/arm/netbsd-eabi.h
@@ -49,8 +49,8 @@
#undef ARM_UNWIND_INFO
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_configure
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_configure:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_configure:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_configure:1.1 Fri Mar 8 12:02:34 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_configure Sat Feb 8 14:05:03 2025
@@ -1,12 +1,12 @@
-$NetBSD: patch-gcc_configure,v 1.1 2024/03/08 12:02:34 wiz Exp $
+$NetBSD: patch-gcc_configure,v 1.2 2025/02/08 14:05:03 wiz Exp $
Portability fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90143
---- gcc/configure.orig 2022-05-06 07:30:57.000000000 +0000
+--- gcc/configure.orig 2024-05-21 10:49:00.000000000 +0300
+++ gcc/configure
-@@ -6395,7 +6395,7 @@ _ACEOF
+@@ -6433,7 +6433,7 @@
if test "$enable_largefile" != no; then
case "$host, $build" in
*-*-aix*,*|*,*-*-aix*)
@@ -15,7 +15,7 @@ https://gcc.gnu.org/bugzilla/show_bug.cg
$as_echo "#define HOST_STAT_FOR_64BIT_INODES stat64x" >>confdefs.h
-@@ -31598,7 +31598,7 @@ case "$target" in
+@@ -31556,7 +31556,7 @@
gcc_cv_target_dl_iterate_phdr=no
fi
;;
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gcc_tree.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gcc_tree.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gcc_tree.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gcc_tree.h:1.1 Fri Mar 8 12:02:34 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gcc_tree.h Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gcc_tree.h,v 1.1 2024/03/08 12:02:34 wiz Exp $
+$NetBSD: patch-gcc_tree.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
LTO compilation error
--- gcc/tree.h.orig 2023-07-27 11:13:07.000000000 +0300
-+++ gcc/tree.h 2023-12-08 12:16:52.159026794 +0200
++++ gcc/tree.h
@@ -1299,7 +1299,7 @@
extern void protected_set_expr_location (tree, location_t);
Index: pkgsrc/lang/gcc13-gnat/patches/patch-gnattools_configure
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-gnattools_configure:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-gnattools_configure:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-gnattools_configure:1.1 Fri Mar 8 12:02:34 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-gnattools_configure Sat Feb 8 14:05:03 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-gnattools_configure,v 1.1 2024/03/08 12:02:34 wiz Exp $
+$NetBSD: patch-gnattools_configure,v 1.2 2025/02/08 14:05:03 wiz Exp $
Include NetBSD in the gnat tools configure.
--- gnattools/configure.orig 2023-07-27 11:13:07.000000000 +0300
-+++ gnattools/configure 2023-12-01 11:43:11.898374876 +0200
++++ gnattools/configure
@@ -2069,6 +2069,9 @@
*-*-freebsd*)
TOOLS_TARGET_PAIRS="indepsw.adb<indepsw-gnu.adb"
Index: pkgsrc/lang/gcc13-gnat/patches/patch-libffi_configure
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-libffi_configure:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-libffi_configure:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-libffi_configure:1.1 Fri Mar 8 12:02:34 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-libffi_configure Sat Feb 8 14:05:03 2025
@@ -1,11 +1,11 @@
-$NetBSD: patch-libffi_configure,v 1.1 2024/03/08 12:02:34 wiz Exp $
+$NetBSD: patch-libffi_configure,v 1.2 2025/02/08 14:05:03 wiz Exp $
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90146
https://github.com/libffi/libffi/issues/485
---- libffi/configure.orig 2022-05-06 07:31:19.000000000 +0000
+--- libffi/configure.orig 2024-05-21 10:49:00.000000000 +0300
+++ libffi/configure
-@@ -16155,7 +16155,7 @@ case "$target" in
+@@ -16199,7 +16199,7 @@
$as_echo "#define FFI_EXEC_TRAMPOLINE_TABLE 1" >>confdefs.h
;;
Index: pkgsrc/lang/gcc13-gnat/patches/patch-libgcc_config.host
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-libgcc_config.host:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-libgcc_config.host:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-libgcc_config.host:1.1 Fri Mar 8 12:02:34 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-libgcc_config.host Sat Feb 8 14:05:03 2025
@@ -1,11 +1,11 @@
-$NetBSD: patch-libgcc_config.host,v 1.1 2024/03/08 12:02:34 wiz Exp $
+$NetBSD: patch-libgcc_config.host,v 1.2 2025/02/08 14:05:03 wiz Exp $
This is needed for arm64 to get Out-of-line LSE atomics linked into libgcc.
libsupc++ fails to link without this, and for arm to build.
---- libgcc/config.host.orig 2023-04-26 07:09:43.000000000 +0000
+--- libgcc/config.host.orig 2024-05-21 10:47:41.000000000 +0300
+++ libgcc/config.host
-@@ -388,6 +388,7 @@ aarch64*-*-freebsd*)
+@@ -406,6 +406,7 @@
aarch64*-*-netbsd*)
extra_parts="$extra_parts crtfastmath.o"
tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
@@ -13,7 +13,7 @@ libsupc++ fails to link without this, an
tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm"
tmake_file="${tmake_file} t-dfprules"
md_unwind_header=aarch64/aarch64-unwind.h
-@@ -479,7 +480,8 @@ arm*-*-netbsdelf*)
+@@ -497,7 +498,8 @@
case ${host} in
arm*-*-netbsdelf-*eabi*)
tmake_file="${tmake_file} arm/t-netbsd-eabi"
Index: pkgsrc/lang/gcc13-gnat/patches/patch-libgfortran_io_io.h
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-libgfortran_io_io.h:1.1 pkgsrc/lang/gcc13-gnat/patches/patch-libgfortran_io_io.h:1.2
--- pkgsrc/lang/gcc13-gnat/patches/patch-libgfortran_io_io.h:1.1 Fri Mar 8 12:02:34 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-libgfortran_io_io.h Sat Feb 8 14:05:03 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-libgfortran_io_io.h,v 1.1 2024/03/08 12:02:34 wiz Exp $
+$NetBSD: patch-libgfortran_io_io.h,v 1.2 2025/02/08 14:05:03 wiz Exp $
Don't declare old_locale* an internal_proto to avoid linking problems
---- libgfortran/io/io.h.orig 2018-01-07 10:17:52.000000000 +0000
+--- libgfortran/io/io.h.orig 2024-05-21 10:47:41.000000000 +0300
+++ libgfortran/io/io.h
-@@ -57,11 +57,8 @@ extern locale_t c_locale;
+@@ -62,11 +62,8 @@
internal_proto(c_locale);
#else
extern char* old_locale;
Index: pkgsrc/lang/gcc13-gnat/patches/patch-libstdc++-v3_libsupc++_new__opa.cc
diff -u pkgsrc/lang/gcc13-gnat/patches/patch-libstdc++-v3_libsupc++_new__opa.cc:1.2 pkgsrc/lang/gcc13-gnat/patches/patch-libstdc++-v3_libsupc++_new__opa.cc:1.3
--- pkgsrc/lang/gcc13-gnat/patches/patch-libstdc++-v3_libsupc++_new__opa.cc:1.2 Tue Dec 24 14:15:50 2024
+++ pkgsrc/lang/gcc13-gnat/patches/patch-libstdc++-v3_libsupc++_new__opa.cc Sat Feb 8 14:05:03 2025
@@ -1,10 +1,10 @@
-$NetBSD: patch-libstdc++-v3_libsupc++_new__opa.cc,v 1.2 2024/12/24 14:15:50 mef Exp $
+$NetBSD: patch-libstdc++-v3_libsupc++_new__opa.cc,v 1.3 2025/02/08 14:05:03 wiz Exp $
Ensure we can find SunOS std::aligned_alloc if using it.
---- libstdc++-v3/libsupc++/new_opa.cc.orig 2024-05-21 16:47:42.000000000 +0900
-+++ libstdc++-v3/libsupc++/new_opa.cc 2024-12-24 22:22:57.962123061 +0900
-@@ -62,6 +62,10 @@ extern "C"
+--- libstdc++-v3/libsupc++/new_opa.cc.orig 2024-05-21 10:47:42.000000000 +0300
++++ libstdc++-v3/libsupc++/new_opa.cc
+@@ -62,6 +62,10 @@
}
#endif
Home |
Main Index |
Thread Index |
Old Index