Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: heckflosse67 at gmx dot de
Target Milestone: ---
Here's a simple example which works fine in gcc up to version 9 when build
using -O3
On gcc 10 -O3, the output is different to the output of gcc 10 -O2.
The outp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96133
--- Comment #7 from Ingo Weyrich ---
Richard, does you last comment mean, you already fixed it?. How can I test?
Maybe using godbolt?
Ingo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96133
--- Comment #12 from Ingo Weyrich ---
Thanks for fixing and kudos for your very fast response time!