public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Hassan Aurag <hassan.aurag@cae.com>
To: gcc-help@gcc.gnu.org
Subject: G77: bitwise .AND. ?
Date: Tue, 23 Apr 2002 11:55:00 -0000	[thread overview]
Message-ID: <1019581017.2689.12.camel@l0553> (raw)

 Hi,


 this is a small question. On IBM with xlf, if I do

	a = b .and. ( c .xor. TRUE ) 

 where TRUE = X'01010101', and a, b, c logical*4's equivalenced to 4
logical*1's, I'd get the correct info in a, eg:

 a = X'01000100' for example.

 But here, I'd only get the boolean .AND. result so for example
X'00000001'.

 Any options or ways of making g77 behave in the same way?


 Thanks in advance for any help





             reply	other threads:[~2002-04-23 16:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-23 11:55 Hassan Aurag [this message]
2002-04-23 14:32 ` Toon Moene
2002-04-24  7:25   ` Hassan Aurag
2002-04-24 14:32     ` Toon Moene
2002-04-26 11:47       ` Hassan Aurag
2002-04-27  3:32         ` Toon Moene
2002-04-29 13:06 Hassan Aurag

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1019581017.2689.12.camel@l0553 \
    --to=hassan.aurag@cae.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).