From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9363D385ED4A; Mon, 29 Jan 2024 19:17:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9363D385ED4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706555837; bh=OeZgsRDPaY3C/C/ku+io3L2a/jHd9BvIfoKEs+ciMPU=; h=From:To:Subject:Date:From; b=B3ChBa1AeoyViFPM/k7cylIgwifhEnaJRdJbmGz+HPnzPcJN6SuSJV9mWV89czwc+ F0j8d3lIFuqjFL0tzqN8FImMZa0HSWCXDmKs3Y4yZseWILCyZSkk2Z2jayjP2t53ox 3Y5VP/gTvssZ+X1aLulhpV4WwO3DHco/UH5GEcSk= From: "skpgkp1 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/31315] New: Build failure with gcc 6.4.1 Date: Mon, 29 Jan 2024 19:17:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: skpgkp1 at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D31315 Bug ID: 31315 Summary: Build failure with gcc 6.4.1 Product: glibc Version: 2.37 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: skpgkp1 at gmail dot com CC: carlos at redhat dot com Target Milestone: --- Glib 2.37 branch fail to build with gcc 6.4.1 on x86 platform with following error message. netname.c: In function ?user2netname?: netname.c:56:52: error: unknown option after ?#pragma GCC diagnostic? kind [-Werror=3Dpragmas] DIAG_IGNORE_NEEDS_COMMENT (8, "-Wformat-overflow"); ^ Build successfully with gcc 7.1.1. --=20 You are receiving this mail because: You are on the CC list for the bug.=