public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29322]  New: ICE with character optional arg
@ 2006-10-02 15:20 fxcoudert at gcc dot gnu dot org
  2006-10-02 17:50 ` [Bug fortran/29322] [4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-10-02 15:20 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

$ cat u.f90 
  if (isscan () /= 0) call abort
contains
  integer function isscan (substr)
    character(*), optional :: substr
    if (.not.present(substr)) isscan = myscan ("foo", "over")
  end function isscan
end
$ gfortran u.f90 
u.f90: In function ‘MAIN__’:
u.f90:5: internal compiler error: Segmentation fault


-- 
           Summary: ICE with character optional arg
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-10-24  8:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-02 15:20 [Bug fortran/29322] New: ICE with character optional arg fxcoudert at gcc dot gnu dot org
2006-10-02 17:50 ` [Bug fortran/29322] [4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2006-10-03 11:11 ` pault at gcc dot gnu dot org
2006-10-03 20:13 ` pault at gcc dot gnu dot org
2006-10-03 20:15 ` pault at gcc dot gnu dot org
2006-10-24  8:06 ` fxcoudert 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).