------- Comment #4 from burnus at gcc dot gnu dot org  2008-01-23 07:03 -------
For the mentioed patch see PR 33432

I'm not sure whether it makes sense to implement it, but if one could hide it
behind a -fxor / -fno-xor.

Ifort 10.1 has for instance:
  -assume noold_xor
     Prevents the compiler from defining .XOR. as an intrinsic operator. This
     lets  you specify  .XOR.  as  a  user-defined operator. The default is
     -assume old_xor, which tells the compiler to define .XOR. as an intrinsic
     operator.


-- 


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

Reply via email to