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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Toon Moene from comment #0)
> Trying to bootstrap with a new config/bootstrap-analyzer.mk:
> 
> STAGE2_CFLAGS += -fanalyzer
> STAGE3_CFLAGS += -fanalyzer


It would be nice for a config/bootstrap-analyzer.mk to actually officially
exist on trunk so that one could configure while adding
'--with-build-config=bootstrap-analyzer' to their configure flags

> 
> 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