From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C358A3856964; Fri, 16 Sep 2022 10:11:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C358A3856964 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663323119; bh=+c/45Isy6WLgMbT7wqO6eV5npegwqddF+4NtVJXhAoY=; h=From:To:Subject:Date:From; b=C1m1vO/pFDlDlkUfKJuVE/uSofGp0TZdKs/Jg1h9a6Kc7xZJHoIGTxPRLAAqTXU3J sHhQNgNVpCtt1xXhgVbp5KcMyheFAAE+8QkIWKjrCHRONw8STDKSV9/St++TeurRzq ox3Sl5qodv9CDaEKrcjs40QGO6kdFPk9KeEurnEc= From: "zhongyunde at huawei dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106954] New: [12 Regression] compiler fail base on gfortran Date: Fri, 16 Sep 2022 10:11:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zhongyunde at huawei dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D106954 Bug ID: 106954 Summary: [12 Regression] compiler fail base on gfortran Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: zhongyunde at huawei dot com Target Milestone: --- hi base on https://gcc.godbolt.org/z/9bonaW4eh, we can see that `aarch64 gfortran` 12 has some regression. * x86-x64 gfortran 12 -- pass * aarch64 gfortran 12 -- fail=20 * aarch64 gfortran 8 -- pass=