https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65667
Bug ID: 65667 Summary: [5 Regression] FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: danglin at gcc dot gnu.org Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu spawn /home/dave/gnu/gcc/objdir/gcc/testsuite/g++/../../xg++ -B/home/dave/gnu/gc c/objdir/gcc/testsuite/g++/../../ /home/dave/gnu/gcc/gcc/gcc/testsuite/g++.dg/cpp0x/pr57101.C -fno-diagnostics-show-caret -fdiagnostics-color=never -nostdinc++ -I/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/include/hppa-linux-gnu - I/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/include -I/home/dave/gnu/ gcc/gcc/libstdc++-v3/libsupc++ -I/home/dave/gnu/gcc/gcc/libstdc++-v3/include/bac kward -I/home/dave/gnu/gcc/gcc/libstdc++-v3/testsuite/util -fmessage-length=0 -std=gnu++11 -fcompare-debug -S -o pr57101.s/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.dg/cpp0x/pr57101.C:171:31: fatal error: definition of std::initializer_list does not match #include <initializer_list>compilation terminated.compiler exited with status 1output is:/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.dg/cpp0x/pr57101.C:171:31: fatal error: definition of std::initializer_list does not match #include <initializer_list> compilation terminated.FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors)Excess errors:/home/dave/gnu/gcc/gcc/gcc/testsuite/g++.dg/cpp0x/pr57101.C:171:31: fatal error: definition of std::initializer_list does not match #include <initializer_list>compilation terminated. Similar fail: FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++14 (test for excess errors)