public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31803]  New: ICE when for character  pointer => target(range)
@ 2007-05-03 18:39 burnus at gcc dot gnu dot org
  2007-05-03 18:43 ` [Bug fortran/31803] " burnus at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: burnus at gcc dot gnu dot org @ 2007-05-03 18:39 UTC (permalink / raw)
  To: gcc-bugs

character (len = 70), target :: textt
  character (len = 70), pointer :: textp
  character (len = 50), pointer :: textp2

  a = 42
  textp => textt
  textp2 => textt(1:50)
end


-- 
           Summary: ICE when for character  pointer => target(range)
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-05-05  0:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-03 18:39 [Bug fortran/31803] New: ICE when for character pointer => target(range) burnus at gcc dot gnu dot org
2007-05-03 18:43 ` [Bug fortran/31803] " burnus at gcc dot gnu dot org
2007-05-04  7:57 ` [Bug fortran/31803] ICE " burnus at gcc dot gnu dot org
2007-05-04 13:40 ` burnus at gcc dot gnu dot org
2007-05-04 13:46 ` burnus at gcc dot gnu dot org
2007-05-05  0:06 ` patchapp at dberlin dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).