[trans-mem] GROW and bug

Richard Henderson rth@redhat.com
Thu Nov 6 17:13:00 GMT 2008


Jay Foad wrote:
>> @@ -1204,7 +1229,7 @@ execute_tm_memopt (void)
>>  static bool
>>  gate_tm_memopt (void)
>>  {
>> -  return optimize > 0;
>> +  return 0 && optimize > 0;
>>  }
>>
>>  struct gimple_opt_pass pass_tm_memopt =
> 
> Did you mean to commit this bit?

Yeah, I meant to commit it a while ago actually.
That pass is currently just a stub, which Martin
is working on filling in.


r~



More information about the Gcc-patches mailing list