public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/21733] New: filecmp.c:252: warning: #n1# may be used uninitialized in this function
@ 2005-05-24  7:48 olh at suse dot de
  2005-05-24  8:00 ` [Bug tree-optimization/21733] " olh at suse dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: olh at suse dot de @ 2005-05-24  7:48 UTC (permalink / raw)
  To: gcc-bugs

if I understand the code flow in FileCmpCmd correctly,
the first loop will initialize n1 and n2 because e1 = e2 = 0,
and k1 && k2 is always < BSIZE.
Even if the read() will return an error, the last check
to return either TCL_ERROR or TCL_OK is not undefined.


This is from http://ozlabs.org/~paulus/dirdiff-2.1.tar.gz

/usr/lib/gcc/powerpc64-suse-linux/4.0.1/cc1 -fpreprocessed filecmp.i -quiet -dumpbase filecmp.c -auxbase filecmp -O3 -Wall -version -fPIC -o filecmp.s
GNU C version 4.0.1 20050521 (prerelease) (SUSE Linux) (powerpc64-suse-linux)
        compiled by GNU C version 4.0.1 20050521 (prerelease) (SUSE Linux).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
filecmp.c: In function #FileCmpCmd#:
filecmp.c:252: warning: #n2# may be used uninitialized in this function
filecmp.c:252: warning: #n1# may be used uninitialized in this function

-- 
           Summary: filecmp.c:252: warning: #n1# may be used uninitialized
                    in this function
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: olh at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-linux
  GCC host triplet: powerpc-linux
GCC target triplet: powerpc-linux


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


^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <bug-21733-1216@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2008-08-20 11:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-24  7:48 [Bug tree-optimization/21733] New: filecmp.c:252: warning: #n1# may be used uninitialized in this function olh at suse dot de
2005-05-24  8:00 ` [Bug tree-optimization/21733] " olh at suse dot de
2005-05-24 14:35 ` [Bug middle-end/21733] " pinskia at gcc dot gnu dot org
2005-08-09 15:58 ` James dot Juran at baesystems dot com
     [not found] <bug-21733-1216@http.gcc.gnu.org/bugzilla/>
2005-11-26  7:39 ` gdr at gcc dot gnu dot org
2005-11-26 16:53 ` pinskia at gcc dot gnu dot org
2006-08-26  3:52 ` pinskia at gcc dot gnu dot org
2008-08-20 11:33 ` manu 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).