This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients lemburg, loewis, ronaldoussoren, trentm
Date 2008-10-07.19:54:17
SpamBayes Score 0.0005349493
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On 7 Oct, 2008, at 18:29, Trent Mick wrote:

>
> Trent Mick <[email protected]> added the comment:
>
>> I get:
>>
>> sizeof(_Bool)=4 bytes
>>
>> on a G4 PPC.
>
> Same thing on a G5 PPC:
>
> $ cat main.c
> #include <stdio.h>
>
> int main(void) {
>    printf("sizeof(_Bool) is %d\n", sizeof(_Bool));
> }
> $ gcc main.c

What if you compile using 'gcc -arch ppc64 main.c'?

Ronald
History
Date User Action Args
2008-10-07 19:54:18ronaldoussorensetrecipients: + ronaldoussoren, lemburg, loewis, trentm
2008-10-07 19:54:17ronaldoussorenlinkissue4060 messages
2008-10-07 19:54:17ronaldoussorencreate