From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6EFAC3858C39; Mon, 22 Jan 2024 09:40:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6EFAC3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705916435; bh=7QipbGs+McnyxxGn8ZBkYDtVctidFZwx6Tz/qnfHLdQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vl5BG8L1Cw4JQ1izueKAkadlv1q1YNBhKIalOcLVUbcr9IGfBwSn3niLuujIGibk9 JxKPWHx+s88V1pjCTUQjvrhLGkEJe+x+LIbNTbLnyE960DZQ/YyZ8SWbbUF3oN9CCH 0AEw9vKuffVrDLPKGWcUF8CPQ1hZb/utqkvsDD9c= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/113520] ICE with mismatched types with LTO (tree check: expected array_type, have integer_type in array_ref_low_bound) Date: Mon, 22 Jan 2024 09:40:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: diagnostic, lto X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW 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: keywords 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=3D113520 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic --- Comment #7 from Richard Biener --- It's also a missing WPA diagnostic (OTOH one decl is just external and IIRC we kind-of allow builtin_names[] to refer of a single element array implemented as 'int builtin_names').=