This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] Avoid -Wall warnings in the testsuite
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 8 Jun 2010 08:10:31 +0200
- Subject: Re: [v3] Avoid -Wall warnings in the testsuite
- References: <4C0D930E.60101@oracle.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jun 08, 2010 at 02:47:10AM +0200, Paolo Carlini wrote:
> tested x86_64-linux, CXXFLAGS="-O2 -g -Wall", committed.
Anything that looked like a compiler bug (i.e. decl on which it warned, yet
it was used somewhere else than on lhs of an assignment)?
The two PRs I've fixed yesterday were from quick skimming of the libstdc++
testsuite results with
RUNTESTFLAGS=--target_board=unix/-Wunused-but-set-variable/-Wunused-but-set-parameter
but of course I could have missed something...
Jakub