OpenACC atomic directive
[gcc.git] / gcc / fortran / match.h
index 1b51a889cd8276f9e226090f7588be54345446b9..a52c189c1cf5f2d111b670f693030c394ccd0417 100644 (file)
@@ -124,6 +124,7 @@ gfc_common_head *gfc_get_common (const char *, int);
 /* openmp.c.  */
 
 /* OpenACC directive matchers.  */
+match gfc_match_oacc_atomic (void);
 match gfc_match_oacc_cache (void);
 match gfc_match_oacc_wait (void);
 match gfc_match_oacc_update (void);