]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/flags.h
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / flags.h
index 0cc7df2666c49c69e378b2d6068d386ba6028aaf..0b9cd12e6cc057a39e3787f28ebe6251562fee91 100644 (file)
@@ -56,9 +56,9 @@ public:
   enum excess_precision x_flag_excess_precision;
 };
 
-extern struct target_flag_state default_target_flag_state;
+extern class target_flag_state default_target_flag_state;
 #if SWITCHABLE_TARGET
-extern struct target_flag_state *this_target_flag_state;
+extern class target_flag_state *this_target_flag_state;
 #else
 #define this_target_flag_state (&default_target_flag_state)
 #endif