re PR debug/49846 (entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed...
authorJakub Jelinek <jakub@redhat.com>
Thu, 28 Jul 2011 20:35:12 +0000 (22:35 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 28 Jul 2011 20:35:12 +0000 (22:35 +0200)
commit4fe249e74807053dac6c37a8e23f43155ecb6ccb
treefb9fac801cacf39ca6eee7caac1c8695a6a8ced3
parent86f98641242b99e49d98708bdad9ffa38396c141
re PR debug/49846 (entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed `double' parameter)

PR debug/49846
* var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
arguments also check if they aren't initialized with a MODE_INT
mode of the same size.

From-SVN: r176892
gcc/ChangeLog
gcc/var-tracking.c