[Bug 1727540] Update Released

Łukasz Zemczak 1727540 at bugs.launchpad.net
Mon Jan 29 09:58:55 UTC 2018


The verification of the Stable Release Update for gcc-5 has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
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/1727540

Title:
  add support for thunderx2 cores

Status in gcc-5 package in Ubuntu:
  Fix Released
Status in gcc-5 source package in Xenial:
  Fix Committed
Status in gcc-5 source package in Zesty:
  Won't Fix
Status in gcc-5 source package in Artful:
  Fix Released
Status in gcc-5 source package in Bionic:
  Fix Released

Bug description:
  [Impact]
  gcc-5 doesn't know about thunderx2 cores, so optimization flags for this target will fail. While it is possible to generate the same code by referencing the previous name of the core (vulcan), that is non-obvious to the end user.

  [Test Case]
  gcc-5 hello.c -o hello -mcpu=thunderx2t99
  hello.c:1:0: error: unknown value ‘thunderx2t99’ for -mcpu
   #include <stdio.h>
   ^

  Also test that -mcpu=vulcan still works, to check for regressions.

  [Regression Risk]
  The patchset includes a rename of the "vulcan" core to "thunderx2t99". It retains backwards compatibility with the "vulcan" name to avoid regressing users that may already be using that name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1727540/+subscriptions



More information about the foundations-bugs mailing list