This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimizatinon bug?


On Mon, Oct 28, 2002 at 03:37:53PM +0900, Isao Aburatani wrote:
> 	unsigned long long  tmp;
> 	*dx = *(double *)&tmp;

Not a bug.  This breaks type aliasing rules.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]