public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gerhard.steinmetz.fortran@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/66193] ICE for initialisation of some non-zero-sized arrays
Date: Tue, 09 Jun 2015 14:40:00 -0000	[thread overview]
Message-ID: <bug-66193-4-4Pfm1U3iPk@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-66193-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #14 from Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de> ---
Attached some prepared test files.
Added more test cases for integer and real.

Added new test case for logical :
  subroutine s2
    logical(8), parameter :: z1(2) = .true. .or. [ logical(8) :: [ logical(4)
:: ], .false., .false. ]
    logical(8) :: z2(2) = .true. .or. [ logical(8) :: [ logical(4) :: ],
.false., .false. ]
    logical(8) :: z3(2)
    z3 = .true. .or. [ logical(8) :: [ logical(4) :: ], .false., .false. ]
    if ( (.not. z1(1)) .and. (.not. z1(2)) ) call abort
    if ( (.not. z2(1)) .and. (.not. z2(2)) ) call abort
    if ( (.not. z3(1)) .and. (.not. z3(2)) ) call abort
  end subroutine s2


  parent reply	other threads:[~2015-06-09 14:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-18 14:34 [Bug fortran/66193] New: " gerhard.steinmetz.fortran@t-online.de
2015-05-18 14:36 ` [Bug fortran/66193] " gerhard.steinmetz.fortran@t-online.de
2015-05-18 15:10 ` tkoenig at gcc dot gnu.org
2015-05-18 17:25 ` gerhard.steinmetz.fortran@t-online.de
2015-05-18 17:58 ` kargl at gcc dot gnu.org
2015-05-19 18:24 ` tkoenig at gcc dot gnu.org
2015-05-19 18:31 ` tkoenig at gcc dot gnu.org
2015-05-19 20:03 ` sgk at troutmask dot apl.washington.edu
2015-05-19 20:14 ` tkoenig at gcc dot gnu.org
2015-05-19 20:37 ` tkoenig at gcc dot gnu.org
2015-05-20  9:00 ` gerhard.steinmetz.fortran@t-online.de
2015-06-09 14:36 ` gerhard.steinmetz.fortran@t-online.de
2015-06-09 14:38 ` gerhard.steinmetz.fortran@t-online.de
2015-06-09 14:39 ` gerhard.steinmetz.fortran@t-online.de
2015-06-09 14:40 ` gerhard.steinmetz.fortran@t-online.de [this message]
2015-06-10 16:15 ` gerhard.steinmetz.fortran@t-online.de
2022-02-03 22:03 ` anlauf at gcc dot gnu.org
2022-02-06 21:14 ` anlauf at gcc dot gnu.org
2022-02-09 21:16 ` cvs-commit at gcc dot gnu.org
2022-02-20 19:27 ` cvs-commit at gcc dot gnu.org
2022-02-20 19:29 ` 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-66193-4-4Pfm1U3iPk@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).