$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [move] GCC bug and aliasing questions
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2012-06-22 15:43:17
El 21/06/2012 22:56, Tr3wory escribió:
> So if I understand you correctly, we are in the field of undefined
> behavior either way.
> Did you experience any problem with gcc what you solved with
> may_alias, or it's just the materialization of the idea of "better
> safe than sorry"?
Yes, there was problems with modern GCC and aggresive optimizations,
which may_alias solved.
Ion