On 04/29/2015 08:52 AM, Paolo Carlini wrote:
+ /* Handle references. */ + if (TREE_CODE (val) == INDIRECT_REF)
Let's use REFERENCE_REF_P here. OK with that change. Jason
On 04/29/2015 08:52 AM, Paolo Carlini wrote:
+ /* Handle references. */ + if (TREE_CODE (val) == INDIRECT_REF)
Let's use REFERENCE_REF_P here. OK with that change. Jason