This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249512 - in /branches/gcc-6-branch/gcc: Change...
- From: marxin at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 22 Jun 2017 11:14:49 -0000
- Subject: r249512 - in /branches/gcc-6-branch/gcc: Change...
Author: marxin
Date: Thu Jun 22 11:14:49 2017
New Revision: 249512
URL: https://gcc.gnu.org/viewcvs?rev=249512&root=gcc&view=rev
Log:
Backport r244156
2017-06-22 Martin Liska <mliska@suse.cz>
Backport from mainline
2017-01-06 Nathan Sidwell <nathan@acm.org>
* ipa-visibility.c (function_and_variable_visibility): Reformat
comments and long lines. Remove extrneous if.
* symtab.c (symtab_node::make_decl_local): Fix code format.
(symtab_node::set_section_for_node): Fix comment typo.
2017-06-22 Martin Liska <mliska@suse.cz>
Backport from mainline
2017-01-06 Nathan Sidwell <nathan@acm.org>
* lto-partition.c (lto_balanced_map): Reformat/respell comment.
(may_need_named_section_p): Likewise.
(rename_statics): Likewise.
(lto_promote_cross_file_statics): Likewise.
Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/ipa-visibility.c
branches/gcc-6-branch/gcc/lto/ChangeLog
branches/gcc-6-branch/gcc/lto/lto-partition.c
branches/gcc-6-branch/gcc/symtab.c