This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/19576] character(*) initialization


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]