Skip to content

Commit

Permalink
Merge pull request gcc-mirror#19 from NinaRanns/erics_crash
Browse files Browse the repository at this point in the history
temporary fix
  • Loading branch information
villevoutilainen authored Aug 26, 2024
2 parents 3e5995e + 186c5bf commit 09f5b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/cp/contracts.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 09f5b7f

Please sign in to comment.