Update GCC 10 to 10.5.0

This commit is contained in:
fosslinux 2025-02-02 15:20:26 +11:00
parent 4aaaeff6f2
commit 4f668371ab
14 changed files with 30 additions and 30 deletions

View file

@ -1,18 +0,0 @@
SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
SPDX-License-Identifier: GPL-3.0-or-later
GCC 4.7 doesn't have fisolate-erroneous-paths-dereference. Hence
this line does nothing.
--- gcc-10.4.0/libgcc/generic-morestack.c 2023-01-25 16:52:35.382471998 +1100
+++ gcc-10.4.0/libgcc/generic-morestack.c 2023-01-25 16:52:40.773585043 +1100
@@ -23,8 +23,6 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
-#pragma GCC optimize ("no-isolate-erroneous-paths-dereference")
-
/* powerpc 32-bit not supported. */
#if !defined __powerpc__ || defined __powerpc64__