public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/102151] New: Spurious warning by -Warray-bounds when allocating with flexible array member
@ 2021-09-01  1:42 gniibe at fsij dot org
  2021-09-01  1:58 ` [Bug c/102151] " gniibe at fsij dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gniibe at fsij dot org @ 2021-09-01  1:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102151
           Summary: Spurious warning by -Warray-bounds when allocating
                    with flexible array member
           Product: gcc
           Version: 11.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gniibe at fsij dot org
  Target Milestone: ---

Created attachment 51392
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51392&action=edit
Test with smaller size and valid access to the structure with flexible array
member

When allocating memory with smaller size than
sizeof(a_structure_with_flexible_member), for (valid) access to the structure,
compiler emits spurious warning, in some optimization level.

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

end of thread, other threads:[~2021-09-02  2:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01  1:42 [Bug c/102151] New: Spurious warning by -Warray-bounds when allocating with flexible array member gniibe at fsij dot org
2021-09-01  1:58 ` [Bug c/102151] " gniibe at fsij dot org
2021-09-01  2:48 ` [Bug tree-optimization/102151] " pinskia at gcc dot gnu.org
2021-09-01 15:02 ` msebor at gcc dot gnu.org
2021-09-02  2:34 ` gniibe at fsij 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).