]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hsa-brig.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / hsa-brig.c
index 016e61f7d6af1a2956057ce44155577b24d10417..424eac7ef471c33252b1ac8c570ffcdca33b0b30 100644 (file)
@@ -195,8 +195,9 @@ hash_table <hsa_internal_fn_hasher> *hsa_emitted_internal_decls;
 /* List of sbr instructions.  */
 static vec <hsa_insn_sbr *> *switch_instructions;
 
-struct function_linkage_pair
+class function_linkage_pair
 {
+public:
   function_linkage_pair (tree decl, unsigned int off)
     : function_decl (decl), offset (off) {}