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 2/7] clean up quoting problems - gcc (PR 80280 et al.)


On 05/02/2017 08:37 PM, Martin Sebor wrote:
The attached patch adds missing quoting to diagnostic directives
in files in the top-level gcc/ directory.

Martin

gcc-80280-gcc.diff


gcc/ChangeLog:

	* builtins.c (expand_builtin_object_size): Add missing quoting to
	%D and like directives.
	* hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
	(hsa_type_for_tree_type): Same.
	(verify_function_arguments): Same.
	* symtab.c (symbol_table::change_decl_assembler_name): Same.
	* varasm.c (get_section): Same.
	(mark_weak): Same.
OK. In fact, go ahead and consider all changes of this nature pre-approved. I think that covers #2-#7 in this series.

Jeff


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