Path: csiph.com!weretis.net!feeder8.news.weretis.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: bart again (UCX64) Date: Sat, 02 Sep 2023 12:58:00 -0700 Organization: None to speak of Lines: 12 Message-ID: <87v8cs73g7.fsf@nosuchdomain.example.com> References: <557bf807-40c7-404b-9242-c26975faa42fn@googlegroups.com> <871qfiknil.fsf@bsb.me.uk> <87v8ctkbsj.fsf@bsb.me.uk> <87pm31jusi.fsf@bsb.me.uk> <5JHIM.574995$qnnb.462524@fx11.iad> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="5bc2673ae158b6c9ff051aa9353664b0"; logging-data="569004"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+1hQXzSQm7HafFxsuqymSg" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:udjl4MCxL560uUt6dRpNxBIeiNc= sha1:lEytXu2Ug1GU1eiKL3U9V3MPsHA= Xref: csiph.com comp.lang.c:173680 Bart writes: [...] > I posted also the example 'int fred(void){return;}', which gcc takes a > bit more seriously, but still not enough to fail the program. This one > is very easy to check. That's a constraint violation since C99. See N1570 6.8.5.4p1. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */