Gentoo Archives: gentoo-amd64

From: Barry Schwartz <chemoelectric@×××××××××××××.org>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Ghostscript Problem - Need Verification [SOLVED]
Date: Tue, 14 Dec 2010 04:02:52
Message-Id: 20101214034109.GA28881@crud.chemoelectric.org
In Reply to: Re: [gentoo-amd64] Ghostscript Problem - Need Verification [SOLVED] by Frank Peters
1 Frank Peters <frank.peters@×××××××.net> skribis:
2 > However, I really cannot consider this to be normal behavior. Compiler
3 > optimization should not degrade the function of a program.
4
5 I wouldn't think of optimizers that way; it is more important that a
6 person can write code that happens to work with the optimizer than
7 that the optimizer can analyze and handle any code it is given,
8 especially in a tricky, bit-twiddling language such as C.