X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=YgeaxyQh3ByaYwWg 0lcXDibXOJrTnVr/AJMcLxN7Zyy9Xtk3o3FGBqAaP4bHkZRqKZX/35A7G+RXUk5O ChTMI+C8bLZMoRF3m1IH06YUD9O+9ch6jqD7TP5tfUEK+Jsjy1gGzl+8vFUV4/VT 5v+deHcxhv9iSH27EswNd9WXGKg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=+YlpMtCnwHb5gkr/lKurqa 7RWOw=; b=IBJUFMRB9nmbmdbCQDwRtj4B8/aaqhBxtfJD2CXf6SULXpCpc49wFE HRWPucPTNtQ7gK/SIDGLgaGGz000ingKYAn4kVac1DtiffpHfAZSVdgPnAtzZzgK vi8RvafwKX6bcZERyjBjr0ryCuTr/tPIjBH4aFKOfele5D3pYZsbs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=WINDOWS, young, HContent-Transfer-Encoding:8bit X-HELO: mail-io0-f181.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Do6o/Z8YS5D6Mys1RTcAhIGMuUPrrJ/iLaAWjNfPIXE=; b=BfL2oJ5wHkwLi4F6GzyUlITUuGYxZP66hlsbXhlXlRB13RRSdhLqqvNu416Lf8+XUt QTTv30813dxBEYJGC9hqRC5NS0FVywrNhzqwjWalYHjmTz8dGOrvmC/sH3Vr84C6sCLA WhLybkvs8j3QMCLRNX9f9WU12/idjS5VW8ygBVnD/khK+msDgPWPad38E8sfe0N2pRW1 fqck2KRjfMvWGyaYD0RAKiA3TToA6zJWZ2An//nFLJRK65soYcSWWTtxhERK9WKJaPVD uD8uUCK1GHEU/ZDn15HdOOM20ub4W58j6LENwaPrPMephMDs2omsMMMiUyocChpj1lRk uJKQ== X-Gm-Message-State: ALyK8tKtmqpciaJHQbk9gHjI8+YDnGcb4panFl8W+qinAHsLpQHd/VEwi3QaHanuTdgPXg== X-Received: by 10.107.8.220 with SMTP id h89mr2828600ioi.95.1466715902260; Thu, 23 Jun 2016 14:05:02 -0700 (PDT) Subject: Re: Piping on 64-bit Cygwin was Re: [ANNOUNCEMENT] llvm 3.7.1-2 To: cygwin AT cygwin DOT com References: <953793912 DOT 12352673 DOT 1466549681179 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT com> <953793912 DOT 12352673 DOT 1466549681179 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> <2118813453 DOT 12281992 DOT 1466559153922 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> <0bafcf1a-590e-3e30-679f-117cd4aeba7a AT gmail DOT com> <0FB21113-2A8C-4C63-9889-C0E3254C6E5A AT etr-usa DOT com> <20160622153652 DOT GB15373 AT calimero DOT vinschen DOT de> <6741E506-F227-432B-B66C-1BABFB373068 AT etr-usa DOT com> <20160622171730 DOT GC15373 AT calimero DOT vinschen DOT de> From: cyg Simple Message-ID: Date: Thu, 23 Jun 2016 17:05:00 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160622171730.GC15373@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 6/22/2016 1:17 PM, Corinna Vinschen wrote: > On Jun 22 10:01, Warren Young wrote: >> Still, you could get similar problems. ifdefs for portable >> sized-integer types are a particularly rich source of bugs, especially >> ones where #ifdef WINDOWS precedes any test that could match Cygwin, >> since WINDOWS is defined in Cygwin’s GCC, and as this exchange shows, > > No, it isn't. Neither is _WIN32 or _WINNT_, unless you include > . Try `gcc -dM -E - < /dev/null | grep WIN' > IIRC early versions (2.8, 3.x) of Cygwin GCC did but it hasn't for some time. I forget when it changed. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple