public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/24705]  New: ICE on asterisk char-len-param-value on result
@ 2005-11-07 13:09 jakub at gcc dot gnu dot org
  2005-11-07 13:25 ` [Bug fortran/24705] ICE on assumed length charactor result pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-11-07 13:09 UTC (permalink / raw)
  To: gcc-bugs

character (6) :: c
  c = f1 ()
  if (c .ne. 'abcdef') call abort
contains
  function f1 ()
    character (*) :: f1
    f1 = 'abcdef'
  end function f1
end

causes ICE, while it should be diagnosed as error.


-- 
           Summary: ICE on asterisk char-len-param-value on result
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-12-12 20:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-07 13:09 [Bug fortran/24705] New: ICE on asterisk char-len-param-value on result jakub at gcc dot gnu dot org
2005-11-07 13:25 ` [Bug fortran/24705] ICE on assumed length charactor result pinskia at gcc dot gnu dot org
2005-11-10 15:54 ` [Bug fortran/24705] ICE on assumed length character result paul dot richard dot thomas at cea dot fr
2005-11-21 16:06 ` pault at gcc dot gnu dot org
2005-11-21 20:03 ` pault at gcc dot gnu dot org
2005-11-28 22:36 ` eedelman at gcc dot gnu dot org
2005-11-30 19:26 ` pault at gcc dot gnu dot org
2005-11-30 19:36 ` pault at gcc dot gnu dot org
2005-12-12 20:11 ` pinskia at gcc dot gnu 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).