Page MenuHomeFreeBSD

Switch to GCC 9 for the GCC tinderbox.
ClosedPublic

Authored by jhb on Aug 26 2020, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 12:24 AM
Unknown Object (File)
Feb 12 2024, 4:41 AM
Unknown Object (File)
Jan 14 2024, 1:41 AM
Unknown Object (File)
Jan 7 2024, 8:40 PM
Unknown Object (File)
Dec 20 2023, 7:47 AM
Unknown Object (File)
Dec 15 2023, 9:21 AM
Unknown Object (File)
Dec 11 2023, 12:43 AM
Unknown Object (File)
Nov 19 2023, 6:51 PM
Subscribers

Details

Summary

This also adds riscv to the GCC tinderbox.

Test Plan
  • make USE_GCC_TOOLCHAINS=yes tinderbox

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 33178
Build 30527: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Aug 26 2020, 6:52 PM
jhb created this revision.

Very happy to see this happen. LGTM pending the dependencies.

This revision is now accepted and ready to land.Aug 26 2020, 6:55 PM

riscv doesn't link due to jemalloc using atomics on a bool that needs __atomic_exchange_1. That isn't new with GCC 9 though and would fail with riscv-xtoolchain-gcc as well.

powerpc64 dies with an ICE.

32-bit arm is now the only architecture without a GCC toolchain.

Note: gcc9 will not work for TARGET_ARCH powerpcspe (not to be confused with IBM Cell, which is a completely different SPE) because they ripped out the target entirely.

This revision was automatically updated to reflect the committed changes.