[Bug ipa/82107] [5/6/7/8 Regression] O2 optimisation on amd64 leads to error

2017-09-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82107 --- Comment #3 from Martin Liška --- Huh, very nice example I must admit. Following bad happens: In FooImpl.cpp content of real_payload is inlined to payload function. Then ICF does merge operation: FooImpl::real_payload (struct FooImpl *

[Bug ipa/82107] [5/6/7/8 Regression] O2 optimisation on amd64 leads to error

2017-09-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82107 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Component|c++