[patch] comitted : Re: [resend] - Probable buglet in ipa-prop.c

2013-11-28 Thread Andrew MacLeod
On 11/27/2013 05:51 PM, Jeff Law wrote: On 11/27/13 15:30, Andrew MacLeod wrote: On 11/27/2013 05:16 PM, Jeff Law wrote: On 11/27/13 14:30, Andrew MacLeod wrote: mailer added html again... When trying some of my updated prototype changes on trunk, the

Re: [resend] - Probable buglet in ipa-prop.c

2013-11-27 Thread Jeff Law
On 11/27/13 15:30, Andrew MacLeod wrote: On 11/27/2013 05:16 PM, Jeff Law wrote: On 11/27/13 14:30, Andrew MacLeod wrote: mailer added html again... When trying some of my updated prototype changes on trunk, the code tripped over this segment in ipa-pro

Re: [resend] - Probable buglet in ipa-prop.c

2013-11-27 Thread Andrew MacLeod
On 11/27/2013 05:30 PM, Andrew MacLeod wrote: On 11/27/2013 05:16 PM, Jeff Law wrote: On 11/27/13 14:30, Andrew MacLeod wrote: mailer added html again... When trying some of my updated prototype changes on trunk, the code tripped over this segment in ip

Re: [resend] - Probable buglet in ipa-prop.c

2013-11-27 Thread Andrew MacLeod
On 11/27/2013 05:16 PM, Jeff Law wrote: On 11/27/13 14:30, Andrew MacLeod wrote: mailer added html again... When trying some of my updated prototype changes on trunk, the code tripped over this segment in ipa-prop.c : lhs = gimple_assign_lhs (st

Re: [resend] - Probable buglet in ipa-prop.c

2013-11-27 Thread Jeff Law
On 11/27/13 14:30, Andrew MacLeod wrote: mailer added html again... When trying some of my updated prototype changes on trunk, the code tripped over this segment in ipa-prop.c : lhs = gimple_assign_lhs (stmt); rhs = gimple_assign_rhs1 (st

[resend] - Probable buglet in ipa-prop.c

2013-11-27 Thread Andrew MacLeod
mailer added html again... When trying some of my updated prototype changes on trunk, the code tripped over this segment in ipa-prop.c : lhs = gimple_assign_lhs (stmt); rhs = gimple_assign_rhs1 (stmt); if (!is_gimple_reg_type (rhs)