This is the mail archive of the gcc-patches@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: PATCH: PR debug/36977: Incorrect debug info for stack variables with stack alignment


If the stack alignment isn't necessary, then managing the DRAP register isn't necessary either, right? It seems like the right solution is to make the optimizers remove that code as well, in which case the debug info will be right automatically, using FP for the CFA.

Jason


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