On Fri, 27 Jul 2007 13:58:52 +0000, Ulrich Lauther wrote:

> Hi,
> 
> I have got a very small piece of code that makes my application crash
> when compiled with optimization:

[...]

> The problem is that this is part of a large library and it will be hard
> to reduce the problem to a few lines of code.

Careful before you blame the compiler! How can we know whether the crash 
is not, in fact, due to a bug in your [library] code causing undefined 
behaviour, which then only manifests itself when optimisation is turned 
on. That's not unheard of.

-- 
Lionel B
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to