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] Var-tracking breaks garbage collection


> Hello,
> 
> var-tracking support has introduced a global tree variable that is
> not tracked by GC.  The contents of frame_base_decl can be clobbered
> by the garbage collector, which causes a bootstrap failure on s390
> and s390x.
> 
> Fixed by adding GTY markers.

I would consider this obvious.

Josef
> 
> 	* tree.h (frame_base_decl): Add GTY marker.
> 	* var-tracking.c (frame_base_decl): Likewise.


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