From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 504EC3858404; Fri, 14 Oct 2022 07:50:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 504EC3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665733815; bh=lkkkYKgFxDcppe0mMVxp9mzvft/m4N9FvbxnPXmiqFU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EdTGNKwXJwrRy/GVvpPKQV8USCeYPm5baln1mLxPZBU25KYUeIlY2EYoK0sa8AxPp LwiHS5GMBPKuhulJdeOkxYElLUXaCaEDTnR31eI9ArlouV2UVpm+66J3nqj70xF38A Ba7bZJEPBvVyXraTncQmWqSco+GgVsc1PoGHS8k8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107254] [11/12/13 Regression] Wrong vectorizer code (GCC 11 only, Fortran) Date: Fri, 14 Oct 2022 07:50:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.3.1 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc priority cf_known_to_work Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107254 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11 Regression] Wrong |[11/12/13 Regression] Wrong |vectorizer code (GCC 11 |vectorizer code (GCC 11 |only, Fortran) |only, Fortran) Priority|P3 |P2 Known to work|12.1.0 | --- Comment #4 from Richard Biener --- Btw, the testcase still fails with -O2 -ftree-vectorize -mavx2 -mno-fma -fno-vect-cost-model on the GCC 12 branch and trunk but works with these fl= ags on the GCC 10 branch. Interestingly it doesn't fail with -mprefer-vector-width=3D128 (which doesn= 't require versioning for aliasing).=