public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29422]  New: ICE with allocatable
@ 2006-10-10 21:21 dominiq at lps dot ens dot fr
  2006-10-11 11:00 ` [Bug fortran/29422] " patchapp at dberlin dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2006-10-10 21:21 UTC (permalink / raw)
  To: gcc-bugs

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

The following code (derived from allocatable_1.f90)

Type drv
 Integer::i
 Integer,allocatable::arr(:)
End type drv

  print *, fun1()

contains
  Function fun1 ()

    Type(drv)::fun1
    Fun1%i=10
  end function fun1
end

gives

allocatable_1_db.f90: In function ‘MAIN__’:
allocatable_1_db.f90:12: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Cheers

Dominique


-- 
           Summary: ICE with allocatable
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: 4.2.0 20061009
GCC target triplet: x86_64-unknown-linux-gnu


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-10 21:21 [Bug fortran/29422] New: ICE with allocatable dominiq at lps dot ens dot fr
2006-10-11 11:00 ` [Bug fortran/29422] " patchapp at dberlin dot org
2006-10-11 17:42 ` pault at gcc dot gnu dot org
2006-10-11 18:31 ` dominiq at lps dot ens dot fr
2006-10-13 12:52 ` pault at gcc dot gnu dot org
2006-10-14  8:20 ` pault 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).