This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] empty-declarations
On 04/10/2018 12:00 PM, Jason Merrill wrote:
On Tue, Apr 10, 2018 at 11:06 AM, Nathan Sidwell <nathan@acm.org> wrote:
This is the -Wextra-semi warning that Volker added recently, and your
patch would break.
Do we want -Wextra-semi to now warn about all empty declarations at
class/namespace scope, not just after a function definition?
I don't see why we should warn at all.
This isn't a regression. I don't think anyone's complained. Jason, WDYT
about committing this now?
I'd hold it for stage 1.
works for me.
nathan
--
Nathan Sidwell