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 09/06/2013 01:01 PM, phi gcc wrote:

#define __extension__

I don't think you can rely on that things work this way because __ __ identifiers are reserved.

Meaning the embeded cpp missed the expansion of __extension__

Have you looked at the header files if they actually use __extension__? (I suspect your embedded libc is different from your host libc.)

--
Florian Weimer / Red Hat Product Security Team


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