public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/106511] New: [13 Regression] New -Werror=maybe-uninitialized since r13-1268-g8c99e307b20c502e
@ 2022-08-03  9:14 marxin at gcc dot gnu.org
  2022-08-03  9:14 ` [Bug tree-optimization/106511] " marxin at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-03  9:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106511
           Summary: [13 Regression] New -Werror=maybe-uninitialized since
                    r13-1268-g8c99e307b20c502e
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: aldyh at gcc dot gnu.org
  Target Milestone: ---

Created attachment 53404
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53404&action=edit
test-case

Knowing the warning has a significant false-positive rate, but still, it may be
an interesting test-case. It's reduced from xen package:

$ gcc bunzip.i -Werror=maybe-uninitialized -O1
bunzip2.c: In function ‘get_next_block’:
bunzip2.c:261:27: error: ‘length’ may be used uninitialized
[-Werror=maybe-uninitialized]
bunzip2.c:224:17: note: ‘length’ declared here
cc1: some warnings being treated as errors

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

end of thread, other threads:[~2024-05-21  9:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03  9:14 [Bug tree-optimization/106511] New: [13 Regression] New -Werror=maybe-uninitialized since r13-1268-g8c99e307b20c502e marxin at gcc dot gnu.org
2022-08-03  9:14 ` [Bug tree-optimization/106511] " marxin at gcc dot gnu.org
2022-08-04  9:17 ` rguenth at gcc dot gnu.org
2022-12-20 14:39 ` rguenth at gcc dot gnu.org
2023-03-29 13:10 ` rguenth at gcc dot gnu.org
2023-04-08 14:42 ` law at gcc dot gnu.org
2023-04-26  6:56 ` [Bug tree-optimization/106511] [13/14 " rguenth at gcc dot gnu.org
2023-07-27  9:23 ` rguenth at gcc dot gnu.org
2023-11-06 21:38 ` amacleod at redhat dot com
2023-11-07 19:18 ` amacleod at redhat dot com
2023-12-06  8:55 ` rguenth at gcc dot gnu.org
2024-05-21  9:12 ` [Bug tree-optimization/106511] [13/14/15 " jakub 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).