This is the mail archive of the gcc-help@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: gcc 4.6 embeded cpp 'feature'


On Fri, Sep 6, 2013 at 2:41 PM, Florian Weimer <fweimer@redhat.com> wrote:
> Have you looked at the header files if they actually use __extension__?  (I
> suspect your embedded libc is different from your host libc.)

from /usr/arm-linux-gnueabi/include/bits/types.h you get
__extension__ typedef signed long long int __int64_t;

At cpp level there are very few reserved identifiers, allowing namespace.


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