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]
Other format: [Raw text]

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



------- 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


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