This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
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