From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7D07A383940D; Mon, 6 Sep 2021 09:10:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D07A383940D 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: Mon, 06 Sep 2021 09:10:22 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2021 09:10:22 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101505 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |97706 --- Comment #10 from Richard Biener --- There's more changes/fixes to be backported to fix this on the GCC 10 branc= h, like PR97706 and related fixes. Not sure if it is worth the trouble, the I= CE doesn't seem to reproduce for me on the branch but instead I get t.c: In function 'w7.simdclone.0': t.c:4:1: error: non-trivial conversion in 'ssa_name' 4 | w7 (void) | ^~ vector(8) unsigned char vector(8) vect__18.21_29 =3D mask__4.19_25; t.c:4: confused by earlier errors, bailing out which may be another issue that's latent there. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97706 [Bug 97706] [11 Regression] ICE with LTO at -O3: verify_gimple failed (incompatible types in 'PHI' argument 0)=