This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/49846] entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed `double' parameter
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 28 Jul 2011 20:36:05 +0000
- Subject: [Bug debug/49846] entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed `double' parameter
- Auto-submitted: auto-generated
- References: <bug-49846-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49846
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-28 20:35:16 UTC ---
Author: jakub
Date: Thu Jul 28 20:35:12 2011
New Revision: 176892
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176892
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/var-tracking.c