Re: [PATCH] Use CASE_CONVERT in a few more cases

2022-04-29 Thread Jason Merrill via Gcc-patches
On 4/29/22 05:37, Richard Biener wrote: This uses CASE_CONVERT more which eases eventual removal of NOP_EXPR. Bootstrapped and tested on x86_64-unknown-linux-gnu, OK for trunk? Jason, from the experiment this is from I know that the C++ FE distinguishes between CONVERT_EXPR and NOP_EXPR at

Re: [PATCH] Use CASE_CONVERT in a few more cases

2022-04-29 Thread Jeff Law via Gcc-patches
On 4/29/2022 3:37 AM, Richard Biener via Gcc-patches wrote: This uses CASE_CONVERT more which eases eventual removal of NOP_EXPR. Bootstrapped and tested on x86_64-unknown-linux-gnu, OK for trunk? Jason, from the experiment this is from I know that the C++ FE distinguishes between

[PATCH] Use CASE_CONVERT in a few more cases

2022-04-29 Thread Richard Biener via Gcc-patches
This uses CASE_CONVERT more which eases eventual removal of NOP_EXPR. Bootstrapped and tested on x86_64-unknown-linux-gnu, OK for trunk? Jason, from the experiment this is from I know that the C++ FE distinguishes between CONVERT_EXPR and NOP_EXPR at the moment, are the C++ bits nevertheless