BSD Dissatisfied with gcc... why?
Posted Nov 18, 2008 0:42 UTC (Tue) by
qg6te2 (guest, #52587)
In reply to:
BSD Dissatisfied with gcc... why? by jzbiciak
Parent article:
pcc seeks contributions to reach 1.0 milestone
it seems like nearly every major GCC release seems to break something subtly somewhere that was relying on a stronger guarantee than is offered by the standard.
"Stronger guarantee than offered by the standard"? I don't think such a thing exists. Not following standards is a very slippery path. If one writes code that does not follow the standard but rather some bastardised version of it, the resulting code is by default non-portable and likely to break across compilers (even on the same architecture). I've seen non-portable trickery where the entire point was to get a 5% speedup on a particular version of a compiler.
(
Log in to post comments)