On Wed, Sep 14, 2022 at 6:20 PM Thomas Schwinge wrote:
>
> Hi!
>
> On 2022-09-14T15:39:47+0200, Richard Biener via Gcc-patches
> wrote:
> > On Wed, Aug 24, 2022 at 2:13 PM wrote:
> >>
> >> From: Philip Herron
> >>
> >> We have some rust specific langugage options note -fwrapv is enabled by
> >
Hi!
On 2022-09-14T15:39:47+0200, Richard Biener via Gcc-patches
wrote:
> On Wed, Aug 24, 2022 at 2:13 PM wrote:
>>
>> From: Philip Herron
>>
>> We have some rust specific langugage options note -fwrapv is enabled by
>> default in the code. We are trying to respect options such as
>> -Wunused-r
On Wed, Aug 24, 2022 at 2:13 PM wrote:
>
> From: Philip Herron
>
> We have some rust specific langugage options note -fwrapv is enabled by
> default in the code. We are trying to respect options such as
> -Wunused-result which we get by porting over c++ no-discard for rust's
> must-use attribute,