]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/read-md.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / read-md.h
index 327f378eac0345ffcac48d5ce157abd94e8b255f..9cb75694ffe8bb4fc01f089668e919cb93657668 100644 (file)
@@ -23,7 +23,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "obstack.h"
 
 /* Records a position in the file.  */
-struct file_location {
+class file_location {
+public:
   file_location () {}
   file_location (const char *, int, int);