Path: ...!Xl.tags.giganews.com!local-4.nntp.ord.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Tue, 15 Oct 2024 00:36:06 +0000 Subject: Re: ChatGPT explains why rebuttals of my work are incorrect Newsgroups: comp.lang.c References: <20241013093342.546@kylheku.com> From: Mike Terry Date: Tue, 15 Oct 2024 01:36:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.18.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Message-ID: Lines: 26 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-48JS0sGy+NlCTj3ErkqzcO5y70lqayXAaUWO32GGFUaljotY0tTFBTaLQXq68DGoQ9CxYixpbSTOiui!mixqJruC+8UP/805fwV6CaLb9MEzo78n2Sw7+V1BDpuDjNxCCtsZ+YuIVZOTxyjCYGDXaY1IKl55!Jyvpg81V5y0k6+aAsPOu8UpD0Cc= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Bytes: 2232 On 15/10/2024 00:33, Chris M. Thomasson wrote: > On 10/14/2024 4:14 PM, tTh wrote: >> On 10/14/24 04:57, olcott wrote: >>> >>> *Fully operational code is here* >>> https://github.com/plolcott/x86utm/blob/master/Halt7.c >> >>    This program does not compile, so it cannot be executed. >>    Halting problem solved. >> > > Shit happens. A lot of things. I cannot get it to compile at all. MSVC, GCC, whatever... > > > > > > main.c: In function ‘Decide_Halting0’: > main.c:239:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >   239 |     PushBack(*execution_trace, (u32)*decoded, sizeof(Decoded_Line_Of_Code)); >       |                                ^ You're trying to compile it as 64 bit code. PO's x86utm.exe expects 32-bit. Mike.