[Bug fortran/33432] g77 extension: Support for the .XOR. operator

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Nov 3 16:29:00 GMT 2007



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2007-11-03 16:29 -------
After discussing with Jerry, I'll close this one as WONTFIX because:

 1. it breaks user .xor. operators, unless we hide it behind a
-fxor-intrinsic-operator flag
 2. it has never been requested by any user AFAICT
 3. it's so easy to change it into .eqv. in user code
 4. .eqv. is standard and implemented in all compilers I know of

So, if someone comes with a nice plan to get it in without causing trouble,
please reopen. Until then, no plan to fix it.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33432



More information about the Gcc-bugs mailing list