public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Nodar <shubi@nusun.jinr.ru>
To: gcc-help@gcc.gnu.org
Subject: integer*8
Date: Thu, 13 Nov 2003 10:20:00 -0000	[thread overview]
Message-ID: <6016367968.20031113133004@nu.jinr.ru> (raw)

Hello All !

   I work with long integers. I use in my program:
          INTEGER *8 c/Z'7FFFFFFFFFFFFFFF'/
where 7FFFFFFFFFFFFFFF = 92233720368547755807 = 2^63-1 - maximal
integer number. From compiller I receive:

    INTEGER *8 c/Z'7FFFFFFFFFFFFFFF'/
                   ^
Integer at (^) too large.
   When I use another construction:
       INTEGER *8 c
       c=92233720368547755807
I receive analogous answer.
   Please, help me.
                           Nodar Shubitidze
                           Lab. Nuclear problems
                           Joint Institute for Nuclear Research
                           Dubna, Moscow region, RUSSIA

             reply	other threads:[~2003-11-13 10:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-13 10:20 Nodar [this message]
2003-11-14 21:35 ` integer*8 Toon Moene

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=6016367968.20031113133004@nu.jinr.ru \
    --to=shubi@nusun.jinr.ru \
    --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).