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: relax check in new RA


+         || (web1->type != PRECOLORED &&
+               web1->crosses_call != web2->crosses_call)
+         || (web1->type != PRECOLORED &&
+              web1->live_over_abnormal != web2->live_over_abnormal))


Whitespace error: the "&&" belongs on the next line.


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