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: [tuples] [patch] refactoring of tree_expr_nonzero_warnv_p


On 3/4/08 6:03 AM, Rafael Espindola wrote:

+   If the return value is based on the assumption that signed overflow
+   is undefined, set *STRICT_OVERFLOW_P to true; otherwise, don't
+   change *STRICT_OVERFLOW_P.  */
+static bool

Blank line after comment.


+tree_binary_nonzero_warnv_p (enum tree_code code,
+				  tree type __attribute__((unused)),

ATTRIBUTE_UNUSED. But if it's not used, don't add it.


OK for trunk and branch with a ChangeLog entry and testing (BTW, please always include ChangeLog entries with your patches).


Diego.



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