From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7709D3865C27; Fri, 7 Jul 2023 09:44:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7709D3865C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688723054; bh=K0Nns0SdYQ+nT0iisCmIz7Xs5W0nrcihYd1wTiJOFBw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gI9vquS42PrDclf7HPo9ecvPwr3ErPkJTQJB6wmlnhprwdH+XJedyVkX2jJvoq9s8 gqa4ESf6rHbZTvVKpYNE9nfh3vCV+Zv0rRZHNTdCLPdt1t3CGIBAicHGwHK7qZt4N1 qFFaeR9WD5et3Hyx/4KBcTE90bmYLKq4N2ERP6iM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/101505] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 0) Date: Fri, 07 Jul 2023 09:44:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail resolution target_milestone bug_status 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=3D101505 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.5.0 Resolution|--- |FIXED Target Milestone|10.5 |11.3 Status|ASSIGNED |RESOLVED --- Comment #12 from Richard Biener --- Fixed for GCC 11.3.=