[Bug fortran/30283] Specification expression not properly recognized in declaration

2007-01-15 Thread pault at gcc dot gnu dot org
--- 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=gccview=revrev=120790 Log: 2007-01-15 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/30283] Specification expression not properly recognized in declaration

2007-01-13 Thread pault at gcc dot gnu dot org
--- 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