From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E5BBA3858430; Thu, 18 Apr 2024 17:43:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5BBA3858430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713462218; bh=oeP1fGbT1M0J9qeIOL8E53EGCj1Gpx6w3AuFjzvhyUw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yJkQCDfE2ft0j2PQZdil9UdpBe4rAimVgNWZfUwsOx7Pf7bwvQpJuQnJUlnJFO6JE 0mefnaUebdFlwXQJzXZZjk9x4eIgT7ba50mS44Wu8WhsmwrHMWN4yjNCm6WZCYt1h4 M6YMTGpLFg7KFlbLGfJBZBgicpMfM/vbu3a6DuJg= From: "skpgkp1 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31655] clang can't build glibc with stack protector Date: Thu, 18 Apr 2024 17:43:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: skpgkp1 at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31655 skpgkp1 at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skpgkp1 at gmail dot com --- Comment #2 from skpgkp1 at gmail dot com --- Created attachment 15472 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15472&action=3Ded= it Fixes early startup crash. There is difference between gcc and clang compiler as described in following bug report. https://bugs.llvm.org/show_bug.cgi?id=3D33926 If glibc build with option -Wno-error=3Dignored-attributes, it fixes the ea= rly startup crash. --=20 You are receiving this mail because: You are on the CC list for the bug.=