From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0EC2B3858D35; Thu, 1 Aug 2024 19:09:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EC2B3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1722539344; bh=Hc/SDvZWjsLHGBuk09MqrGCYjERv6kkwMlAUUu4Ovo8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rZEVUOFCLBV8KWMSeQAVfdnX3rFobtuz5KYXc63F2Rr9hP3r5OzQhAkYpPFaOUIWs kMtjKn4r6lo5fRztmG+mlzyniO7YK0F7498cx4rhksIP85AO22O23OZXwcTVdxVCrv kvXxIzVfdFgw1mnfOL0mcV4wjsXl3TF+0k7jGF74= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/32042] Compilation issue for tst-resolv-short-response.c with older GCC Date: Thu, 01 Aug 2024 19:09:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.41 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.41 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: target_milestone resolution bug_status 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=3D32042 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.41 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Florian Weimer --- Fixed for 2.41 via: commit ec119972cb2598c04ec7d4219e20506006836f64 Author: Florian Weimer Date: Thu Aug 1 10:46:10 2024 +0200 resolv: Fix tst-resolv-short-response for older GCC (bug 32042) Previous GCC versions do not support the C23 change that allows labels on declarations. Reviewed-by: Adhemerval Zanella I'll backport it as applicable. --=20 You are receiving this mail because: You are on the CC list for the bug.=