Hi,

I'm doing some experiments on the STM implementation on GCC, but I
need some info since the documentation is still not available,

What is the syntax currently adopted in STM_GCC, martin told me that
the old syntax "#pragma atomic" is not used in the current
implementation and that possibly it's replaced by "__tm_atomic { }" as
in the Intel compiler.
GCC accepts the "-fgnu-tm" but doesn't accept "__tm_atomic { }" !

I found in the testsuit that you are also using "__transaction { }",
but when compiling the testsuite example, it says :
"undefined reference to `_ITM_beginTransaction'", is there any library
that should be used to link ?

Best regards,

--
Riyadh

Reply via email to