Deutsch   English   Français   Italiano  
<vt8hdp$333f0$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: bart <bc@freeuk.com>
Newsgroups: comp.lang.c
Subject: Re: do { quit; } else { }
Date: Thu, 10 Apr 2025 14:34:49 +0100
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <vt8hdp$333f0$1@dont-email.me>
References: <vspbjh$8dvd$1@dont-email.me> <20250406161323.00005809@yahoo.com>
 <86ecy5fjin.fsf@linuxsc.com> <20250406190321.000001dc@yahoo.com>
 <86plhodtsw.fsf@linuxsc.com> <20250407210248.00006457@yahoo.com>
 <vt15lq$bjs0$3@dont-email.me> <vt2lp6$1qtjd$1@dont-email.me>
 <vt31m5$2513i$1@dont-email.me> <vt3d4g$2djqe$1@dont-email.me>
 <vt3iqh$2ka99$1@dont-email.me> <868qoaeezc.fsf@linuxsc.com>
 <vt3oeo$2oq3p$1@dont-email.me> <86mscqcpy1.fsf@linuxsc.com>
 <vt48go$35hh3$2@dont-email.me> <86iknecjz8.fsf@linuxsc.com>
 <vt4del$3a9sk$1@dont-email.me> <86o6x5at05.fsf@linuxsc.com>
 <vt712u$1m84p$1@dont-email.me> <20250409170901.947@kylheku.com>
 <vt88bk$2rv8r$1@dont-email.me> <87wmbs45oa.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 10 Apr 2025 15:34:49 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d4d34b1d7ed35db6137f2b3fedef19a1";
	logging-data="3247584"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+wszUkvmGa8HCNcZQW+vBH"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:VGnH0129tVTu64mPGF+lZNRsZHo=
Content-Language: en-GB
In-Reply-To: <87wmbs45oa.fsf@nosuchdomain.example.com>
Bytes: 2451

On 10/04/2025 12:28, Keith Thompson wrote:
> bart <bc@freeuk.com> writes:
> [...]
>> Someone, not anyone but the all-knowing Tim, said: "and those types
>> are not compatible, because the two struct tags are different."
>>
>> Do you agree with that? Or is there something more to making two types
>> be incompatible?
> 
> I don't recall the exact discussion

It stems from this, a reply from DB dated: "Tue, 8 Apr 2025 16:50:56 
+0200". (About half way down there is some quoted code of mine.)

It concerned two struct types in different translations units, which 
needed to be compatible for the test program to work corectly.

I said they were compatible enough. David said they were entirely 
compatible. Tim said "No they are not". Three different opinions.