------- Additional Comments From mmitchel at gcc dot gnu dot org 2005-04-04 01:30 ------- Dave, I think that the problem with _S_do_it is an entirely separate bug. In particular, V3 builds with -fno-inline-templates, but does not use -fno-implicit-inline-templates. The _S_do_it function is inline. Since AIX does not have weak symbols, we probably make that function have internal linkage in the library, which causes the link failures you're seeing.
To confirm that, would you please send me the preprocessed version of both valarray-inst.cc and header_cassert.cc, together with the cc1plus command-line used on AIX to compile each? Thanks, -- Mark -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19159