public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tobi at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/19576] character(*) initialization
Date: Tue, 01 Mar 2005 20:18:00 -0000	[thread overview]
Message-ID: <20050301201739.7069.qmail@sourceware.org> (raw)
In-Reply-To: <20050122121536.19576.coudert@clipper.ens.fr>


------- Additional Comments From tobi at gcc dot gnu dot org  2005-03-01 20:17 -------
Reduced testcase:
program achar_test
   implicit none
   integer i
   character(*), parameter :: y(0:1) = (/'0','1'/)
   write(*,*) y
end program achar_test

This has nothing to do with ACHAR, and is the same issue as PR15959.

*** This bug has been marked as a duplicate of 15959 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
            Summary|achar in initialization     |character(*) initialization


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19576


      parent reply	other threads:[~2005-03-01 20:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-22 12:15 [Bug fortran/19576] New: [ICE] achar in initialization coudert at clipper dot ens dot fr
2005-01-22 13:30 ` [Bug fortran/19576] " Thomas dot Koenig at online dot de
2005-01-22 13:34 ` [Bug fortran/19576] " ebotcazou at gcc dot gnu dot org
2005-03-01 20:18 ` tobi at gcc dot gnu dot org [this message]

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=20050301201739.7069.qmail@sourceware.org \
    --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).