--- Comment #2 from pault at gcc dot gnu dot org 2007-01-15 08:16 ---
Subject: Bug 30283
Author: pault
Date: Mon Jan 15 08:16:17 2007
New Revision: 120790
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120790
Log:
2007-01-15 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #1 from pault at gcc dot gnu dot org 2007-01-13 22:12 ---
This looks quite easy:
pure integer function bar (n)
integer, intent(in) :: n
bar = n
end function bar
works. Somebody has forgotten to transfer the result typespec to that of the
specification expression