-
Notifications
You must be signed in to change notification settings - Fork 14.1k
cg_gcc subtree update #149642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cg_gcc subtree update #149642
Conversation
Use generic builtin for checked binary operation
Use generic builtin for saturating add/sub
fix 128bits ctlz intrinsincs UB
--------- Co-authored-by: FrancescoV1985 <franci.vi@tiscali.it> Co-authored-by: FrancescoV1985 <62872737+FrancescoV1985@users.noreply.github.com> Co-authored-by: antoyo <antoyo@users.noreply.github.com>
…explicit directory
Use fallback sysroot directory if we cannot find libgccjit.so in the explicit directory
Update gccjit_sys
…update_cg_gcc_2025-12-04
|
Some changes occurred in compiler/rustc_codegen_gcc |
|
|
@bors r+ p=1 rollup=never |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 29e035e (parent) -> b33119f (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard b33119ffdd483969934b10a886dc06dd29a473f9 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (b33119f): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary -3.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 470.646s -> 470.287s (-0.08%) |
cc @antoyo
r? ghost