Skip to content

Commit a95be81

Browse files
committed
transferred changes for trans-stmt.h
1 parent 093b7f8 commit a95be81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gcc/fortran/trans-stmt.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ tree gfc_trans_lock_unlock (gfc_code *, gfc_exec_op);
5858
tree gfc_trans_event_post_wait (gfc_code *, gfc_exec_op);
5959
tree gfc_trans_fail_image (gfc_code *);
6060
tree gfc_trans_forall (gfc_code *);
61+
tree gfc_trans_form_team (gfc_code *);
62+
tree gfc_trans_change_team (gfc_code *);
63+
tree gfc_trans_end_team (gfc_code *);
64+
tree gfc_trans_sync_team (gfc_code *);
6165
tree gfc_trans_where (gfc_code *);
6266
tree gfc_trans_allocate (gfc_code *);
6367
tree gfc_trans_deallocate (gfc_code *);

0 commit comments

Comments
 (0)