[Bug fortran/53035] Internal Compiler Error

2012-04-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035 --- Comment #5 from Tobias Burnus 2012-04-25 20:45:26 UTC --- Reduced test case: module SysPars implicit none character (len = :), allocatable :: lens_dir end module SysPars Related: PR 45170 (plus a few others) * * * (In reply to commen

[Bug fortran/53035] Internal Compiler Error

2012-04-25 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035 --- Comment #4 from kargl at gcc dot gnu.org 2012-04-25 20:15:40 UTC --- Here's a reduced testcase (15 minutes to reduce!). module syspars implicit none character (len = :), allocatable :: lens_dir contains function get_lens_dir () res

[Bug fortran/53035] Internal Compiler Error

2012-04-25 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org

[Bug fortran/53035] Internal Compiler Error

2012-04-25 Thread norm.clerman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035 --- Comment #2 from Norman S. Clerman 2012-04-25 18:13:03 UTC --- Created attachment 27241 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27241 see original submittal Hello Tobias, Sorry that I forgot to attach the file. It is attached h

[Bug fortran/53035] Internal Compiler Error

2012-04-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/53035] Internal Compiler Error

2012-04-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1