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] Compare addresses in operand_equal_p correctly


Roger Sayle <roger@eyesopen.com> writes:
>> ! 	  return (OP_SAME (0)
>> ! 		  && OP_SAME (1)
>>   		  && OP_SAME_WITH_NULL (2)
>>   		  && OP_SAME_WITH_NULL (3));
>
> You don't need the outermost parenthesis around return expressions
> in the GNU coding style.

But you do need them for multi-line conditionals AIUI.

Richard


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