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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-bisection
      Known to fail|13.0                        |
      Known to work|                            |13.1.0

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #9)
> Reconfirmed with the original testcase.

The original testcase stoped warning in GCC 13. though is warning about a
dangling pointer now:

scripts/kconfig/symbol.c:1066:12: warning: storing the address of local
variable 'cv_stack' in 'check_top' [-Wdangling-pointer=]
scripts/kconfig/symbol.c: In function 'sym_check_deps':
scripts/kconfig/symbol.c:1087:19: note: 'cv_stack' declared here
scripts/kconfig/symbol.c:1057:4: note: 'check_top' declared here

Reply via email to