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/30438] Unused variable should raise warning with -Wunused



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2007-01-12 06:35 -------
Simpler example:

  real :: t, dist

  t = 12
  dist = 5
  if (dist < 0) then
    print *, dist
  end if

  end


-- 


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


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