https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111522

--- Comment #9 from Mathieu Malaterre <malat at debian dot org> ---
If you download pr111522.cc from comment #8, you should be able to reproduce
exactly the original upstream issue.

Steps:

% c++ -O2 -flto pr111522.cc  && ./a.out


vs

% c++ -O2 pr111522.cc && ./a.out

Reply via email to