On Fri, Aug 27, 2010 at 8:37 PM, Hongtao wrote:
> On 08/27/10 14:29, Richard Guenther wrote:
>> On Fri, Aug 27, 2010 at 8:24 PM, Hongtao wrote:
>>
>>> On 08/27/10 12:35, Richard Guenther wrote:
>>>
On Fri, Aug 27, 2010 at 5:27 PM, Hongtao wrote:
> Hi all,
>
> I have in
On 08/27/10 14:29, Richard Guenther wrote:
> On Fri, Aug 27, 2010 at 8:24 PM, Hongtao wrote:
>
>> On 08/27/10 12:35, Richard Guenther wrote:
>>
>>> On Fri, Aug 27, 2010 at 5:27 PM, Hongtao wrote:
>>>
>>>
Hi all,
I have instrumented a function call like foo(&a,&b) int
On Fri, Aug 27, 2010 at 8:24 PM, Hongtao wrote:
> On 08/27/10 12:35, Richard Guenther wrote:
>> On Fri, Aug 27, 2010 at 5:27 PM, Hongtao wrote:
>>
>>> Hi all,
>>>
>>> I have instrumented a function call like foo(&a,&b) into the gimple SSA
>>> representation (gcc-4.5) and the consequent optimizati
On 08/27/10 12:35, Richard Guenther wrote:
> On Fri, Aug 27, 2010 at 5:27 PM, Hongtao wrote:
>
>> Hi all,
>>
>> I have instrumented a function call like foo(&a,&b) into the gimple SSA
>> representation (gcc-4.5) and the consequent optimizations can not pass
>> my instrumented code. The back tra
On Fri, Aug 27, 2010 at 5:27 PM, Hongtao wrote:
> Hi all,
>
> I have instrumented a function call like foo(&a,&b) into the gimple SSA
> representation (gcc-4.5) and the consequent optimizations can not pass
> my instrumented code. The back traces are as followings. The error
> occurred when the pa