[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1016903: marked as done (tree-vectorize: Wrong code at O2 level (-fno-tree-vectorize is working))



Your message dated Wed, 6 Sep 2023 15:22:53 +0200
with message-id <[🔎] CA+7wUswY6YYwNp=SmuBKAoqkmabDk+_VX470-=hYOa8E28TFDA@mail.gmail.com>
and subject line really closing for real
has caused the Debian Bug report #1016903,
regarding tree-vectorize: Wrong code at O2 level (-fno-tree-vectorize is working)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1016903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016903
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: g++-12
Version: 12.1.0-7
Forwarded: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106322
Affects: src:highway

I am getting some odd behavior for unit test of highway. I believe
there is some wrong-code generation using g++ + -O2 (tree-vectorize is
default now).

--- End Message ---
--- Begin Message ---
Version: 12.2.0-18

malat@barriere ~ % apt-cache policy gcc-12
gcc-12:
  Installed: 12.2.0-18
  Candidate: 12.2.0-18
  Version table:
 *** 12.2.0-18 100
          1 https://deb.debian.org/debian experimental/main i386 Packages
        100 /var/lib/dpkg/status
     12.2.0-14 500
        500 https://deb.debian.org/debian sid/main i386 Packages
malat@barriere ~ % gcc-12 -O2 pr106322.c && ./a.out && echo fixed
fixed

Thanks

--- End Message ---

Reply to: