On Mon, Sep 29, 2008 at 02:00:20AM +0200, Alejandro Mery <[EMAIL PROTECTED]> 
wrote:
> I'm using -fno-strict-aliasing now to make gcc behave as a C compiler :)

gcc tries to behave like a c compiler with or without that switch, that
switch will not make any difference here.

What you meant is that you made gcc accept your _buggy_, non-C code as if
it were valid C, and try it's best to not misoptimise it, despite it having
severe bugs.

I know it's easy to deceive oneself, but the fact remains that your code is
now buggy, thanks to the policy you are trying to follow.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [EMAIL PROTECTED]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
libev mailing list
libev@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to