public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dmalcolm at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug analyzer/108968] fanalyzer false positive with the uninitalised-ness of the stack pointer
Date: Thu, 02 Mar 2023 21:25:45 +0000	[thread overview]
Message-ID: <bug-108968-4-ZQQYVb2WMl@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-108968-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #11 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
(In reply to Andrew Cooper from comment #9)
[...snip...]
> Would a const annotation on get_cpu_info() be likely to help?  It occurs to
> me that this is true in all cases that the compiler could legitimately
> reason about.  (It would only cease being true if we fell off our stack, at
> which point UB is the very least of our worries.)

Probably not (without further patching of the analyzer, at least).

For functions it can't see the definition of, the analyzer will respect const
annotations and treat such a function as always returning the same results when
given the same set of arguments.

However, I don't think it will respect a const annotation on an function it can
see the definition of; I think in your case it will simply try to (badly)
simulate the insides of get_cpu_info.   To what extent that's going to lead to
false positives is hard to say.

  parent reply	other threads:[~2023-03-02 21:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 12:41 [Bug c/108968] New: " andrew.cooper3 at citrix dot com
2023-02-28 13:12 ` [Bug c/108968] " schwab@linux-m68k.org
2023-02-28 13:44 ` andrew.cooper3 at citrix dot com
2023-02-28 13:59 ` schwab@linux-m68k.org
2023-02-28 15:41 ` andrew.cooper3 at citrix dot com
2023-02-28 18:56 ` [Bug analyzer/108968] " dmalcolm at gcc dot gnu.org
2023-02-28 19:04 ` andrew.cooper3 at citrix dot com
2023-03-02 19:02 ` cvs-commit at gcc dot gnu.org
2023-03-02 19:25 ` dmalcolm at gcc dot gnu.org
2023-03-02 21:15 ` andrew.cooper3 at citrix dot com
2023-03-02 21:20 ` andrew.cooper3 at citrix dot com
2023-03-02 21:25 ` dmalcolm at gcc dot gnu.org [this message]
2023-03-02 21:29 ` dmalcolm at gcc dot gnu.org
2023-03-02 21:34 ` andrew.cooper3 at citrix dot com
2023-03-02 21:35 ` andrew.cooper3 at citrix dot com
2023-03-02 21:41 ` andrew.cooper3 at citrix dot com
2023-03-02 21:46 ` dmalcolm at gcc dot gnu.org
2023-03-02 21:48 ` dmalcolm at gcc dot gnu.org
2023-03-02 21:52 ` dmalcolm at gcc dot gnu.org
2023-03-29 18:19 ` cvs-commit at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-108968-4-ZQQYVb2WMl@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).