DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4B3H7bwJ2420873 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 4B3H7bwJ2420873 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=q06O7BeE X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 670E83858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1733245655; bh=WkYkHytv/EIdjK3p8wsHHQetHR0Y7e2gooy69wq2Sho=; h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=q06O7BeEmBSPqCPvuBxleKnaNybCuvlEycrZ27pPQqpMoxdHm72/FP39oJSkGtn7X 9o1cUEOF4zWY64sJLXh+lZ8K7ZdLlv6o7y/RHKV9F9r69BWmuk0FJJyQmDz3rY8Fuo PjS2yAHIjDLTCQWu4syEqBwn+MPwmRGFVmyIBPOs= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BDDB73858D3C ARC-Filter: OpenARC Filter v1.0.0 sourceware.org BDDB73858D3C ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1733245383; cv=none; b=s29v25RKMw3daIyB+F4FJgsos/RZbRQDtSbG8jQGp3vNtcRdR2Z5ay6gHa0Olx2iLYEVKO0qNcdF1l4DrYaE6PAUWijl+BxnkXss7eYsHpq92uHLM1B5zDfvfnBcSUJs+Zd4QLwTl/1grIUyqzX0iBJtCBK1hH6qJB/oB1n5FEQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1733245383; c=relaxed/simple; bh=hk2XL3yZEjZk9hYbQSbRouZeFv+Pe5MaOm07Wsl56Hs=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=Ig6G1sGnYq+6dUMsXDqjh0ZMrsqB2e4xfKpIp+3vpAN5HeCnol2ywCQiiFdV3IehzgFXhk9fZAZbIWONmfc72jyAZwcxrPR4U/A5yIvi0M1n4rrQn15Pj2KoNFSS+1150LVUjlWeMn3GMAFFqKpwdIvA/hyw35u+dn5kf6wJWdM= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDDB73858D3C To: cygwin AT cygwin DOT com Subject: Re: Test: gcc-14.2.1+20241130-0.1 In-Reply-To: <569063c1-3f93-48e8-a79d-421cb459c87b@towo.net> (Thomas Wolff via Cygwin's message of "Mon, 2 Dec 2024 23:13:23 +0100") References: <875xo3kves DOT fsf AT Gerda DOT invalid> <569063c1-3f93-48e8-a79d-421cb459c87b AT towo DOT net> Date: Tue, 03 Dec 2024 18:02:50 +0100 Message-ID: <87o71sk8cl.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-purgate-type: clean X-purgate: clean X-purgate-size: 1347 X-purgate-ID: 155817::1733245377-237E5466-CCA486E0/0/0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: ASSI via Cygwin Reply-To: ASSI Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 4B3H7bwJ2420873 Thomas Wolff via Cygwin writes: > gcc 14 and gcc 15 exhibit a mysterious compilation failure for mintty: > In file included from /usr/include/w32api/windows.h:70, >                  from /usr/include/w32api/wtypesbase.h:12, >                  from /usr/include/w32api/shlobj.h:9, >                  from jumplist.c:20: > /usr/include/w32api/winbase.h: In function ‘SetThreadpoolCallbackPriority’: > /usr/include/w32api/winbase.h:3450:3: error: implicit declaration of > function ‘TpSetCallbackPriority’; did you mean > ‘TpSetCallbackPersistent’? [-Wimplicit-function-declaration] >  3450 |   TpSetCallbackPriority(cbe, prio); It would get defined in winnt.h, so either that macro would need to be guarded by a specific feature test or WIN32_LEAN_AND_MEAN. Anyway, that needs to be reported upstream, I think. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple