[Bug c++/71178] New: lots of C++ exception test failures on x86_64
msebor at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 18 18:08:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71178
Bug ID: 71178
Summary: lots of C++ exception test failures on x86_64
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: msebor at gcc dot gnu.org
Target Milestone: ---
I'm seeing lots of C++ execution tests fail ox x86_64 with today's trunk,
similar to (or the same as) those reported here for revision 236373:
https://gcc.gnu.org/ml/gcc-testresults/2016-05/msg01935.html
The following build of revision 236357 looks much better:
https://gcc.gnu.org/ml/gcc-testresults/2016-05/msg01923.html
A small subset of the failures I'm seeing is below:
FAIL: g++.old-deja/g++.eh/vbase1.C -std=c++14 execution test
FAIL: g++.old-deja/g++.eh/vbase2.C -std=c++14 execution test
FAIL: g++.old-deja/g++.jason/thunk3.C -std=c++14 execution test
FAIL: g++.old-deja/g++.robertl/eh990323-5.C -std=c++14 execution test
FAIL: g++.dg/cpp0x/bad_array_new2.C -std=c++14 execution test
FAIL: g++.dg/eh/ctor1.C -std=c++14 execution test
FAIL: g++.dg/eh/delete1.C -std=c++14 execution test
FAIL: g++.dg/eh/uncaught4.C -std=c++14 execution test
FAIL: g++.dg/eh/unexpected1.C -std=c++14 execution test
FAIL: g++.dg/init/ctor1.C -std=c++14 execution test
FAIL: g++.old-deja/g++.eh/fntry1.C -std=c++14 execution test
FAIL: g++.dg/cpp0x/initlist90.C -std=c++14 execution test
FAIL: g++.dg/init/array5.C -std=c++14 execution test
FAIL: g++.old-deja/g++.eh/spec2.C -std=c++14 execution test
FAIL: g++.old-deja/g++.eh/spec3.C -std=c++14 execution test
FAIL: g++.old-deja/g++.other/singleton.C -std=c++14 execution test
FAIL: g++.old-deja/g++.other/init7.C -std=c++14 execution test
FAIL: g++.old-deja/g++.robertl/eh990323-1.C -std=c++14 execution test
More information about the Gcc-bugs
mailing list