From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 83985389000C; Thu, 20 Jun 2024 15:55:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83985389000C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718898937; bh=aw0Lh1w5eJS7iEGnv7TsVPADC5664iEPk/yGY7kJNyE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jLviVSdW+bJcAWWaLniLbkruBcHzRDI9kDcvgWUNgJIZPERwvnkqKdz2PFVsVvFcg d0ndVxwh3atpfwQ1ZnEu7cSEsXCRG5Dn0Og4TIvrXSqUi0W677vM4aWFokNdKoIDHQ pSYuNa34GCB6JBbdl+9vKjNSypv7HBJ2SbNfP32k= From: "cmuellner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115562] RISC-V: ICE because of reused fndecl with target-arch attribute Date: Thu, 20 Jun 2024 15:55:37 +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: 15.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cmuellner at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D115562 --- Comment #1 from Christoph M=C3=BCllner -= -- This issue was discovered while analyzing a build issue with a patchset to introduce optimized string processing routines for RISC-V in glibc. See also: https://sourceware.org/pipermail/libc-alpha/2024-June/157627.html=