From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B772838708DC; Fri, 10 Jul 2020 08:23:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B772838708DC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594369435; bh=tNNeqNcVFFe3rb7ab48xBmasfaMJ5KrmdJg78cbiKIU=; h=From:To:Subject:Date:From; b=UlghWmzBup1Fsri5GKHlZ4xD14dk6HNvdTa3rX8MuqeyP3oRTOcAlVIJZK+2exQGP ltf7kwiOxkvjLSicoqHRkrkacryaIjxoyozVECSVuRXYXKl2G7R28Q4hmYwjJRSinw EW8WQsw5pzt1wXsDObqkAcy+3nUO21tI8VF3ZDwM= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/96147] New: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL Date: Fri, 10 Jul 2020 08:23:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcctarget attachments.created Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 08:23:55 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96147 Bug ID: 96147 Summary: [11 regression] gcc.dg/vect/slp-43.c etc. FAIL Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: sparc-sun-solaris2.11 Created attachment 48855 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48855&action=3Dedit 32-bit sparc-sun-solaris2.11 slp-43.c.163t.vect Between 20200708 (30fdaead5b7880c4e9f140618e26ad1c545642d5) and 20200709 (fab263ab0fc10ea08409b80afa7e8569438b8d28), a couple of testcases regressed= on Solaris/SPARC, both 32 and 64-bit: +XPASS: gcc.dg/vect/bb-slp-32.c -flto -ffat-lto-objects scan-tree-dump slp2 "vectorization is not profitable" +XPASS: gcc.dg/vect/bb-slp-32.c scan-tree-dump slp2 "vectorization is not profitable" +XPASS: gcc.dg/vect/bb-slp-9.c -flto -ffat-lto-objects scan-tree-dump-times slp2 "basic block vectorized" 1 +XPASS: gcc.dg/vect/bb-slp-9.c scan-tree-dump-times slp2 "basic block vectorized" 1 +FAIL: gcc.dg/vect/slp-43.c -flto -ffat-lto-objects scan-tree-dump-times v= ect "vectorized 1 loops" 2 +FAIL: gcc.dg/vect/slp-43.c scan-tree-dump-times vect "vectorized 1 loops" 2 +FAIL: gcc.dg/vect/slp-45.c -flto -ffat-lto-objects scan-tree-dump-times v= ect "vectorized 1 loops" 13 +FAIL: gcc.dg/vect/slp-45.c scan-tree-dump-times vect "vectorized 1 loops" = 13 There's a similar regression reported on ia64-suse-linux-gnu. Dumps for the FAILs attached.=