This is the mail archive of the gcc-bugs@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: support for i386-pc-nto-qnx* target


Zack Weinberg wrote:-

> Also, new ports should not create any assertions

I know you want to get rid of assertions, but are you aware that
they are specified as part of the Itanium C++ ABI?

They work as GCC assertions work, but they list

#assert cpu

as a valid syntax (a zero-token answer), but don't permit

#if #cpu

which admittedly always seemed kinda pointless to me.

I believe EDG follows these semantics.

Neil.


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