This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/19576] character(*) initialization
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2005 20:17:39 -0000
- Subject: [Bug fortran/19576] character(*) initialization
- References: <20050122121536.19576.coudert@clipper.ens.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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