19 Dec
2005
19 Dec
'05
02:37
On Sun, 18 Dec 2005 20:00:57 +0600, Alfredo Cole wrote:
because the software I'm working on would not compile using GCC 4.
If you're working on software, you should be able to fix the code instead of downgrading gcc. Everything gcc 4 flags as an error is indead an error in the software and has to be fixed. In many cases, gcc4 reports errors where older versions of gcc silently produced wrong code. Is that better? Philipp