Re: [wwwdocs, PATCH] C++ terminology: the One Definition Rule in diagnostics

2017-03-14 Thread Martin Sebor
On 03/14/2017 08:18 AM, David Malcolm wrote: Looking at PR ipa/8, which notes that ipa-devirt.c has two trailing spaces in: if (warning_at ( DECL_SOURCE_LOCATION(TYPE_NAME (DECL_CONTEXT (vtable->decl))), OPT_Wodr, "virtual table of type %qD violates " "one definition

Re: [wwwdocs, PATCH] C++ terminology: the One Definition Rule in diagnostics

2017-03-14 Thread Jonathan Wakely
On 14 March 2017 at 14:18, David Malcolm wrote: > Looking at PR ipa/8, which notes that ipa-devirt.c has two trailing > spaces in: > > if (warning_at ( > DECL_SOURCE_LOCATION(TYPE_NAME (DECL_CONTEXT (vtable->decl))), > OPT_Wodr, > "virtual table of type %qD violates " >

[wwwdocs, PATCH] C++ terminology: the One Definition Rule in diagnostics

2017-03-14 Thread David Malcolm
Looking at PR ipa/8, which notes that ipa-devirt.c has two trailing spaces in: if (warning_at ( DECL_SOURCE_LOCATION(TYPE_NAME (DECL_CONTEXT (vtable->decl))), OPT_Wodr, "virtual table of type %qD violates " "one definition rule ", DECL_CONTEXT (vtable->decl))) a