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/34296] Intent(out) and character functions with RESULT: Value-not-set warning



------- Comment #1 from burnus at gcc dot gnu dot org  2007-11-29 16:05 -------
I wanted to add that a possible reason for the character FUNCTION problem is
that the value is returned as argument and not as function return value:

   test (__result, .__result)


-- 


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


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