]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-ssa-loop.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / tree-ssa-loop.h
index 2fc9e8c8051cd4a3e70e650caaf781f133bf4982..24fad0f3e10a9e40882f35269c58e29599cb1395 100644 (file)
@@ -36,8 +36,9 @@ struct affine_iv
    the structure can be evaluated at the end of the loop's preheader
    (and due to ssa form, also anywhere inside the body of the loop).  */
 
-struct tree_niter_desc
+class tree_niter_desc
 {
+public:
   tree assumptions;    /* The boolean expression.  If this expression evaluates
                           to false, then the other fields in this structure
                           should not be used; there is no guarantee that they