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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |9.1.0
            Summary|Unhelpful                   |[10 Regression] Unhelpful
                   |-Wstringop-overflow warning |-Wstringop-overflow warning
                   |                            |for a trailing one-element
                   |                            |array
      Known to fail|                            |10.0

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
The warning first appeared with r273783:

r273783 | msebor | 2019-07-24 20:29:17 -0400 (Wed, 24 Jul 2019) | 27 lines

PR tree-optimization/91183 - strlen of a strcpy result with a conditional
source not folded
PR tree-optimization/86688 - missing -Wstringop-overflow using a non-string
local array in strnlen with excessive bound

Reply via email to