This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH c++/57709] Wshadow is too strict / has false positives
- From: Jason Merrill <jason at redhat dot com>
- To: Manuel López-Ibáñez <lopezibanez at gmail dot com>, Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 22 Aug 2014 14:36:52 -0400
- Subject: Re: [PATCH c++/57709] Wshadow is too strict / has false positives
- Authentication-results: sourceware.org; auth=none
- References: <CAESRpQAG-Ev-rSSPyNWST18sG9zJ2brsitRWa910=_nDTWJ8_A at mail dot gmail dot com> <53F66607 dot 5070305 at redhat dot com> <CAESRpQB_xK587jpeT35DSXnn8YwHib1RR_fDxG-e-Njo4O13mw at mail dot gmail dot com> <53F6713B dot 9050400 at oracle dot com> <CAESRpQCimLsGrKCW6qh6Z1RD08u_Z-oUrgBYUNHHYa6rehFjgg at mail dot gmail dot com>
On 08/22/2014 02:24 PM, Manuel López-Ibáñez wrote:
+ && DECL_P(member))
Missing space before paren.
OK with that fixed.
Jason