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/15966] ICE and segmentation fault on internal write


------- Additional Comments From paulthomas2 at wanadoo dot fr  2004-12-10 10:50 -------
Note that this compiles and runs OK

       subroutine a()
       implicit none
       integer         :: i
       character(100)  :: r      !! eliminate dimension => works
       write(r,*) I
       end subroutine a



-- 


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


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