From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A8BC38493CA; Sat, 14 Jan 2023 10:37:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A8BC38493CA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673692626; bh=HdivK1YJxk1FpdaP5QLELpYd0f/yvG7WcMtwC4TXkak=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lbAPU5kOdEfq3U2nWHebqnlKvK88xn1X8gcilhNBWCwdMrocpIq3flf8Nu7IRYu6i +kdM2yd6g3c3VGfvQJSO2UqDTqD0aiQiCHRXCbQVqjXMgvaiYFt4d43ALJnrMm2lcZ zKhw5PzerXOJjlsgO0uidnyTLa/f/m8yt6EWSSTY= From: "jzwinck at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations Date: Sat, 14 Jan 2023 10:37:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: meta-bug, missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jzwinck at gmail dot com X-Bugzilla-Status: NEW 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_status resolution 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=3D53947 Bug 53947 depends on bug 80561, which changed state. Bug 80561 Summary: Missed optimization: std::array data is aligned if array= is aligned https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D80561 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED=