Package: g++-3.2
Version: 1:3.2.1-1
Severity: normal
Hi. Both g++-3.2 and g++-2.95 seem to have problems with the following
code.
#include
struct Foo {
int val;
Foo(int newVal) {
val = newVal;
}
Foo& operator = (const Foo& other) {
val = 2;
After setting LD_LIBRARY_PATHY to /usr/lib/debug, and firing up the
debugger, I can see that the correct libstdc++.so is being found (i.e.,
the one with the debugging symbols). And stepping into those functions
works, in that it knows the file/line location.
However, the debugger can't print any
Synopsis: [3.2 regression] loop unroll bug with -march=k6-3
State-Changed-From-To: closed->open
State-Changed-By: sirl
State-Changed-When: Thu Nov 28 04:29:32 2002
State-Changed-Why:
Reopen, backported fix From Dale causes a regression on powerpc-linux-gnu.
The testcase gcc.c-torture/execu
3 matches
Mail list logo