Path: csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Why does C allow structs to have a tag? Date: Fri, 30 Jul 2021 14:49:34 -0700 Organization: None to speak of Lines: 36 Message-ID: <87eebfcw0h.fsf@nosuchdomain.example.com> References: <87zgu6f367.fsf@nosuchdomain.example.com> <87v94tg8sw.fsf@nosuchdomain.example.com> <87mtq5f92k.fsf@nosuchdomain.example.com> <20210730075445.167@kylheku.com> <87zgu3d5ur.fsf@nosuchdomain.example.com> <31ZMI.77599$dp5.46941@fx48.iad> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="a2365495de71cceec5c7a6c9f6767045"; logging-data="15915"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ua1gjCQUElsPzmFS79fRy" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:5nJYN2B3NdELA0BzUHPvf7+0fwM= sha1:Ahq5ncNwID3N/riL71dnbmoagVw= Xref: csiph.com comp.lang.c:162146 Bart writes: > On 30/07/2021 21:10, Scott Lurndal wrote: >> Bart writes: >>> On 30/07/2021 19:17, Keith Thompson wrote: >>>> scott@slp53.sl.home (Scott Lurndal) writes: >>>>> Bart writes: >>> If you're using gcc via Cygwin, then all bets are off. >>> >>> It's not using gcc as a native Windows application, actually I don't >>> even know if you still end up with EXE files rather than ELF, and I >>> don't know what libraries will be used. >>> >>> Cygwin is an attempt to bring elements of Linux to Windows (along with >>> MSYS2 and WSL). I would not count it as directly running a C compiler on >>> Windows, and you can't really compare behaviour. >>> >> So use WSL instead of cygwin. You can download it from the >> windows store, in multiple flavors. Fully supported by >> Microsoft. > > This is actually pretty crazy, suggesting buying a new PC with Windows > 10, switching OS pretty much, to solve an utterly insignificant > non-problem. Nobody suggested buying a new PC. If your current PC isn't powerful enough to support WSL (the only reason I can think of for you to bring it up), then you can either get a new PC or not use WSL. I have no opinion on which you should do. [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Philips void Void(void) { Void(); } /* The recursive call of the void */