Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: olcott 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 06:13:47 -0500 Organization: A noiseless patient Spider Lines: 39 Message-ID: References: <86jzjigw6r.fsf@linuxsc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 25 May 2024 13:13:48 +0200 (CEST) Injection-Info: dont-email.me; posting-host="010db72b80f31f696ef17c51994f71bb"; logging-data="3004643"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19g50zfDfp79mY6zR1hMAcl" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:VI2HM1joXtV53UP8BwZRRIuIl3E= In-Reply-To: <86jzjigw6r.fsf@linuxsc.com> Content-Language: en-US Bytes: 2199 On 5/25/2024 2:58 AM, Tim Rentsch wrote: > "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? This is genuine break though work. Who here would not like to have a compiler that checks for total program correctness? WST 2023: 19th International Workshop on Termination University Center Obergurgl, University of Innsbruck Obergurgl, Austria, August 24-25, 2023 https://easychair.org/cfp/WST2023 -- Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius hits a target no one else can see." Arthur Schopenhauer