This is the mail archive of the gcc@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]

Re: does "assign_stack_local" from "function.h" automatically Do The Right Thing with debug information? [relates to the RTL-level if-conversion improvement project]


On 09/23/2015 02:56 PM, Abe wrote:

I wonder if "assign_stack_local" from "function.h" automatically Does
The Right Thing with debug information?
Especially, does it cause the debug information, if any, for stack-frame
size to be updated accordingly?
If not, then would switching to "assign_stack_temp" be very likely to
solve the problem?



On 9/23/15 4:12 PM, Jeff Law wrote:

Neither inherently affects debug information.  So if one is working and the other not, there's a deeper problem elsewhere.



Thanks.

No, I didn`t try with "assign_stack_temp".  I was just wondering if that was likely to help, since I had what looked like a valid alternative.



Regards,

Abe




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