------- Comment #17 from fxcoudert at gcc dot gnu dot org 2007-10-30 23:20 ------- For other operators, ie .eqv., we output them as the simple EQV string (without the dots). What about outputting the troublesome operators into simple alphanumeric strings, like SIGN_EQ for ==, SIGN_NE for /=, SIGN_LE for <=, etc. That would mean changing the output routines, but not the parser (SIGN_* is a bit of a lousy naming, but I don't have any better idea).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33941