This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] stray semi-colons in libstdc++ testsuite


On Mon, 2007-12-10 at 15:05 +0100, Dirk Mueller wrote:
> On Sunday 09 December 2007, Jonathan Wakely wrote:
> 
> > Although GCC accepts it without warning in all modes, 
> 
> -pedantic rejects it
> 
> > it's not legal 
> > to have a semi-colon after a namespace declaration in C++03.
> 
> so it should be added to -Wc++-0x-compat ? any other places where stray 
> semicolons are now rejected?

This hasn't changed in C++0x; it's still ill-formed to have a semi-colon
after a namespace declaration, so we should still only work about it
with "-pedantic".

  - Doug


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]