This is the mail archive of the gcc@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: Detemining the size of int_fast8_t etc. in the frontend


On Wed, Mar 07, 2007 at 12:05:32PM -0800, Mike Stump wrote:
> On Mar 7, 2007, at 11:21 AM, Tobias Burnus wrote:
> >Using "#include <stdint.h>" with e.g. sizeof(int_fast8_t) does not  
> >work with cross compilations.
> 
> Sounds like a bug?  When I try it on my compiler, it works just fine  
> natively and with cross compilations.   I'd file a bug report.  If it  
> is an OS bug, it can be fixed by fixincludes.

He's talking about finding the target's int_fast8_t in the frontend.
That's another issue entirely.

-- 
Daniel Jacobowitz
CodeSourcery


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