public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/104355] New: Misleading -Warray-bounds documentation says "always out of bounds"
@ 2022-02-02 20:44 redi at gcc dot gnu.org
  2022-02-02 21:21 ` [Bug middle-end/104355] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2022-02-02 20:44 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104355
           Summary: Misleading -Warray-bounds documentation says "always
                    out of bounds"
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org
  Target Milestone: ---

-Warray-bounds
      -Warray-bounds=n
          This option is only active when -ftree-vrp is active
          (default for -O2 and above). It warns about subscripts
          to arrays that are always out of bounds. This warning
          is enabled by -Wall.

It's not true that it warns for "always out of bounds", as that implies no
false positives.

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

end of thread, other threads:[~2024-01-20 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 20:44 [Bug middle-end/104355] New: Misleading -Warray-bounds documentation says "always out of bounds" redi at gcc dot gnu.org
2022-02-02 21:21 ` [Bug middle-end/104355] " pinskia at gcc dot gnu.org
2022-02-08 22:17 ` msebor at gcc dot gnu.org
2022-02-08 22:17 ` msebor at gcc dot gnu.org
2022-02-11  0:00 ` msebor at gcc dot gnu.org
2022-02-14 22:55 ` cvs-commit at gcc dot gnu.org
2024-01-19  4:34 ` sandra at gcc dot gnu.org
2024-01-20 17:18 ` pinskia 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).