Re: [PATCH] c++/contracts: ICE in build_contract_condition_function [PR116490]

2024-09-24 Thread Jason Merrill
On 8/30/24 8:49 AM, Nina Dinka Ranns wrote: We currently do not expect comdat group of the guarded function to be set at the time of generating pre and post check function. However, in the case of an explicit instantiation, the guarded function has been added to a comdat group before generating c

Re: [PATCH] c++/contracts: ICE in build_contract_condition_function [PR116490]

2024-09-23 Thread Nina Dinka Ranns
Hi all, just pinging this thread in case it got lost in the shuffle. Best, Nina On Fri, 30 Aug 2024 at 13:49, Nina Dinka Ranns wrote: > We currently do not expect comdat group of the guarded function to > be set at the time of generating pre and post check function. > However, in the case of a

[PATCH] c++/contracts: ICE in build_contract_condition_function [PR116490]

2024-08-30 Thread Nina Dinka Ranns
-linux-gnu. Patch attached to the email. OK for trunk? Best, Nina From e3d65d0e82f8042fe29908c60d46f1dce327df67 Mon Sep 17 00:00:00 2001 From: Nina Ranns Date: Thu, 29 Aug 2024 13:43:18 +0100 Subject: [PATCH] c++/contracts: ICE in build_contract_condition_function [PR116490] We currently do not