This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/66432] [4.9/5/6 Regression] libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol


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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Nov 21 08:24:13 2015
New Revision: 230702

URL: https://gcc.gnu.org/viewcvs?rev=230702&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:
    trunk/gcc/testsuite/gcc.dg/debug/pr66432.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-inline.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]