This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [arm,vxworks]: neon patch
Andrew Pinski wrote:
> On Tue, May 26, 2009 at 8:05 AM, Nathan Sidwell <nathan@codesourcery.com> wrote:
>> *supposed* is the operative word here. *vxworks* is the important factor
>> you may have missed.
>
> No, again stdint.h is now included with the compiler and not with the
> OS. If this is not true then that bug should be fixed instead of
> working around it.
What happens when you're trying to use an earlier version of the compiler
that /doesn't/ support stdint internally as your stage 1 compiler and it comes
to build the backend and there's no stdint.h?
cheers,
DaveK