[aspectc-user] ac++ fails at asm-keyword

J. Liebig joerg.liebig at st.ovgu.de
Fri Jun 13 12:32:58 CEST 2008


>
> This syntax is supported in the current development tree. If you build 
> a new ac++ binary from our subversion repository, you can weave code 
> that contains such asm specifiers. Btw, if __STRINGIFY is not defined, 
> then the same error message occurs.
the advice from Danilo Beuche to use:
#ifdef __puma
   #define asm(CODE)
#endif

works for me so far.

__STRINGIFY is just a macro. #define __STRINGIFY(x) #x


jl



More information about the aspectc-user mailing list