From e93808faa5e547cadf17f2ae650370efcbf9cd7a Mon Sep 17 00:00:00 2001 From: Owen Avery Date: Thu, 24 Jul 2025 23:14:14 -0400 Subject: [PATCH] Reenable test on *-*-darwin* This seems to have been disabled to work around a bug in clang, back in 2022. gcc/testsuite/ChangeLog: * rust/debug/chartype.rs: Reenable test on darwin targets. Signed-off-by: Owen Avery --- gcc/testsuite/rust/debug/chartype.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/testsuite/rust/debug/chartype.rs b/gcc/testsuite/rust/debug/chartype.rs index 3300925d4e0d..68eb2aa7b16e 100644 --- a/gcc/testsuite/rust/debug/chartype.rs +++ b/gcc/testsuite/rust/debug/chartype.rs @@ -1,5 +1,4 @@ // { dg-do compile } -// { dg-skip-if "see https://github.com/Rust-GCC/gccrs/pull/1632" { *-*-darwin* } } // { dg-options "-w -gdwarf-4 -dA" } // 'char' should use DW_ATE_UTF fn main() {