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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[12/13/14/15 Regression]    |[12/13/14/15 Regression]
                   |False malloc leak warning   |False malloc leak warning
                   |from static analyzer        |from static analyzer with
                   |                            |-fsanitize=address,undefine
                   |                            |d

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note it requires -fsanitize=address,undefined  .  I wonder if we should put a
warning about using sanitizers with the static analyzer.  Since the sanitizers
can introduce some rather interesting IR for the analyzer to handle.

Reply via email to