]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gimple-ssa-backprop.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / gimple-ssa-backprop.c
index 30fb7cbc96bad606d64f917d2f7ac864fc02955e..0aeac4e1c4c91a14f14cdfed6b99dd5e294596fd 100644 (file)
@@ -107,8 +107,9 @@ along with GCC; see the file COPYING3.  If not see
 namespace {
 
 /* Information about a group of uses of an SSA name.  */
-struct usage_info
+class usage_info
 {
+public:
   usage_info () : flag_word (0) {}
   usage_info &operator &= (const usage_info &);
   usage_info operator & (const usage_info &) const;