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: [PATCH, TileGX] Committed fix for a typo bug


Thanks. I found another one and I fixed it.

2012-06-15 Walter Lee <walt@tilera.com>

* config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.

Index: config/tilegx/sync.md
===================================================================
--- config/tilegx/sync.md       (revision 188672)
+++ config/tilegx/sync.md       (working copy)
@@ -121,7 +121,7 @@
   emit_insn (gen_atomic_fetch_<fetchop_name>_bare<mode> (operands[0],
                                                          operands[1],
                                                          operands[2]));
-  tilegx_pre_atomic_barrier (model);
+  tilegx_post_atomic_barrier (model);
   DONE;
 })

On 6/14/2012 6:46 PM, Maxim Kuvyrkov wrote:
Walter,

While working on atomics for a different target, I've noticed below typo bug in TileGX.

Patch checked in as obvious.

Thank you,

--
Maxim Kuvyrkov
CodeSourcery / Mentor Graphics




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