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

            Bug ID: 93388
           Summary: ensure -fanalyzer works with our C code
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: analyzer
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: toon at moene dot org
  Target Milestone: ---

Trying to bootstrap with a new config/bootstrap-analyzer.mk:

STAGE2_CFLAGS += -fanalyzer
STAGE3_CFLAGS += -fanalyzer

fails while building libbacktrace/dwarf.c:448:12: warning: use of uninitialized
value 'unit_buf.buf' [CWE-457] [-Wanalyzer-use-of-uninitialized-value]

Reply via email to