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]

Re: G++ reuses assembly labels


On Tue, May 30, 2000 at 05:51:57PM -0700, Greg Noel wrote:
> [Forwarded by Geoff Keating, due to ORBS/RoadRunner annoyance.]
> 
> At 9:01 AM -0700 5/30/00, Geoff Keating wrote:
> 
> >The current mainline (which will become 3.0 or 2.96) complains ...
> >because 'or' and 'not' are reserved words in C++.
> 
> Ouch.  I think they're reserved words in C, too.

They are not.  If you #include <iso646.h> then they are macros
(defined to || and !, respectively).  Otherwise they are free to use.

zw

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