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: [please test] RTL sharing verifier


Jan Hubicka wrote:
Hi,
as mentioned in previous mail, I would like to get the RTL sharing
verifier enabled in stage1 now.  I am however aware that this is likely
going to find many positives, probably more than I can deal with myself
in resonable time.  I am attaching my current patch I know to work on
i686 to ask everyone who wants to do little RTL debugging on his
favorite target to try it out and let me know how it works and if
possible also send fixes.

I think you should have a new PROP, and enable the verification automatically in execute_todo, based on (properties & (PROP_rtl | PROP_rtl_sharing)) == (PROP_rtl | PROP_rtl_sharing).


Paolo


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