public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29458]  New: Spurious -Wuninitialized warning for implied do-loop counter
@ 2006-10-13 14:03 fxcoudert at gcc dot gnu dot org
  2006-10-13 14:03 ` [Bug fortran/29458] " fxcoudert at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-10-13 14:03 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

$ cat a.f90
  integer :: n, i
  n = 5
  n = sum((/(i,i=1,n)/))
  end
$ gfortran -O -Wall a.f90
a.f90: In function ‘MAIN__’:
a.f90:3: warning: ‘i’ is used uninitialized in this function


-- 
           Summary: Spurious -Wuninitialized warning for implied do-loop
                    counter
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-04-05 18:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-13 14:03 [Bug fortran/29458] New: Spurious -Wuninitialized warning for implied do-loop counter fxcoudert at gcc dot gnu dot org
2006-10-13 14:03 ` [Bug fortran/29458] " fxcoudert at gcc dot gnu dot org
2007-01-31 23:02 ` fxcoudert at gcc dot gnu dot org
2007-01-31 23:03 ` fxcoudert at gcc dot gnu dot org
2007-01-31 23:07 ` pinskia at gcc dot gnu dot org
2007-04-27 21:18 ` kargl at gcc dot gnu dot org
2007-05-14 21:30 ` mmitchel at gcc dot gnu dot org
2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
2007-08-06 13:47 ` fxcoudert at gcc dot gnu dot org
2007-08-12 20:16 ` fxcoudert at gcc dot gnu dot org
2007-11-16 20:57 ` terry at chem dot gu dot se
2008-01-30 17:59 ` bcbarnes at gmail dot com
2008-01-30 19:54 ` kargl at gcc dot gnu dot org
2008-01-30 20:28 ` manu at gcc dot gnu dot org
2008-01-30 20:28 ` manu at gcc dot gnu dot org
2009-04-05 13:20 ` dfranke at gcc dot gnu dot org
2009-04-05 18:02 ` dfranke at gcc dot gnu dot org
2009-04-05 18:04 ` dfranke at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).