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/16535] ICE writing a character array


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-07-14 13:49 -------
Confirmed.
Even shorter example:

===========================
subroutine FOO
  character :: msg(10)
  write (msg, *)
end subroutine FOO
===========================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-14 13:49:08
               date|                            |
            Summary|ICE in internal write       |ICE writing a character
                   |                            |array


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


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