------- Comment #4 from jay dot foad at gmail dot com 2009-05-15 15:39 ------- > typeid used in formatter.h only (please confirm, if you can)
If I replace typeid(...) with 0 in formatter.h then I can at least compile the following with -fno-rtti -D_GLIBCXX_DEBUG: #include <algorithm> #include <bitset> #include <cassert> #include <cctype> #include <cerrno> #include <cfloat> #include <ciso646> #include <climits> #include <clocale> #include <cmath> #include <complex> #include <complex.h> #include <csetjmp> #include <csignal> #include <cstdarg> #include <cstddef> #include <cstdio> #include <cstdlib> #include <cstring> #include <ctime> #include <cwchar> #include <cwctype> #include <cxxabi-forced.h> #include <cxxabi.h> #include <deque> #include <exception> #include <exception_defines.h> #include <fenv.h> #include <fstream> #include <functional> #include <iomanip> #include <ios> #include <iosfwd> #include <iostream> #include <istream> #include <iterator> #include <limits> #include <list> #include <locale> #include <map> #include <memory> #include <new> #include <numeric> #include <ostream> #include <queue> #include <set> #include <sstream> #include <stack> #include <stdexcept> #include <streambuf> #include <string> #include <tgmath.h> #include <typeinfo> #include <utility> #include <vector> I'm not really in a position to test changes to libstdc++.so, sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40160