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 11:17:00 -0700 Organization: None to speak of Lines: 23 Message-ID: <87zgu3d5ur.fsf@nosuchdomain.example.com> References: <1mgMI.17475$6j.16299@fx04.iad> <87zgu6f367.fsf@nosuchdomain.example.com> <87v94tg8sw.fsf@nosuchdomain.example.com> <87mtq5f92k.fsf@nosuchdomain.example.com> <20210730075445.167@kylheku.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="a2365495de71cceec5c7a6c9f6767045"; logging-data="9858"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195sU1BDaPSxsTDz5gj0r+j" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:NfZRLCMbnUQtmvkscqc8fY05EsQ= sha1:i5izTmziAqjM11SAyPI9iZixP5U= Xref: csiph.com comp.lang.c:162128 scott@slp53.sl.home (Scott Lurndal) writes: > Bart writes: >>On 30/07/2021 17:08, james...@alumni.caltech.edu wrote: > >>> No, I don't, because I read the documentation. >> >>Are you serious? Just gcc.info is 1000 pages of options. > > RTFM. And, much as I dislike the GNU info utility UI, the > data is well organized and fairly complete. > > >>I don't even know what gcc bundle Keith might have. Also he doesn't have >>tcc so he cannot say what that does or doesn't do. > > I believe he mentioned using cygwin gcc, which comes with glibc. Cygwin gcc uses newlib, not glibc. -- 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 */