
8 May
2007
8 May
'07
5:02 p.m.
Eric Niebler wrote:
Looks like this change is causing a linker error on at least one platform.
So this is the i386 problem (why is this the default for g++ in this day and age remains a mystery to me). We can fix it on the atomic_count side by supplying an assembly implementation that assumes 486+ regardless of the target, as is done with sp_counted_base. Or we can run the SunOS tests for i486 or better. Which one should be it?