From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A128B3850435; Wed, 12 Oct 2022 10:28:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A128B3850435 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665570534; bh=71Xob/mm9jbXjoxLL/VNOeC+u3JHCRevasmCdqZOAnU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JYx+5i22WIzGC83+3POJhxWvJiYxR57ZjkK6ZGQkAe1khrC1lFA9QGww3IDun+UIV xj3Z3W+s9kzFX+4rC2lI2Tria1khcB1QmoBgy7W1vGw703AAhPemAqA3jvs1b039sp VxWO0+PLLVYOXanOv6EATtKeF04JpegtxdHdAstw= From: "avieira at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107226] [13 regression] r13-3219-g25413fdb2ac249 caused a lot of testcase failures Date: Wed, 12 Oct 2022 10:28:54 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: avieira at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: avieira at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on bug_status everconfirmed 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=3D107226 avieira at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-10-12 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from avieira at gcc dot gnu.org --- So this is a regression because SLP is using the new patterns for BITFIELD_REF's of vector's. Seeing that I never actually found a good use of supporting non-integral container types I will just remove that and that wi= ll cause the pattern to not match BITFIELD_REF's of vectors. I'll go test those changes.=