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] Fix GC problem with complex types


Andrew Pinski <pinskia@physics.uc.edu> writes:

> We are GCing some complex types which we still have reference to.
> The problem is the the variable which stores last vector type is not
> marked with GTY, this fixes the problem.  The reason why I also marked
> the int as GTY is because if we don't we could have a possible PCH
> problem but I did not test that patch at all.
> 
> OK? Bootstrapped and tested on ppc-darwin with no regressions.

This is OK, even if it doesn't really fix the problem it's surely a
step in the right direction.  Yes, it's necessary or at least helpful
to mark the 'int' with the GTY.

> Thanks,
> Andrew Pinski
> 
> ChangeLog:
> 	* tree-complex.c (vector_inner_type): New variable moved from
> 	build_word_mode_vector_type.
> 	(vector_last_type): Likewise.
> 	(vector_last_nunits): Likewise.


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