Patches automatically refreshed.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
default "7.5.0" if GCC_VERSION_7
default "9.3.0" if GCC_VERSION_9
default "10.3.0" if GCC_VERSION_10
- default "11.1.0" if GCC_VERSION_11
+ default "11.2.0" if GCC_VERSION_11
default "8.4.0"
config GCC_USE_IREMAP
PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
endif
-ifeq ($(PKG_VERSION),11.1.0)
- PKG_HASH:=4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf
+ifeq ($(PKG_VERSION),11.2.0)
+ PKG_HASH:=d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
endif
PATCH_DIR=../patches/$(GCC_VERSION)
; On SVR4 targets, it also controls whether or not to emit a
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
-@@ -9054,6 +9054,17 @@ This option is only supported for C and
+@@ -9055,6 +9055,17 @@ This option is only supported for C and
@option{-Wall} and by @option{-Wpedantic}, which can be disabled with
@option{-Wno-pointer-sign}.
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
-@@ -10090,8 +10090,10 @@ getenv_spec_function (int argc, const ch
+@@ -10100,8 +10100,10 @@ getenv_spec_function (int argc, const ch
}
if (!value)