]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/function.h
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / function.h
index 496d3f728c89bfb0af90bb80145d4c8994468645..d55cbddd0b51f78cf272f9f660d5ee0fd006d5d6 100644 (file)
@@ -418,6 +418,12 @@ struct GTY(()) function {
   /* Set when the function was compiled with generation of debug
      (begin stmt, inline entry, ...) markers enabled.  */
   unsigned int debug_nonbind_markers : 1;
+
+  /* Set if this is a coroutine-related function.  */
+  unsigned int coroutine_component : 1;
+
+  /* Set if there are any OMP_TARGET regions in the function.  */
+  unsigned int has_omp_target : 1;
 };
 
 /* Add the decl D to the local_decls list of FUN.  */