This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Quality Issues on mainline
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 24 Aug 2003 13:26:27 +0200 (CEST)
- Subject: Re: Quality Issues on mainline
- References: <3E8D7E86-D3DC-11D7-8DE3-000393A6D2F2@physics.uc.edu>
On Thu, 21 Aug 2003, Andrew Pinski wrote:
>> template <class T>
>> void f( const char *s ) {
>> std::cout << s; // line 5
>> }
>>
>> % gccvs -c -W bug.cc
>> bug.cc: In function `void f(const char*)':
>> bug.cc:5: warning: statement has no effect
> This is caused by Nathan's work which tried to fix a regression.
> Please file a bug so this will not happen again and also cc nathan
> on the bug because it is his bug.
The point of my message was less to point out this specific bug, but to
note that we have some quality problems (which might indicate serious
weaknesses in our testsuites or the default options used there).
I know from others, who volunteer as guinea pigs by building GCC and
testing it against their sources on a daily base, that recently the
situation has been worse than during the last months (apart from a
few days after the merger of the new C++ parser where this was to be
expected).
As I said, this may be partly due to testsuite problems.
Gerald