------- 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