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/49846] entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed `double' parameter


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


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