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


On Mon, Nov 22, 2004 at 09:28:54PM -0500, Andrew Pinski wrote:
> 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.

I tried this with my original testcase on powerpc-linux and it still
segfaults, then tried it with the small testcase from the PR with ggc
params to force frequent garbage collection and that fails.

Janis


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