Re: GNU gcc upgrades
John Jacq <[email protected]>
| Newsgroups | gmane.linux.usability.annoyances |
|---|---|
| Message-ID | <[email protected]> |
>> >> And yes I am the author more often than not, I still wonder why >> upgrading your gcc compiler causes code deemed 100% valid with the >> previous gcc version to be suddenly deemed badly lame. Seems kind of >> strange to me. > >This is simply a question of how well the compilers are enforcing the >language specification. > >You should first make sure that your code is in perfect compliance with >the language spec BEFORE passing it to the compiler :-). Hey I do the best I can with the tools I'm given, when the compiler stops giving me warnings AND the code does what I want it to do AND I'm reasonably confident that there won't be any coredumps due to segment violations, that's when I stop farting around with it. After all there's more to life than just writing code, I have to go sailing, go fishing, take photos, watch planets and stars and Messier objects with my telescope, and drink beer as well! ... oh yeah, there's something called work as well... whatever the hell that is! :^) John