Michael Babcock writes: > After upgrading libstdc++5 from the 3.2 version to the 3.3 version, my > c++ binaries started to segfault. I traced the problem to this test > case:
[...] > Compile this with g++-3.2 -O3 -finline-limit=1000 and running it will > segfault. The same binary will work using the 3.2 > libstdc++5. Compiling without optimization also works, as does > compiling with g++-3.3. However I believe it is important to maintain > binary compatibility in libstdc++5 with all the c++ code compiled with > g++ 3.2. Please can you recheck with the package from http://ftp-master.debian.org/~doko/gcc-3.3/ "It works for me"... Matthias