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

Qirun Zhang <qrzhang at gatech dot edu> changed:

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

--- Comment #1 from Qirun Zhang <qrzhang at gatech dot edu> ---
Bisect points to r255569.

Author: aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 12 02:16:31 2017 +0000

    [SFN] Introduce -gstatement-frontiers option, enable debug markers

    Introduce a command line option to enable statement frontiers, enabled
    by default in optimized builds with DWARF2+ debug information.

    This patch depends on an earlier patch that completed the
    infrastructure for debug markers, and on another patch that turns -g
    into a negatable option prefix.

    for  gcc/ChangeLog

        * common.opt (gstatement-frontiers): New, setting
        debug_nonbind_markers_p.
        * rtl.h (MAY_HAVE_DEBUG_MARKER_INSNS): Activate.
        * toplev.c (process_options): Autodetect value for debug statement
        frontiers option.
        * tree.h (MAY_HAVE_DEBUG_MARKER_STMTS): Activate.
        * doc/invoke.texi (gstatement-frontiers, gno-statement-frontiers): New.

Reply via email to