From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0BD883858C39; Thu, 24 Aug 2023 02:05:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BD883858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692842754; bh=3PagY1+um17Z2CkPO02Hnx+EKwX4gUuRpllFTKQh23s=; h=From:To:Subject:Date:From; b=KGhRultHqWAKmUO4gitrwVbuoJHXSe4BLwdizS5OeoILl4nAgZpnDfbgDRNAL0Mbx VuVy6nGV/NRNyU2hI06XqKnQZCsue+3mGXlMImHm/CfwoAzXsRj1z2b6OMBQrJAkD5 nmP4aCmtqGaqmbnm6j+TvxbWCEl2RTLwtn2qnZu8= From: "thiago.bauermann at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111125] New: tree-ssa.exp and vect.exp failures after commit 99b5921bfc8f Date: Thu, 24 Aug 2023 02:05:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: thiago.bauermann at linaro dot 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111125 Bug ID: 111125 Summary: tree-ssa.exp and vect.exp failures after commit 99b5921bfc8f Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: thiago.bauermann at linaro dot org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: aarch64 Created attachment 55784 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55784&action=3Dedit gcc.log from commit 829c0c06fe7b Our CI detected that commit 99b5921bfc8f "Handle TYPE_OVERFLOW_UNDEFINED vectorized BB reductions" introduced these testsuite failures on aarch64-li= nux: =3D=3D=3D gcc tests =3D=3D=3D Running gcc:gcc.dg/tree-ssa/tree-ssa.exp ... FAIL: gcc.dg/tree-ssa/slsr-11.c scan-tree-dump-times optimized " \\* " 1 Running gcc:gcc.dg/vect/vect.exp ... FAIL: gcc.dg/vect/bb-slp-29.c -flto -ffat-lto-objects scan-tree-dump-times slp1 "optimized: basic block" 1 FAIL: gcc.dg/vect/bb-slp-29.c scan-tree-dump-times slp1 "optimized: basic block" 1 FAIL: gcc.dg/vect/pr53773.c -flto -ffat-lto-objects scan-tree-dump-times optimized "\\* 10" 2 FAIL: gcc.dg/vect/pr53773.c scan-tree-dump-times optimized "\\* 10" 2 I confirmed that they are still present in trunk as of commit 829c0c06fe7b "Fortran: improve diagnostic message for COMMON with automatic object [PR32986]" from today. The tests above fail with these messages found in gcc.log: - gcc.dg/tree-ssa/slsr-11.c: pattern found 3 times - gcc.dg/vect/bb-slp-29.c: pattern found 2 times - gcc.dg/vect/pr53773.c: pattern found 0 times Tested on Ubuntu 22.04 with: $ ~/src/gcc/configure \ --disable-bootstrap \ --disable-multilib \ && make -j 60 \ && make -C gcc check-gcc RUNTESTFLAGS=3D"gcc.dg/tree-ssa/tree-ssa.exp gcc.dg/vect/vect.exp" I'll attach gcc.log from trunk.=