We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d822a85 commit 99b6b47Copy full SHA for 99b6b47
gcc/fortran/match.h
@@ -74,6 +74,10 @@ match gfc_match_event_post (void);
74
match gfc_match_event_wait (void);
75
match gfc_match_critical (void);
76
match gfc_match_fail_image (void);
77
+match gfc_match_change_team (void);
78
+match gfc_match_end_team (void);
79
+match gfc_match_form_team (void);
80
+match gfc_match_sync_team (void);
81
match gfc_match_block (void);
82
match gfc_match_associate (void);
83
match gfc_match_do (void);
0 commit comments