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
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
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