On Wed, 19 Jun 2013 10:47:09 +0100
"Alex Leach" wrote:
> Are there any further releases planned for the 4.6 branch? Would a patch
> be accepted for this? I've got the 4.6 branch checked out in git, but
> don't know exactly where an edit would be needed.. Are there any reasons
> why this hea
if (TREE_CODE (inner) == RSHIFT_EXPR
&& TREE_CODE (TREE_OPERAND (inner, 1)) == INTEGER_CST
&& TREE_INT_CST_HIGH (TREE_OPERAND (inner, 1)) == 0
&& bitnum < TYPE_PRECISION (type)
&& 0 > compare_tree_int (TREE_OPERAND (inner, 1),
bitnum - TYPE_PRECISION (
2013/6/22 Ian Lance Taylor :
> On Sat, Jun 22, 2013 at 12:17 AM, Chung-Ju Wu wrote:
>> Like this?
>>
>> ===
>> --- libgcc/Makefile.in (revision 200306)
>> +++ libgcc/Makefile.in (working copy)
>> @@ -121,8 +121,8 @@
>> .PHONY: all