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: removal of static vars analysis code from mainline.


Kenneth Zadeck wrote:

Mark,

Jan has explained to me that it appears to be impossible for me find all of the variables in the mainline branch. It appears that at the time cgraph is run, some of the variables have disappeared from the trees and are only in the asm file and that the front ends are still keeping some of the variables a secret.

He claims to have fixed these problems (or at least all the ones he has found) on the tree profiling branch but believes that is not worthwhile to port onto the mainline so the correct solution appears to be remove my code from the mainline and work on the tree profiling branch until things open back up on the mainline.

Enclosed is a patch to remove my code.

How sad. Patch OK.


--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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