https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110879
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The new testcase FAILs on both x86_64-linux and i686-linux with C++98: FAIL: g++.dg/opt/pr110879.C -std=gnu++98 scan-tree-dump-not optimized "=\\s*\\S*res_(?!\\S*_M_end_of_storage;)" Is it expected (if so, the test should have { target c++11 } either on dg-do or on dg-final), or not?