Commit bebadeca by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/83233 (gimple-ssa-store-merging.c:183:3: warning:…

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
parent 65791f42
2017-12-01 Jakub Jelinek <jakub@redhat.com> 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 PR c/79153
* tree.h (SWITCH_BREAK_LABEL_P): Define. * tree.h (SWITCH_BREAK_LABEL_P): Define.
* gimplify.c (collect_fallthrough_labels): Handle GIMPLE_BIND * gimplify.c (collect_fallthrough_labels): Handle GIMPLE_BIND
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
namespace { namespace {
struct struct bswap_stat
{ {
/* Number of hand-written 16-bit nop / bswaps found. */ /* Number of hand-written 16-bit nop / bswaps found. */
int found_16bit; int found_16bit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment