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] Remove more remnants of deleted RTL passes


I believe the preferred way of forcing a function to be output is to
feed it into cgraph marked needed, not to call rest_of_compilation
directly.  Would you mind looking into that as a follow-up?

The problem is that these function do not go through cgraph, they do not even pass through the tree-SSA optimizers. Indeed the preferred way of forcing a function to be output is to feed it into cgraph marked need rather than calling *tree_*rest_of_compilation directly.


Paolo



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