re PR tree-optimization/83233 (gimple-ssa-store-merging.c:183:3: warning: unnamed type with no linkage used to declare variable with linkage)

PR tree-optimization/83233
	* gimple-ssa-store-merging.c (nop_stats, bswap_stats): Use
	bswap_stat name for the struct.

From-SVN: r255299
This commit is contained in:
Jakub Jelinek 2017-12-01 09:18:52 +01:00 committed by Jakub Jelinek
parent 65791f426f
commit bebadeca36
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2017-12-01 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/83233
* gimple-ssa-store-merging.c (nop_stats, bswap_stats): Use
bswap_stat name for the struct.
PR c/79153
* tree.h (SWITCH_BREAK_LABEL_P): Define.
* gimplify.c (collect_fallthrough_labels): Handle GIMPLE_BIND

View File

@ -170,7 +170,7 @@
namespace {
struct
struct bswap_stat
{
/* Number of hand-written 16-bit nop / bswaps found. */
int found_16bit;