From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 72B803858C50; Thu, 20 Apr 2023 15:30:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 72B803858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682004620; bh=2ET1G+Z//AwpeVQ/Hix4uNg+7PDqEyol/0Ylb72ZpDM=; h=From:To:Subject:Date:From; b=g2McKr2BBtL3m8LVFaRsg61xJoUGrRh8rSNjObweim8AxBAimbooXZPYUWrKEFBu1 LnyfCvfmDGrBF44xPtH6JmyT3p157nT6WCBs3ItbQOVVcf4nbXCmMieHxbZwbls/1z +jyqAmr+4KY86yBOcOpnRu1O3rlz6oiwzifxONKU= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/109572] New: new test case gcc.dg/vect/pr109011-4.c from r14-108-g705b0d2b62318b fails Date: Thu, 20 Apr 2023 15:30:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer 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 target_milestone 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=3D109572 Bug ID: 109572 Summary: new test case gcc.dg/vect/pr109011-4.c from r14-108-g705b0d2b62318b fails Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:705b0d2b62318b3935214f08a1cf023b1117acb8, r14-108-g705b0d2b62318b make -k check-gcc RUNTESTFLAGS=3D"vect.exp=3Dgcc.dg/vect/pr109011-4.c" FAIL: gcc.dg/vect/pr109011-4.c scan-tree-dump-times optimized " =3D .CTZ \\= (" 4 FAIL: gcc.dg/vect/pr109011-4.c -flto -ffat-lto-objects scan-tree-dump-times optimized " =3D .CTZ \\(" 4 # of expected passes 2 # of unexpected failures 2 spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc -B/home/seurer/gcc/git/build/gcc-test/gcc/ /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/vect/pr109011-4.c -fdiagnostics-plain-output -O3 -fno-unroll-loops --param=3Dvect-epilogues-nomask=3D0 -fdump-tree-optimized -mpower9-vector -= S -o pr109011-4.s PASS: gcc.dg/vect/pr109011-4.c (test for excess errors) gcc.dg/vect/pr109011-4.c: pattern found 3 times FAIL: gcc.dg/vect/pr109011-4.c scan-tree-dump-times optimized " =3D .CTZ \\= (" 4 Also=20 FAIL: gcc.dg/vect/pr109011-5.c -flto -ffat-lto-objects scan-tree-dump-times optimized " =3D .CLZ \\\\(" 3 FAIL: gcc.dg/vect/pr109011-5.c scan-tree-dump-times optimized " =3D .CLZ \\= \\(" 3 Author: Jakub Jelinek Date: Thu Apr 20 11:55:16 2023 +0200 tree-vect-patterns: Pattern recognize ctz or ffs using clz, popcount or= ctz [PR109011]=