From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79EA73858C54; Fri, 12 May 2023 02:56:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79EA73858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683860182; bh=jSEaQc9ZcnT83WwFXesL8UH3z3eqMl80p5XbEvtX6m0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RtiRnwj8xsNhbQhb9CRywQ5DDX4QQyIt3KvWHZYtj0Lxg/FXyG7JV/8RM12PzC8bW D48Zo+qhl8gpeIwfENRbRBOjqWU6SZ7mMqtF7gO50x14yFHbCYjyDkz4F+h2O0OlwP YaPhuuqryYBFIpuwgdYFEVywTlECHTHDAL2qpKfs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109821] vect: Different output with -O2 -ftree-loop-vectorize compared to -O2 Date: Fri, 12 May 2023 02:56:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: resolution bug_status 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=3D109821 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andrew Pinski --- Two issues which make this undefined. First the unaligned macros still use aligned types which gcc uses for alignment of the pointer type.=