Bug 71178 - lots of C++ exception test failures on x86_64
Summary: lots of C++ exception test failures on x86_64
Status: RESOLVED DUPLICATE of bug 71180
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 7.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 18:08 UTC by Martin Sebor
Modified: 2016-05-18 18:32 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Sebor 2016-05-18 18:08:02 UTC
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
Comment 1 Andrew Pinski 2016-05-18 18:32:36 UTC
Dup of bug 71180 which pinpoints the revision.

*** This bug has been marked as a duplicate of bug 71180 ***