From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 57547385840B; Thu, 18 Apr 2024 18:13:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 57547385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713464007; bh=p7CaI9Nl59cueKLiYVQkGiL3n/6+aUGQx/c0YT+GEQU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AIDQ2lj9kOIT+9Ci9GEC26ej86UKxojAq4TVZcMR5bGAiz5JU3hrHqhMEsZ2pPJLd dN1wxzMs4qFrBbiGcMpuY0VLG+hZyUbDUzp2YXuD+b0XFTsq2TBnrwU1T3EEiLtFmD aUmWor3WbhHWMCvz0kFasgSixFa2miyy5prbicxI= 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 18:13:27 +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: 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 --- Comment #5 from skpgkp1 at gmail dot com --- (In reply to H.J. Lu from comment #3) > (In reply to skpgkp1 from comment #2) > > Created attachment 15472 [details] > > Fixes early startup crash. > >=20 > > There is difference between gcc and clang compiler as described in foll= owing > > bug report. > >=20 > > https://bugs.llvm.org/show_bug.cgi?id=3D33926 > >=20 > > If glibc build with option -Wno-error=3Dignored-attributes, it fixes th= e early > > startup crash. >=20 > Does it work without -Wno-error=3Dignored-attributes? Without -Wno-error=3Dignored-attributes glibc build will fail. --=20 You are receiving this mail because: You are on the CC list for the bug.=