diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-12-09 10:08:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 10:08:22 +0000 |
commit | 62d1620c91053438399064fa4eddb15d09cbabf4 (patch) | |
tree | 5bbc11f8cb652f1d29ec57cab7c90440089816fe /gcc/rust/backend/rust-constexpr.cc | |
parent | e91b6e5339c36ecd4b6fc103c39d38757b1c7e4a (diff) | |
parent | a3a755838fd661fcfaf34b794cfd1ac9822126a1 (diff) | |
parent | 88e509b1b1423867b138617c87a3e709c1db95eb (diff) | |
parent | ca0a935cdc375f4747ac67b7dc978be06041dab2 (diff) | |
download | gcc-62d1620c91053438399064fa4eddb15d09cbabf4.zip gcc-62d1620c91053438399064fa4eddb15d09cbabf4.tar.gz gcc-62d1620c91053438399064fa4eddb15d09cbabf4.tar.bz2 |
Merge #1678 #1682 #1687
1678: Cleanup unused parameters r=CohenArthur a=philberty
This starts removing some of the unused parameters within the codebase
1682: const evaluator: Simplify get_nth_callarg r=CohenArthur a=CohenArthur
1687: Repair 'gcc/rust/lang.opt' comment r=CohenArthur a=tschwinge
... lost in #1527 commit 138a6260124740208b8f3aff2e38617f43b05fe8
"rust: Add -frust-compile-until option".
Co-authored-by: Philip Herron <herron.philip@googlemail.com>
Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>