Bug#191684: libstdc++5 3.3 breaks optimized binaries compiled with g++ 3.2

2003-05-03 Thread Matthias Klose
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

Bug#191684: libstdc++5 3.3 breaks optimized binaries compiled with g++ 3.2

2003-05-02 Thread Michael Babcock
Package: libstdc++5 Version: 1:3.3-0pre7 Severity: important 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: #include #include using namespace std; // Returns the argument as a string. template s