This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33432] g77 extension: Support for the .XOR. operator
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2007 16:29:25 -0000
- Subject: [Bug fortran/33432] g77 extension: Support for the .XOR. operator
- References: <bug-33432-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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