From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BCB24385AE5D; Wed, 12 Oct 2022 18:48:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCB24385AE5D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665600536; bh=c+GWcNbB2LzIRChCb6HlivpmuTQLIXAvXicMS2PFQls=; h=From:To:Subject:Date:From; b=b0671Saw3xlJEpMcK6HNcyWRUgIDum5k+RJBh1IN/8xx66u5H8usOWY6fluqpXfaw 0412wk4raO9KBVtblpxBXz2ByjaOmpO+nZMmtM0epErON37K1Z9u2x8lg8dftBhOnx dkp/T1D36ng3YKBcO02LG6sbrMfGK5ZjJlNhBlQs= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/107240] New: [13 regression] Date: Wed, 12 Oct 2022 18:48:56 +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: 13.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=3D107240 Bug ID: 107240 Summary: [13 regression] Product: gcc Version: 13.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:25413fdb2ac24933214123e24ba165026452a6f2, r13-3219-g25413fdb2ac249 This fails on power 7 BE. It works on power 8 BE. make -k check-gcc RUNTESTFLAGS=3D"vect.exp=3Dgcc.dg/vect/vect-bitfield-wri= te-2.c" FAIL: gcc.dg/vect/vect-bitfield-write-2.c scan-tree-dump-times vect "vector= ized 1 loops" 1 FAIL: gcc.dg/vect/vect-bitfield-write-2.c -flto -ffat-lto-objects=20 scan-tree-dump-times vect "vectorized 1 loops" 1 # of expected passes 4 # of unexpected failures 2 commit 25413fdb2ac24933214123e24ba165026452a6f2 Author: Andre Vieira Date: Tue Oct 11 10:49:27 2022 +0100 vect: Teach vectorizer how to handle bitfield accesses=