This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch] intrinsic.texi: 13 down
On Sat, Aug 26, 2006 at 01:08:29PM +0200, Daniel Franke wrote:
>
> While at it, I included the XOR intrinsic in this patch and extended the
> description of AND, OR and XOR by:
>
> "This intrinsic routine is provided for backwards compatibility with
> GNU Fortran 77. In new code, programmers should consider to use the
> @ref{xxx} intrinsic defined by the F95 standard."
>
> where xxx is one of { IAND, IOR, IEOR }.
>
Thanks!
I need to go read the g77 manual. I recall that
AND, OR, and XOR have different semantics than
IAND, IOR, and IEOR.
Either way, I'll go through your current patch
today and commit it to the tree.
--
Steve