public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gscfq@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/99852] Missing error "Arithmetic overflow" for some cases
Date: Wed, 31 Mar 2021 17:32:58 +0000	[thread overview]
Message-ID: <bug-99852-4-51BRCUiaYX@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99852-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99852

--- Comment #1 from G. Steinmetz <gscfq@t-online.de> ---

In addition a side mark, the following gives for all a-d :


$ cat z3.f90
program p
   implicit none
   integer, parameter :: wik = 1
   integer(wik), parameter :: a = -huge(1_wik) - 1_wik
   integer(wik) :: b = -huge(1_wik) - 1_wik
   integer(wik) :: c
   c = -huge(1_wik) - 1_wik
   associate (d => -huge(1_wik) - 1_wik)
      print *, a, b, c, d
   end associate
end


$ gfortran-11-20210328 -c z3.f90 -pedantic
z3.f90:4:33:

    4 |    integer(wik), parameter :: a = -huge(1_wik) - 1_wik
      |                                 1
Warning: Integer outside symmetric range implied by Standard Fortran at (1)
z3.f90:5:22:

    5 |    integer(wik) :: b = -huge(1_wik) - 1_wik
      |                      1
Warning: Integer outside symmetric range implied by Standard Fortran at (1)
z3.f90:7:7:

    7 |    c = -huge(1_wik) - 1_wik
      |       1
Warning: Integer outside symmetric range implied by Standard Fortran at (1)
z3.f90:8:19:

    8 |    associate (d => -huge(1_wik) - 1_wik)
      |                   1
Warning: Integer outside symmetric range implied by Standard Fortran at (1)

  reply	other threads:[~2021-03-31 17:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31 17:31 [Bug fortran/99852] New: " gscfq@t-online.de
2021-03-31 17:32 ` gscfq@t-online.de [this message]
2024-04-02 17:49 ` [Bug fortran/99852] " anlauf at gcc dot gnu.org
2024-04-02 17:51 ` anlauf at gcc dot gnu.org

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=bug-99852-4-51BRCUiaYX@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).