[tlbuild] mendexk test failure on Cygwin

Ken Brown kbrow1i at gmail.com
Fri Jan 9 15:00:35 CET 2015


On 1/9/2015 3:47 AM, Marc Baudoin wrote:
> Akira Kakuto <kakuto at fuk.kindai.ac.jp> écrit :
>>
>>> The following patch fixes the problem for me, but I don't know why it should be platform-specific:
>>
>> Do you have 4 (32bit) or 8 (64bit) in the following?
>> Here I have 4096 (very old mingw32 gcc 3.4.5).
>> If char *p = buff;
>> sizeof(p) is 4 or 8.
>
> 8 for me (NetBSD/amd64).
>
>> #include <stdio.h>
>> #define BUFFERLEN 4096
>> int main(void)
>> {
>>   char buff[BUFFERLEN];
>>
>>   printf("%d\n", sizeof(buff));
>>   return 0;
>> }
>
> Prints : 4096

Same for me.

Ken



More information about the tlbuild mailing list