Fix wrong option wrapping.

2019-03-26  Martin Liska  <mliska@suse.cz>

	* lto-symtab.c (lto_symtab_merge_decls_2): Fix option name
	wrapping

From-SVN: r269934
This commit is contained in:
Martin Liska 2019-03-26 10:57:29 +01:00 committed by Martin Liska
parent 22a32ea068
commit 303389b1e5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2019-03-26 Martin Liska <mliska@suse.cz>
* lto-symtab.c (lto_symtab_merge_decls_2): Fix option name
wrapping
2019-03-11 Martin Liska <mliska@suse.cz>
* lto-lang.c (lto_post_options): Wrap an option name

View file

@ -750,7 +750,7 @@ lto_symtab_merge_decls_2 (symtab_node *first, bool diagnosed_p)
if (tbaa_p)
inform (DECL_SOURCE_LOCATION (prevailing->decl),
"code may be misoptimized unless "
"%<-fno-strict-aliasing is used%>");
"%<-fno-strict-aliasing%> is used");
mismatches.release ();
}