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 #2 from dfranke at gcc dot gnu dot org  2008-01-29 10:11 -------
See patch in PR31463. New output for testcase:

$> gfortran-svn -g -c -Wall pr34296.f90
pr34296.f90:1.42:

CHARACTER(2) FUNCTION ctbgt() RESULT(ctab)
                                         1
Warning: Return value 'ctab' of function 'ctbgt' declared at (1) not set


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dfranke at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-29 10:11:50
               date|                            |


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]