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 3.3/3.4/3.5] Fix PR bootstrap/14671



On Apr 19, 2004, at 15:57, John David Anglin wrote:

The good news is that Richard's patch fixes the problem. The bad news is that the patch uses ggc_free which isn't in 3.3 and 3.4. Implementing ggc_free looks like it would require back porting 3 or 4 more patches.

Even better news is that ggc_free is really not need at all, it is an optimization. You should be able to replace the call to ggc_free with set that variable to NULL and have it work.

-Andrew Pinski


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