From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 078263858D1E; Wed, 1 Nov 2023 09:24:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 078263858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698830645; bh=TlM66N/mNpgXaeoEHOQPUegimLbJsNkfE2ZBPEKrB4w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=to+TgNz/OCOcdB79oyw3hQ2RfJLZ9/qWIhEVk1930fAqIr0Y0Muo/P7/TYsRUfTbg pysUM4OOPJmCxb5O5ssreUbXuwUnn53zHQfi/bZ2lYUvbUaBLNF+29RuHh+sHTYb87 ykY3QCr0Q8ibowHyZQ/Qa28EsUqi7yRgM9WUTHJs= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/112331] middle-end: Fail vectorization Date: Wed, 01 Nov 2023 09:24:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai 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: 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=3D112331 --- Comment #1 from JuzheZhong --- I suspect it is SRA issue again ?=