This is the mail archive of the gcc-patches@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: Patch: FYI: avoid use of C++ keywords in gcc/java


>>>>> "Kaveh" == Kaveh R GHAZI <ghazi@caip.rutgers.edu> writes:

>> It already is under the control of -Wc++-compat.

Kaveh> Shouldn't you have "OPT_Wc___compat" in the warning() call?

The check is done earlier, when deciding what keywords exist.  But
yeah, I guess so ... I just copied the other -Wc++-compat warning,
which does not use this flag.

Kaveh> You can get past the -Werror failures temporarily by using
Kaveh> --disable-werror to get to the testsuite.  That will at least tell you if
Kaveh> any testcases fail.

I'll do that.

Kaveh> The warnings can be fixed in the meantime (I'll help if you
Kaveh> like.)

Sure :)

Tom


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