Bug 171608

Summary: gfortran does not accept varying string length function results
Product: [Fedora] Fedora Reporter: BUTEL Remi <r.butel>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-02 21:05:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jakub Jelinek 2005-10-24 14:44:30 UTC
Please provide a testcase.
function foo (n)
integer :: n
character (len = n) :: foo
foo = 'abcd'
end function foo
certainly works just fine.

Comment 1 Jakub Jelinek 2005-11-02 21:05:54 UTC
No testcase provided.  If you have one, please reopen.