From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96ECB3858D20; Mon, 26 Jun 2023 10:21:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96ECB3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687774895; bh=G9UYh13EcLc6pVbDlnRyISVSwXAWWsEbzJZAvUMKEKM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mZ/rAhLT0Tc9y/Pd8ODusL4A9W8xk1r+YBITLmo3ISUjW69hAGLFLvlzvif9Sj5p3 u5U76L4LJNpENvbGTZQVfk5gkzywCFtl4TQZ7hjTzvo89PbUMbFFacF4FmBYGF4XZB Xn2iFu8Ajlgjv4DqPRnHpF67+Y1ilFG9KkbDFrno= From: "thiago.bauermann at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110371] [14 Regression] gfortran ICE "verify_gimple failed" in gfortran.dg/vect/pr51058-2.f90 since r14-2007 Date: Mon, 26 Jun 2023 10:21:34 +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: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: thiago.bauermann at linaro dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D110371 Thiago Jung Bauermann changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #10 from Thiago Jung Bauermann --- Your commit fixed the gfortran failures I reported, thank you! The aarch64-sve.exp failures are still there, but it's a separate issue.=