This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix 10337
- From: Jason Merrill <jason at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 24 Apr 2003 16:24:37 +0100
- Subject: Re: [C++ PATCH] Fix 10337
- References: <3EA3D45F.1060106@codesourcery.com>
I think I prefer keeping the
if (winner)
return winner;
at function scope so that it doesn't look like it's part of the warning
code. Otherwise OK.
Jason