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] Track VLA bounds in VTA (PR debug/43150)


On Wed, Feb 24, 2010 at 11:18:19AM +0100, Richard Guenther wrote:
> I suppose it might not work with -fno-var-tracking-assignments but
> won't cause any problems there as well?

Yes, for -fno-var-tracking-assignments there will be really no change,
as eventhough the artificial bound will no longer be DECL_IGNORED_P,
it will be optimized out in code and so won't have rtl set, therefore
the only way for it to have a location is through DEBUG_INSNs before
var-tracking and location notes afterwards.
> 
> Ok.

Thanks.

	Jakub


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