From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8F2F3858D3C; Tue, 21 Mar 2023 15:29:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8F2F3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679412581; bh=8azDbY0mxqsdy4eW89b0WxxJBeFQ0SLW+bZxM7DIYc8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qMLIXgeinNVpNZZXPQafcqDm0EtxnpfS23Q7ocZBsnQ4O3qgNbfbSHfMcRdXGe4I+ IDXKyZmM51fx+nTE+Qq+aAGL1s2qjo/15QMGkBmIHYuaUkf9zuiQJIgh7+uPRoy9EH lDXIDSnBchIrKeV3XJx6KaX+h8icaqFZZSKzqT50= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109230] [13 Regression] Maybe wrong code for opus package on aarch64 since r13-4122-g1bc7efa948f751 Date: Tue, 21 Mar 2023 15:29:41 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: 13.0 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=3D109230 --- Comment #5 from Martin Li=C5=A1ka --- Steps to reproduce: $ wget https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz $ tar xvzf opus-1.3.1.tar.gz $ cd opus-1.3.1/ $ ./configure $ make -j32 && make -j32 check So it fails even with default options that are: -g -O2 -fvisibility=3Dhidden -D_FORTIFY_SOURCE=3D2 -W -Wall -Wextra -Wcast-= align -Wnested-externs -Wshadow -Wstrict-prototypes=