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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Nov 21 08:26:00 2015
New Revision: 230703

URL: https://gcc.gnu.org/viewcvs?rev=230703&root=gcc&view=rev
Log:
        PR debug/66432
        * tree-inline.c (copy_debug_stmt): If
        gimple_debug_source_bind_get_value is DECL_ORIGIN of a PARM_DECL
        in decl_debug_args, don't call remap_gimple_op_r on it.

        * gcc.dg/debug/pr66432.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.dg/debug/pr66432.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-inline.c

Reply via email to