[Bug 1482320] Re: [armhf] exception not caught when defining identical lambdas built with -O2
Alberto Aguirre
alberto.aguirre at canonical.com
Thu Aug 6 18:06:16 UTC 2015
The failure was originally observed on a mir unit test failure here:
https://launchpadlibrarian.net/213612810/buildlog_ubuntu-wily-armhf.mir_0.15.0%2B15.10.20150804-0ubuntu1_BUILDING.txt.gz
which used the current wily-proposed 5.2.1-12ubuntu2 gcc5 package.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1482320
Title:
[armhf] exception not caught when defining identical lambdas built
with -O2
Status in gcc-5 package in Ubuntu:
New
Bug description:
Here's a minimal example that exhibits the issue:
http://pastebin.ubuntu.com/12014818/
compiled with g++ -std=c++11 -O2
Expected output:
ignored exception: some error
ignored exception: some error
Actual output:
terminate called after throwing an instance of 'std::runtime_error'
what(): some error
Aborted (core dumped)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1482320/+subscriptions
More information about the foundations-bugs
mailing list