2010/10/18 Stefan Sayer <[email protected]>: > Hi, > " > In file included from resolver.h:34, > > from sip_parser.h:35, > > from trans_table.cpp:32: > > ../atomic_types.h:26:2: warning: #warning Compare and Swap is not supported > on this architecture " > > is this true for ARCH=x86 OS=linux gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) > ?
I'd rather to trust compiler's messages :). Unfortunately, that's not the only issue - there is also an issue with linking to internal glibc functions on some arches (CentOS 5.5 x68_64, glibc-2.5, gcc-4.1.2). I'm investigating it currently. > if yes, is it worth a warning? Yes, definitely - because we added a workaround for this and (teoretically) workaround may (or may not) slow down system a bit. -- With best regards, Peter Lemenkov. _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
