logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

no-isolate-erroneous-paths-dereference.patch (641B)


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