gnupic@linuxhacker.org
gnupic@linuxhacker.org
Subject: Re: GCC 3.2 patch
From: Scott Dattalo
Date: Wed, 13 Aug 2003 20:38:03 -0700 (PDT)
On 14 Aug 2003, Peter Miller wrote:
> The attached gpsim patch fixes compilation errors and warnings on GCC
> 3.2
It looks like most of the changes are of the form cout to std::cout, etc.
Isn't possible to just add a 'using std namespace;' statement at the top
of each file? Also, what was the source that you patched against; was it
CVS or 0.20.14? If it's the latter, then it'll be difficult to apply this
patch against the latest source. Also, you've got the diffs for the lexx
and yacc outputs - not that it matters so much, it's just that those are
volatile.
Regards,
Scott
gnupic@linuxhacker.org