This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32386] Pure function not allowed in specification expression



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2007-06-18 04:12 -------
>From Fortran 95/2003 Explained, Metcalf. Reid, and Cohen

Page 101:

"The other way that automatic objects arise is through varying character
length. The variable word2 in

      Subroutine example(word1)
        character(len = *), intent(inout) :: word1
        character(len = len(word1))       :: word2

is an example."


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32386


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]