Gentoo Archives: gentoo-amd64

From: Barry Schwartz <chemoelectric@×××××××××××××.org>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: GCC-4.5.2 Has Serious Problems
Date: Fri, 01 Jul 2011 02:23:52
Message-Id: 20110701022239.GA13184@crud
In Reply to: Re: [gentoo-amd64] Re: GCC-4.5.2 Has Serious Problems by Frank Peters
1 Frank Peters <frank.peters@×××××××.net> skribis:
2 > A few days ago I posted about a possible problem with a floating
3 > point test called the UCBTEST. After examining the source code
4 > of this test, I see violations of aliasing rules throughout.
5 > It's hard to efficiently manipulate variables without them.
6
7 C is essentially a glorified assembly language for PDP-11, designed
8 for bit-twiddling, which the original K&R book encouraged, and which
9 this code is doing. So all is well, from my point of view. :) Fancy
10 optimizations are not to be trusted on assembly code; never be afraid
11 to turn them off. You probably don’t need them, anyway. :)

Replies

Subject Author
Re: [gentoo-amd64] Re: GCC-4.5.2 Has Serious Problems Frank Peters <frank.peters@×××××××.net>