From 186c5bf72c3fcb40c2ff3b702e80e29019c465d3 Mon Sep 17 00:00:00 2001 From: Nina Ranns Date: Mon, 26 Aug 2024 17:15:53 +0100 Subject: [PATCH] temporary fix --- gcc/cp/contracts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/contracts.cc b/gcc/cp/contracts.cc index db13104355bb8..61de7ec85cd6f 100644 --- a/gcc/cp/contracts.cc +++ b/gcc/cp/contracts.cc @@ -1441,7 +1441,7 @@ build_contract_condition_function (tree fndecl, bool pre) /* We haven't set the comdat group on the guarded function yet, we'll add this to the same group in comdat_linkage later. */ - gcc_assert (!DECL_ONE_ONLY (fndecl)); + //gcc_assert (!DECL_ONE_ONLY (fndecl)); DECL_INTERFACE_KNOWN (fn) = true; }