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/13615] -Wuninitialized produces wrong error message for characters



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2007-11-21 18:58 -------
$ cat z.f
      subroutine warn_character(d)
      character c, d
      d = c
      end
$ gfortran -O2 -Wall z.f -c
z.f: In function ?warn_character?:
z.f:3: warning: ?c[1]{lb: 1 sz: 1}? is used uninitialized in this function


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-09-29 08:14:43         |2007-11-21 18:58:59
               date|                            |


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


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