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: Why does GCC Preprocessor NOT support such macro?


On Fri, Oct 23, 2009 at 9:35 AM, Zhang Lin <zhanglin0714@163.com> wrote:
> Sorry, maybe my Ârepresentation is not quite clear.
> I mean that I didn't define ACE_HAS_NONSTATIC_OBJECT_MANAGER at all, so the preprocesser should not process "#elif (ACE_HAS_NONSTATIC_OBJECT_MANAGER == 0)", the following simple cpp can reproduce the problem.


See bug 36453 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36453>,
this code is invalid.

Anyways this is offtopic for this mailing list, next time send an
email to gcc-help@ for developing with GCC questions.

Thanks,
Andrew Pinski


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