Re: [PATCH] Fix fold_binary_loc BIT_XOR_EXPR folding (PR sanitizer/80349)

2017-04-27 Thread Jakub Jelinek
On Thu, Apr 27, 2017 at 09:17:44PM +0200, Marek Polacek wrote: > Yet another missing converts caused that BIT_XOR_EXPRs with incompatible > arguments have gotten into the gimplifier. Fixed thus. This patch also > improves readability by using a temporary, the current style wasn't very > readable

[PATCH] Fix fold_binary_loc BIT_XOR_EXPR folding (PR sanitizer/80349)

2017-04-27 Thread Marek Polacek
Yet another missing converts caused that BIT_XOR_EXPRs with incompatible arguments have gotten into the gimplifier. Fixed thus. This patch also improves readability by using a temporary, the current style wasn't very readable especially because of the wrong formatting caused by adding the *_loc v