Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix handling of inlined subroutines in MC_ignore_local_variable
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 24 Mar 2014 12:27:33 +0000 (13:27 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 24 Mar 2014 12:27:33 +0000 (13:27 +0100)
commit302ebc2c9bc39e4cdb423e9e7256d3af097f3d06
tree097c6b375b5a93060cdb71093a872726484a70ac
parent01a26a51594f70d9e244fc7a29fb555f8a713b56
[mc] Fix handling of inlined subroutines in MC_ignore_local_variable

The matching of function name was incorrecy in
MC_ignore_local_variable(): when the variable is in an inlined
subroutine, the function name was compared against the name of its
containing non-inlined subprogram (DW_TAG_subprogram) instead of the
name of the inlined subroutine (DW_TAG_inlined_subroutine).
src/mc/mc_global.c