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: GGC-ify type hashtable



On Oct 16, 2004, at 4:21 PM, Andrew Pinski wrote:



On Oct 16, 2004, at 4:14 PM, Dale Johannesen wrote:


The hashtable for types in c_common_alias_set is not ggc'd, because I thought
type nodes would always be pointed to from somewhere else. After our latest
merge it appears that this is no longer true (if it ever was), leading to an ICE
building SPEC with IMA. I have no idea how to construct a small testcase.
The fix is obvious. I am not planning to investigate how the type node became
otherwise unreferenced unless somebody thinks this really shouldn't happen.
Bootstrapped on Darwin.

I also see the same problem with --enable-intermodule and was trying to figure out why, I found the patch which caused it, I think.
Forgot to say the patch would be:
http://gcc.gnu.org/ml/gcc-cvs/2004-09/msg00192.html

Which is connect to PR 17957 so maybe Jan can comment here.

Thanks,
Andrew Pinski


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