This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [trans-mem] GROW and bug


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~



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]