From 866de5fdccc4bdc7ee0a44e763901d21ff1e426e Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 13 Nov 2025 15:23:14 +0100 Subject: [PATCH] Ignore `tests/ui/lto/lto-global-allocator.rs` for GCC backend --- tests/ui/lto/lto-global-allocator.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ui/lto/lto-global-allocator.rs b/tests/ui/lto/lto-global-allocator.rs index 03f11709c901..6e5ed9484756 100644 --- a/tests/ui/lto/lto-global-allocator.rs +++ b/tests/ui/lto/lto-global-allocator.rs @@ -2,6 +2,7 @@ //@ build-pass //@ no-prefer-dynamic //@ needs-crate-type: cdylib +//@ ignore-backends: gcc use std::alloc::{GlobalAlloc, Layout};