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]

[patch][plugin] Invoke FINISH_UNIT callbacks earlier


Hello,
 FINISH_UNIT callbacks are currently invoked quite late (after finalize()).
 This patch invokes these callbacks earlier allowing the plugin to do
more useful for example create a fake function as shown in the
 included testcase.
 Patch bootstraps and shows no testsuite regression on x86_64-unknown-linux-gnu
Thanks

tunji

Attachment: finish_unit_plugin.txt
Description: Text document


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