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] Fix *DIV_EXPR folding on 32-bit HWI (PR middle-end/46019)


On 10/14/2010 02:37 PM, Jakub Jelinek wrote:
> 	PR middle-end/46019
> 	* fold-const.c (fold_binary_loc): If integer_pow2p has
> 	TREE_INT_CST_LOW zero, look at TREE_INT_CST_HIGH.
> 
> 	* gcc.c-torture/execute/pr46019.c: New test.

Ok.


r~


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