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: [4.5 C] Provide <stdint.h> (bug 448)


[2 months later...]

> Ensure the 64-bit definitions are used unconditionally; they are required
> for C99 conformance.  I don't know whether you should fix the header or
> arrange for _NO_LONGLONG not to be defined, as I don't know where
> _NO_LONGLONG is defined and what other effects it may have.

In fact the problem is __STRICT_ANSI__ defined by the C++ compiler when 
std=c++0x is passed.  I'll replace it with the definition of _LONGLONG_TYPE 
borrowed from Solaris 10.

-- 
Eric Botcazou


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