On Thu, 3 Nov 2011, Aldy Hernandez wrote: > OK for branch? * doc/invoke.texi (C Dialect Options): Document -fgnu-tm.
Index: doc/invoke.texi =================================================================== +When the option @option{-fgnu-tm} is specified, the compiler will +generate code for the Linux variant of Intel's current Transactional I assume this ought to be "GNU/Linux variant"? +Memory ABI specification document (Revision 1.1, May 6 2009). This is +an experimental feature whose interface may change in future versions +of GCC, as the official specification changes. Please note that not +all architectures are supported for this feature. Where can the user find which platforms are supported? +For more information on GCC's support for transactional memory, see +the accompanying documentation for @file{libitm}. Ah, here it is. How does one find that documentation? Gerald