diff -Nru gcc-11-11.3.0/debian/changelog gcc-11-11.3.0/debian/changelog
--- gcc-11-11.3.0/debian/changelog	2022-05-19 10:42:20.000000000 +0000
+++ gcc-11-11.3.0/debian/changelog	2022-05-21 04:19:51.000000000 +0000
@@ -1,3 +1,13 @@
+gcc-11 (11.3.0-3+rpi1) bookworm-staging; urgency=medium
+
+  [changes brought forward from gcc-8 8-20180207-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 17 Feb 2018 00:20:23 +0000]
+  * Don't pass -march=armv7+fp to compiler when building libatomic.
+
+  [changes introduced in gcc-8 8.2.0-16+rpi1 by Peter Michael Green]
+  * Disable testsuite (build seems to hang after testsuite completes).
+
+ -- Raspbian forward porter <root@raspbian.org>  Sat, 21 May 2022 04:19:51 +0000
+
 gcc-11 (11.3.0-3) unstable; urgency=medium
 
   * Update to git 20220519 from the gcc-11 branch.
diff -Nru gcc-11-11.3.0/debian/patches/raspbian-disable-libatomic-march.diff gcc-11-11.3.0/debian/patches/raspbian-disable-libatomic-march.diff
--- gcc-11-11.3.0/debian/patches/raspbian-disable-libatomic-march.diff	1970-01-01 00:00:00.000000000 +0000
+++ gcc-11-11.3.0/debian/patches/raspbian-disable-libatomic-march.diff	2022-05-21 04:19:51.000000000 +0000
@@ -0,0 +1,26 @@
+Common subdirectories: gcc-8-8-20180207/src/libatomic/config and gcc-8-8-20180207.new/src/libatomic/config
+diff -u gcc-8-8-20180207/src/libatomic/Makefile.am gcc-8-8-20180207.new/src/libatomic/Makefile.am
+--- gcc-8-8-20180207/src/libatomic/Makefile.am	2018-01-04 13:44:36.000000000 +0000
++++ gcc-8-8-20180207.new/src/libatomic/Makefile.am	2018-02-17 00:14:40.003950159 +0000
+@@ -127,7 +127,7 @@
+ libatomic_la_LIBADD += $(foreach s,$(SIZES),$(addsuffix _$(s)_1_.lo,$(SIZEOBJS)))
+ endif
+ if ARCH_ARM_LINUX
+-IFUNC_OPTIONS	     = -march=armv7-a+fp -DHAVE_KERNEL64
++IFUNC_OPTIONS	     = -DHAVE_KERNEL64
+ libatomic_la_LIBADD += $(foreach s,$(SIZES),$(addsuffix _$(s)_1_.lo,$(SIZEOBJS)))
+ libatomic_la_LIBADD += $(addsuffix _8_2_.lo,$(SIZEOBJS))
+ endif
+diff -u gcc-8-8-20180207/src/libatomic/Makefile.in gcc-8-8-20180207.new/src/libatomic/Makefile.in
+--- gcc-8-8-20180207/src/libatomic/Makefile.in	2018-01-04 13:44:46.000000000 +0000
++++ gcc-8-8-20180207.new/src/libatomic/Makefile.in	2018-02-17 00:14:24.819805316 +0000
+@@ -351,7 +351,7 @@
+ 	_$(s)_.lo,$(SIZEOBJS))) $(am__append_1) $(am__append_2) \
+ 	$(am__append_3) $(am__append_4)
+ @ARCH_AARCH64_LINUX_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -march=armv8-a+lse
+-@ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -march=armv7-a+fp -DHAVE_KERNEL64
++@ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -DHAVE_KERNEL64
+ @ARCH_I386_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -march=i586
+ @ARCH_X86_64_TRUE@@HAVE_IFUNC_TRUE@IFUNC_OPTIONS = -mcx16
+ libatomic_convenience_la_SOURCES = $(libatomic_la_SOURCES)
+Common subdirectories: gcc-8-8-20180207/src/libatomic/testsuite and gcc-8-8-20180207.new/src/libatomic/testsuite
diff -Nru gcc-11-11.3.0/debian/rules.defs gcc-11-11.3.0/debian/rules.defs
--- gcc-11-11.3.0/debian/rules.defs	2022-04-25 09:29:42.000000000 +0000
+++ gcc-11-11.3.0/debian/rules.defs	2022-05-21 04:19:51.000000000 +0000
@@ -1644,7 +1644,7 @@
 # run testsuite ---------------
 with_check := yes
 # if you don't want to run the gcc testsuite, uncomment the next line
-#with_check := disabled by hand
+with_check := disabled by plugwash
 ifeq ($(with_base_only),yes)
   with_check := no
 endif
diff -Nru gcc-11-11.3.0/debian/rules.patch gcc-11-11.3.0/debian/rules.patch
--- gcc-11-11.3.0/debian/rules.patch	2022-05-19 10:42:20.000000000 +0000
+++ gcc-11-11.3.0/debian/rules.patch	2022-05-21 04:19:51.000000000 +0000
@@ -86,6 +86,10 @@
 #	libstdc++-nothumb-check \
 
 hardening_patches =
+
+debian_patches += \
+	raspbian-disable-libatomic-march \
+
 ifneq (,$(filter $(derivative),Ubuntu))
   ifneq (,$(findstring gcc-11, $(PKGSOURCE)))
     hardening_patches += \