This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for stdint support on AIX


I percolated the change through a bootstrap.

c99-stdint-2.c (freestanding) now seems to work, but c99-stdint-1.c
(hosted) still produces errors:

error: pointer targets in initialization differ in signedness

All of the unsigned types seem to have problems with the limits tests.
 I suspect this means a problem with the way that the AIX stdint.h
header defines MAX values.

David

On Tue, Apr 7, 2009 at 9:08 AM, Dave Korn
<dave.korn.cygwin@googlemail.com> wrote:
> David Edelsohn wrote:
>> Okay.
>>
>> I assumed that the strings needed to match the wording in the system
>> header file exactly.
>
> ?So did FX and I - at first! ?:)
>
> ?Did your testrun get that far yet?
>
> ? ?cheers,
> ? ? ?DaveK
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]