https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116225
Bug ID: 116225 Summary: Rust test failures with -D_GLIBCXX_ASSERTIONS Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- Created attachment 58820 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58820&action=edit rust.log.xz ``` # grep -rsin ^FAIL: gcc/testsuite/rust/rust.log 1634:FAIL: rust/compile/issue-2238.rs (internal compiler error: Aborted) 1635:FAIL: rust/compile/issue-2238.rs at line 13 (test for warnings, line 12) 1636:FAIL: rust/compile/issue-2238.rs (test for excess errors) 2499:FAIL: rust/compile/name_resolution2.rs (internal compiler error: Aborted) 2500:FAIL: rust/compile/name_resolution2.rs (test for warnings, line 7) 2501:FAIL: rust/compile/name_resolution2.rs (test for excess errors) 2588:FAIL: rust/compile/name_resolution4.rs (internal compiler error: Aborted) 2589:FAIL: rust/compile/name_resolution4.rs (test for warnings, line 5) 2590:FAIL: rust/compile/name_resolution4.rs (test for excess errors) 2705:FAIL: rust/compile/non_member_const.rs (internal compiler error: Aborted) 2708:FAIL: rust/compile/non_member_const.rs (test for excess errors) 2831:FAIL: rust/compile/pattern-struct.rs (internal compiler error: Aborted) 2833:FAIL: rust/compile/pattern-struct.rs (test for excess errors) ``` I've attached rust.log, but they're all assertions from -D_GLIBCXX_ASSERTIONS. -- You are receiving this mail because: You are on the CC list for the bug.