From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2AC4E3857342; Fri, 16 Jun 2023 06:20:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AC4E3857342 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686896402; bh=XQ1KbkDjf5Z8WwxD8uKubyiqxdr0dUfaXo7+qWvLbJQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NPwi3mNGK2kg48Q0piY2Pm8JSbWQW19fySsR9/7kmQBpwh07H1sn+NP3m2I0b5cZd CKJMqSrzYlDkJu9p8Gy42mwwws6vy80Zfv5cCyYpfL0m51uAu0P63XN9JVbOAi7j+F fQ0HrrM45u8mQ1fFr60jIjn6rOHETNhEeOV/D7Ps= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110268] [14 Regression] arm MVE intrinsics support broken with LTO Date: Fri, 16 Jun 2023 06:20:01 +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: 14.0 X-Bugzilla-Keywords: rejects-valid 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: clyon at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D110268 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 --- Comment #3 from Richard Biener --- At stream-out time we stream the MD specific DECL_FUNCTION_CODE and at stream-in time we expect the backend has a FUNCTION_DECL corresponding to t= hat code for us. The error means that targetm.builtin_decl doesn't know about = the builtin (or did not implement "materializing" it).=