Rollup merge of #118835 - Urgau:fix-rccg-gcc-tests, r=matthiaskrgr

Fix again `rustc_codegen_gcc` tests

Similar to https://github.com/rust-lang/rust/pull/118706

r? `@GuillaumeGomez`
This commit is contained in:
Matthias Krüger 2023-12-11 20:46:52 +01:00 committed by GitHub
commit 1cf538b0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
thread_local
)]
#![no_core]
#![allow(dead_code, internal_features)]
#![allow(dead_code, internal_features, ambiguous_wide_pointer_comparisons)]
#[no_mangle]
unsafe extern "C" fn _Unwind_Resume() {