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
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
2 matches
Mail list logo