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:
parent
22a32ea068
commit
303389b1e5
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue