??? 06/01/07 15:04 Read: times |
#140166 - Probability. Responding to: ???'s previous message |
The most common reason is not a copiler bug, but code that is timing dependent. <p>
Yep, and there's a long list of reasons that are more likely than the compiler being buggy. That just makes the compiler bug that much more annoying and harder to find. (I finally found it when I compared the assembly generated with and without debug symbols. The "support", when presented with the C code and the two pieces of assembly, told me, "It's not a bug.". From that point on, I stopped wasting my time calling them.). |