------- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-05 18:09 ------- Reduced testcase: #include <iostream> struct a : std::ios_base { static const int*f; }; const int *a::f = & std::ios_base::_S_local_word_size; int main(void) { return *a::f; }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |libstdc++ GCC build triplet|ia64-unknown-linux-gnu | GCC host triplet|ia64-unknown-linux-gnu | GCC target triplet|ia64-unknown-linux-gnu | Keywords| |link-failure Known to fail| |4.0.3 4.1.0 4.2.0 Summary|[4.1]: libmudflap failures |std::ios_base::_S_local_word |on ia64 |_size is not exported http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26532