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: FW: failure notice


> I noticed that g++ from gcc-2.95.2 doesn't understand what ``compl'' is.
> I think it's the same thing as `~'.  I'm guessing from what I've got in
> the table in section C.3.1 of Bjarne Stroustrop's ``The C++ Programming
> Language'' because I don't have a copy of the ISO/ANSI standard.

Thanks for your bug report. In gcc-2.95.2, you need to compile with
-foperator-names to have these keywords activated. In gcc 3, they will
be activated by default.

Regards,
Martin

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