From 3fff4803a38c9e3ae22844319d6392e96ee7042e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 30 Apr 2026 18:08:24 +0200 Subject: gcc: update to 16.1.0 --- .../0002-libstdc++-ranges.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 patches/gcc-16.1.0-x86_64-pc-elf/0002-libstdc++-ranges.patch (limited to 'patches/gcc-16.1.0-x86_64-pc-elf/0002-libstdc++-ranges.patch') diff --git a/patches/gcc-16.1.0-x86_64-pc-elf/0002-libstdc++-ranges.patch b/patches/gcc-16.1.0-x86_64-pc-elf/0002-libstdc++-ranges.patch new file mode 100644 index 0000000..5d06ad2 --- /dev/null +++ b/patches/gcc-16.1.0-x86_64-pc-elf/0002-libstdc++-ranges.patch @@ -0,0 +1,36 @@ +--- libstdc++-v3/include/Makefile.am 2026-04-30 10:33:29.000000000 +0200 ++++ libstdc++-v3/include/Makefile.am 2026-04-30 17:31:44.158748323 +0200 +@@ -129,6 +129,7 @@ + ${bits_srcdir}/alloc_traits.h \ + ${bits_srcdir}/atomic_base.h \ + ${bits_srcdir}/c++0x_warning.h \ ++ ${bits_srcdir}/binders.h \ + ${bits_srcdir}/boost_concept_check.h \ + ${bits_srcdir}/concept_check.h \ + ${bits_srcdir}/char_traits.h \ +@@ -201,7 +202,6 @@ + ${bits_srcdir}/basic_ios.tcc \ + ${bits_srcdir}/basic_string.h \ + ${bits_srcdir}/basic_string.tcc \ +- ${bits_srcdir}/binders.h \ + ${bits_srcdir}/charconv.h \ + ${bits_srcdir}/chrono.h \ + ${bits_srcdir}/chrono_io.h \ +--- libstdc++-v3/include/Makefile.in 2026-04-30 10:33:29.000000000 +0200 ++++ libstdc++-v3/include/Makefile.in 2026-04-30 17:31:25.624360666 +0200 +@@ -488,6 +488,7 @@ + ${bits_srcdir}/atomic_base.h \ + ${bits_srcdir}/c++0x_warning.h \ + ${bits_srcdir}/boost_concept_check.h \ ++ ${bits_srcdir}/binders.h \ + ${bits_srcdir}/concept_check.h \ + ${bits_srcdir}/char_traits.h \ + ${bits_srcdir}/cpp_type_traits.h \ +@@ -557,7 +558,6 @@ + @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_ios.tcc \ + @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_string.h \ + @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_string.tcc \ +-@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/binders.h \ + @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/charconv.h \ + @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/chrono.h \ + @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/chrono_io.h \ -- cgit v1.2.3