aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/coarray
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-09Fortran: ordering of hidden procedure arguments [PR107441]Harald Anlauf1-0/+27
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-09-23Fortran: Handle allocated() with coindexed scalars [PR93834]Tobias Burnus1-0/+55
2021-04-09Fortran: Fix fndecl with -fcoarray=lib [PR99817]Tobias Burnus1-0/+26
2021-02-19Fortran: Fix coarray handling for gfc_dep_resolver [PR99010]Tobias Burnus1-0/+13
2021-02-03Fortran: Fix Array dependency with local coarrays [PR98913]Tobias Burnus1-0/+74
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-20Correct coarray indices for test case.Thomas Koenig1-8/+8
2020-12-06Upper cobound is determined by num_images(), not this_image().Thomas Koenig1-1/+1
2020-08-13Fix PR fortran/93671; ICE in reffing coarray alloc. comps.Andre Vehreschild1-0/+24
2020-01-09Fortran] PR84135 fix merging dimension into codimension array specTobias Burnus1-0/+76
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-03-21[testsuite] Fix 'dg-compile-aux-modules' diagnosticThomas Schwinge1-1/+1
2019-03-21[testsuite, Fortran] Apply DejaGnu 1.4.4 work-around also to 'gfortran.dg/coa...Thomas Schwinge1-1/+11
2019-01-27re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Uros Bizjak1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-04-14re PR fortran/81773 ([Coarray] Get with vector index on lhs leads to incorrec...Andre Vehreschild2-0/+60
2018-02-17re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran tes...Thomas Koenig38-730/+730
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-04trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...Andre Vehreschild1-0/+54
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild8-0/+132
2017-01-13re PR fortran/70697 ([Coarray] ICE on EVENT WAIT with array element UNTIL_COU...Andre Vehreschild1-0/+12
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild1-0/+20
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild4-0/+114
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14re PR fortran/78780 ([Coarray] ICE in conv_caf_send, at fortran/trans-intrins...Andre Vehreschild1-0/+17
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-1/+1
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-0/+21
2016-06-21re PR fortran/71068 (ICE in check_data_variable(): Bad expression)Tobias Burnus1-0/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus2-0/+140
2015-04-10trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject...Tobias Burnus1-0/+89
2015-03-24coindexed_1.f90: Moved from gfortran.dg/coarray/coindexed_3.f90; added dg-opt...Tobias Burnus1-71/+0
2015-03-21trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented coindexed coar...Tobias Burnus1-5/+5
2015-01-08re PR testsuite/62250 (FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=l...Hans-Peter Nilsson1-2/+8
2015-01-08trans-decl.c (gfc_build_qualified_array): Fix coarray tokens for module coarr...Tobias Burnus3-1/+17
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-04re PR testsuite/62250 (FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=l...John David Anglin1-2/+2
2015-01-02single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus1-0/+24
2015-01-02caf.exp (dg-compile-aux-modules): Add.Tobias Burnus1-0/+17
2015-01-02trans-decl.c (gfc_build_qualified_array): Fix coarray tokens for module coarr...Tobias Burnus2-0/+40
2014-11-22trans-expr.c (gfc_caf_get_image_index): Fix image calculation.Tobias Burnus1-0/+66
2014-09-25check.c (check_co_collective): Renamed fromTobias Burnus1-0/+136
2014-07-12check.c (gfc_check_atomic): Update for STAT=.Tobias Burnus1-0/+653
2014-07-04resolve.c (resolve_assoc_var): Fix corank setting.Tobias Burnus1-0/+71
2014-07-02get_array.f90: Add missing SYNC ALL.Tobias Burnus3-0/+27
2014-06-25resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c...Tobias Burnus1-0/+1459
2014-06-19trans-intrinsic.c (conv_co_minmaxsum): Fix argument passing.Tobias Burnus1-6/+23
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus5-4/+1019