public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/110368] New: Incorrect "is used uninitialized" warning message
@ 2023-06-22 17:27 clugstj at gmail dot com
  2023-06-22 17:29 ` [Bug c/110368] " clugstj at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: clugstj at gmail dot com @ 2023-06-22 17:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110368

            Bug ID: 110368
           Summary: Incorrect "is used uninitialized" warning message
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: clugstj at gmail dot com
  Target Milestone: ---

Created attachment 55384
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55384&action=edit
Code that causes warning

The attached code, when compiled with:

>gcc -O2 -Wall -Wextra -c uninit.c

results in the following error messages:

uninit.c: In function 'cksum':
uninit.c:20:13: warning: 'l' is used uninitialized [-Wuninitialized]
   20 |    unsigned l = len;
      |             ^
uninit.c:21:13: warning: 'n' is used uninitialized [-Wuninitialized]
   21 |    unsigned n = protocol;
      |             ^

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

end of thread, other threads:[~2023-10-07  6:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22 17:27 [Bug c/110368] New: Incorrect "is used uninitialized" warning message clugstj at gmail dot com
2023-06-22 17:29 ` [Bug c/110368] " clugstj at gmail dot com
2023-06-22 17:31 ` pinskia at gcc dot gnu.org
2023-06-22 17:32 ` pinskia at gcc dot gnu.org
2023-06-22 17:35 ` pinskia at gcc dot gnu.org
2023-06-22 17:37 ` pinskia at gcc dot gnu.org
2023-10-05 16:19 ` clugstj at gmail dot com
2023-10-06 15:51 ` sjames at gcc dot gnu.org
2023-10-07  6:36 ` xry111 at gcc dot gnu.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).