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] Further -Wnonnull-compare fixes (PR c++/69922)


On 02/24/2016 02:05 PM, Jakub Jelinek wrote:
+	  && integer_zerop (tree_strip_nop_conversions (TREE_OPERAND (org_x,
+								      1))))

Why check this? I think we want this handling for all TREE_NO_WARNING comparisons.

Jason


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