logo

live-bootstrap

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

gcc-10-fself-test.patch (767B)


  1. SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-3.0-or-later
  3. In GCC 10, fself-test is run on every GCC used in the
  4. build process to ensure correctness. However this is not
  5. yet introduced in GCC 4.7, so we no-op it.
  6. --- gcc-4.7.4/gcc/common.opt 2023-01-23 21:22:23.630919284 +1100
  7. +++ gcc-4.7.4/gcc/common.opt 2023-01-23 21:23:33.030143958 +1100
  8. @@ -1701,6 +1701,10 @@
  9. Common Report Var(flag_selective_scheduling2) Optimization
  10. Run selective scheduling after reload
  11. +fself-test=
  12. +Common Undocumented Joined Var(flag_self_test)
  13. +Run no-op self-tests.
  14. +
  15. fsel-sched-pipelining
  16. Common Report Var(flag_sel_sched_pipelining) Init(0) Optimization
  17. Perform software pipelining of inner loops during selective scheduling