id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6996,smart_pointer causes build failure on AIX gcc 4.7,crispin.boylan@…,Peter Dimov,"When using gcc 4.7 with AIX, the sp_counted_base.hpp logic falls through to the sp_counted_base_gcc_ppc.hpp header which seems to be specifically for PPC Linux. When using gcc on AIX the system as is used, which does not support the syntax included in this file. The reason for this seems to be the fact that in gcc 4.7 the __powerpc__ define has been added to the built-in defines. This means the conditions are now matched for using the gcc ppc version of the fix. I think the define needs to be enhanced either with a check for GNU Assembler being used or the _AIX is not defined.",Bugs,closed,To Be Determined,smart_ptr,Boost 1.50.0,Problem,fixed,,