Kenneth Karoliussen <""odin(at\"@)active-area.com"> writes:

> I'm currently working on FreeBSD with and using GNU g++ v3.4.4.

FWIW, the program doesn't appear to exhibit any problems with
gcc-3.4.3 and 3.4.6 on  Linux/x86.

> I'm a bit baffled why the leak occurs. Could be that I overlooked
> something essensial or the problem is more complex (related to the
> compiler).

Looks like the latter.

You can try a different gcc version, or you can examine generated
assembly and "see" the bug.

Even if you do see the bug, it will be quite unlikely to be fixed
in 3.4.x, because current development version is 4.2

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to