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 8a/9] Introduce class function_reader (v7)


On 12/02/2016 07:44 PM, David Malcolm wrote:
The two flag assignments don't seem to be needed; I think this is due
to adding:

  if (node->native_rtl_p ())
    node->force_output = 1;

to cgraph_node::finalize_function in patch 9.

Should I lose them (and the comment)?

Let's keep this patch self-contained and not dependent on #9. So, leave them in for now.

I think we can call this one OK for now (the orig_reg thing needs fixing and we'll probably want to do something about making locations optional, but all that can be done later).


Bernd


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