aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig1-35/+53
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig1-17/+6
2020-12-20Set DECL_ARTIFICIAL on gfortran internal variables.Thomas Koenig1-0/+3
2020-12-20Set DECL_ARTIFICIAL on gfortran internal variables.Thomas Koenig1-0/+3
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas1-15/+1
2020-12-17Use __builtin_atomic_thread_fence and implement SYNC_MEMORY.Thomas Koenig1-0/+16
2020-12-16Add the -fdebug-aux-vars flag to debug variables generated by Fortran.Thomas Koenig1-0/+42
2020-12-15Add the -fdebug-aux-vars flag to debug variables generated by Fortran.Thomas Koenig1-0/+42
2020-11-02Further improve Fortran column location information [PR92793]Thomas Schwinge1-2/+5
2020-10-28Merge branch 'master' into devel/coarray_native.Thomas Koenig1-1/+22
2020-10-18Implement comments from review.Nicolas KÃnig1-12/+11
2020-10-11Add initialization to orig_desc in gfc_deallocate_with_status.Thomas Koenig1-1/+1
2020-10-11Correctly handle deallocation of components.Nicolas KÃnig1-3/+23
2020-09-30This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas1-1/+22
2020-09-23Initial commit of coarray_native branch.I'm not telling you my name, idiot1-3/+19
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-5/+17
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+2
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-0/+4
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist1-27/+41
2019-08-13re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig1-0/+13
2019-07-03Remove another bunch of dead assignment.Martin Liska1-3/+0
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+2
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas1-9/+11
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-30re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas1-0/+9
2018-09-25Remove unused functions and fields.Martin Liska1-20/+0
2018-08-31re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ...Paul Thomas1-1/+6
2018-01-26Partial Failed Images patchDamian Rouson1-0/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-25/+25
2017-11-04trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...Andre Vehreschild1-2/+6
2017-09-25Remove unnecessary fold_convert in gfc_(un)likelyJanne Blomqvist1-2/+0
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-66/+73
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-1/+2
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell1-7/+7
2017-03-06re PR fortran/79894 (ICE in gfc_add_modify_loc, at fortran/trans.c:159)Richard Biener1-2/+2
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+4
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-3/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild1-35/+63
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-57/+141
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-0/+8
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-4/+3
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas1-4/+1
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild1-14/+2
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-14/+46
2016-06-19Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer1-2/+2
2016-06-16Fix code emission for FAIL_ALLOC predictorMartin Liska1-6/+4