[Bug 1482320] Re: [armhf] exception not caught when defining identical lambdas built with -O2

Launchpad Bug Tracker 1482320 at bugs.launchpad.net
Fri Sep 4 12:21:13 UTC 2015


This bug was fixed in the package gcc-5 - 5.2.1-16ubuntu1

---------------
gcc-5 (5.2.1-16ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

gcc-5 (5.2.1-16) unstable; urgency=medium

  * Update to SVN 20150903 (r227431, 5.2.1) from the gcc-5-branch.
    - Backport the filesystem TS library.
  * libstdc++-dev: Install libstdc++fs.a.
  * Again, configure with --enable-targets=powerpcle-linux on ppc64el.
  * Apply proposed patch for PR target/67211 (ppc64el).
  * libgo-dev: Install libgolibbegin.a.
  * Apply proposed patch for PR target/67280 (ARM). LP: #1482320.

 -- Matthias Klose <doko at ubuntu.com>  Thu, 03 Sep 2015 16:00:26 +0200

** Changed in: gcc-5 (Ubuntu)
       Status: Confirmed => Fix Released

-- 
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:
  Fix Released

Bug description:
  Here's a minimal example that exhibits the issue in armhf:
  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