Path: csiph.com!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Tim Rentsch Newsgroups: comp.lang.c++ Subject: Re: Can you see that D correctly simulated by H remains stuck in recursive simulation? Date: Sat, 25 May 2024 00:58:04 -0700 Organization: A noiseless patient Spider Lines: 25 Message-ID: <86jzjigw6r.fsf@linuxsc.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Date: Sat, 25 May 2024 09:58:04 +0200 (CEST) Injection-Info: dont-email.me; posting-host="8137c08e2aeaf8da9fb9d9b9c4e0a9a5"; logging-data="2939185"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19rBEjUyO348Yk/f9wvJtwicwPywh9EQvI=" User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux) Cancel-Lock: sha1:OysX6kM+U+csoDT2KKG2P0+SljY= sha1:JMIs3lPApHnKdNHwy5BR+ua3PvE= Xref: csiph.com comp.lang.c++:119367 "Fred. Zwarts" writes: > Op 23.mei.2024 om 18:52 schreef olcott: > >> typedef int (*ptr)(); // ptr is pointer to int function in C >> 00 int H(ptr p, ptr i); >> 01 int D(ptr p) >> 02 { >> 03 int Halt_Status = H(p, p); >> 04 if (Halt_Status) >> 05 HERE: goto HERE; >> 06 return Halt_Status; >> 07 } >> 08 >> 09 int main() >> 10 { >> 11 H(D,D); >> 12 return 0; >> 13 } >> >> The above template [...] > > Olcott's own words are that the simulation of D [...] Why do you waste people's time engaging with this bozo?