gcc-5 affected in xenial and bionic.

gcc-6 affected in bionic only.

gcc-7 and gcc-8 affected, and currently have inflight SRU updates to
v7.5 and v8.3 in bionic, thus are not going to be updated at the moment
anywhere I don't think.

gcc-9 is fixed in focal.


** Also affects: gcc-6 (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: gcc-5 (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: gcc-5 (Ubuntu Disco)
   Importance: Undecided
       Status: New

** Also affects: gcc-6 (Ubuntu Disco)
   Importance: Undecided
       Status: New

** Also affects: gcc-7 (Ubuntu Disco)
   Importance: Undecided
       Status: New

** Also affects: gcc-8 (Ubuntu Disco)
   Importance: Undecided
       Status: New

** Also affects: gcc-9 (Ubuntu Disco)
   Importance: Undecided
       Status: New

** Also affects: gcc-5 (Ubuntu Bionic)
   Importance: Undecided
       Status: New

** Also affects: gcc-6 (Ubuntu Bionic)
   Importance: Undecided
       Status: New

** Also affects: gcc-7 (Ubuntu Bionic)
   Importance: Undecided
       Status: New

** Also affects: gcc-8 (Ubuntu Bionic)
   Importance: Undecided
       Status: New

** Also affects: gcc-9 (Ubuntu Bionic)
   Importance: Undecided
       Status: New

** Also affects: gcc-5 (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: gcc-6 (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: gcc-7 (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: gcc-8 (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: gcc-9 (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: gcc-5 (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: gcc-6 (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: gcc-7 (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: gcc-8 (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: gcc-9 (Ubuntu Focal)
   Importance: High
     Assignee: Canonical Foundations Team (canonical-foundations)
       Status: Fix Released

** Also affects: gcc-5 (Ubuntu Eoan)
   Importance: Undecided
       Status: New

** Also affects: gcc-6 (Ubuntu Eoan)
   Importance: Undecided
       Status: New

** Also affects: gcc-7 (Ubuntu Eoan)
   Importance: Undecided
       Status: New

** Also affects: gcc-8 (Ubuntu Eoan)
   Importance: Undecided
       Status: New

** Also affects: gcc-9 (Ubuntu Eoan)
   Importance: Undecided
       Status: New

** Changed in: gcc-6 (Ubuntu Eoan)
       Status: New => Invalid

** Changed in: gcc-6 (Ubuntu Focal)
       Status: New => Invalid

** Changed in: gcc-6 (Ubuntu Xenial)
       Status: New => Invalid

** Changed in: gcc-5 (Ubuntu Disco)
       Status: New => Invalid

** Changed in: gcc-5 (Ubuntu Eoan)
       Status: New => Invalid

** Changed in: gcc-5 (Ubuntu Focal)
       Status: New => Invalid

** Changed in: gcc-7 (Ubuntu Xenial)
       Status: New => Invalid

** Changed in: gcc-8 (Ubuntu Xenial)
       Status: New => Invalid

** Changed in: gcc-9 (Ubuntu Xenial)
       Status: New => Invalid

** Changed in: gcc-9 (Ubuntu Bionic)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1856682

Title:
  GCC Miscompilation in vectorized code

Status in gcc:
  Unknown
Status in Ubuntu on IBM z Systems:
  Triaged
Status in gcc-5 package in Ubuntu:
  Invalid
Status in gcc-6 package in Ubuntu:
  Invalid
Status in gcc-7 package in Ubuntu:
  New
Status in gcc-8 package in Ubuntu:
  New
Status in gcc-9 package in Ubuntu:
  Fix Released
Status in gcc-5 source package in Xenial:
  New
Status in gcc-6 source package in Xenial:
  Invalid
Status in gcc-7 source package in Xenial:
  Invalid
Status in gcc-8 source package in Xenial:
  Invalid
Status in gcc-9 source package in Xenial:
  Invalid
Status in gcc-5 source package in Bionic:
  New
Status in gcc-6 source package in Bionic:
  New
Status in gcc-7 source package in Bionic:
  New
Status in gcc-8 source package in Bionic:
  New
Status in gcc-9 source package in Bionic:
  Invalid
Status in gcc-5 source package in Disco:
  Invalid
Status in gcc-6 source package in Disco:
  New
Status in gcc-7 source package in Disco:
  New
Status in gcc-8 source package in Disco:
  New
Status in gcc-9 source package in Disco:
  New
Status in gcc-5 source package in Eoan:
  Invalid
Status in gcc-6 source package in Eoan:
  Invalid
Status in gcc-7 source package in Eoan:
  New
Status in gcc-8 source package in Eoan:
  New
Status in gcc-9 source package in Eoan:
  New
Status in gcc-5 source package in Focal:
  Invalid
Status in gcc-6 source package in Focal:
  Invalid
Status in gcc-7 source package in Focal:
  New
Status in gcc-8 source package in Focal:
  New
Status in gcc-9 source package in Focal:
  Fix Released

Bug description:
  Miscompilation in autovectorized code.
   
  ---Steps to Reproduce---
   See GCC BZ: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92950

  The following testcase abort when being compiled with -O3 -march=z13
  on IBM Z:

  struct a {
    int b;
    char c;
  };
  struct a d = {1, 16};
  struct a *e = &d;

  int f = 0;

  int main() {
    struct a g = {0, 0 };
    f = 0;

    for (; f <= 1; f++) {
      g = d;
      *e = g;
    }

    if (d.c != 16)
      __builtin_abort();
  }

  The movv1qi pattern emits halfword load instructions instead of character
  loads.

  All GCC versions since GCC 5 are affected.
  Patches for GCC 8, 9, and 10 have been committed to the gcc.gnu.org branches.
   
  Userspace tool common name: gcc  
  The userspace tool has the following bit modes: 64 
  Userspace rpm: various Ubuntu gcc packages

  
  Package need to updated within LP

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1856682/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to     : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp

Reply via email to