r260314 - in /trunk/gcc: ChangeLog c-family/Cha...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Thu May 17 10:44:00 GMT 2018


Author: marxin
Date: Thu May 17 10:44:01 2018
New Revision: 260314

URL: https://gcc.gnu.org/viewcvs?rev=260314&root=gcc&view=rev
Log:
Fix GNU coding style for G_.

2018-05-17  Martin Liska  <mliska@suse.cz>

	* gimple-ssa-sprintf.c (format_directive): Do not use
	space in between 'G_' and '('.
2018-05-17  Martin Liska  <mliska@suse.cz>

	* c-warn.c (overflow_warning): Do not use
	space in between 'G_' and '('.
2018-05-17  Martin Liska  <mliska@suse.cz>

	* gcc.dg/plugin/ggcplug.c (plugin_init): Do not use
	space in between 'G_' and '('.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-warn.c
    trunk/gcc/gimple-ssa-sprintf.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/plugin/ggcplug.c



More information about the Gcc-cvs mailing list