On Mon, Jun 6, 2022 at 2:12 AM Hongbo Liu via Gcc-patches
wrote:
>
> Hi,
>
> This is my first time using email patch, please correct me if there is any
> error. Thanks!
>
>
> I found a c++ optimization bug first introduced via
> commit 520d5ad337eaa15860a5a964daf7ca46cf31c029, which will make pr
Hi,
This is my first time using email patch, please correct me if there is any
error. Thanks!
I found a c++ optimization bug first introduced via
commit 520d5ad337eaa15860a5a964daf7ca46cf31c029, which will make program
compiled with -O2 have unexpected behavior.
How to produce
1. Checkout