aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2452/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer1-1/+0
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-6/+5
2021-08-20Fortran: Add OpenMP's error directiveTobias Burnus1-0/+1
2021-08-17Fortran: Implement OpenMP 5.1 scope constructTobias Burnus1-0/+1
2021-08-16Fortran/OpenMP: Add support for OpenMP 5.1 masked constructTobias Burnus1-0/+6
2021-06-28fortran: Add support for per-location warning groups.Martin Sebor1-1/+1
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-20/+6
2021-06-04Fortran/OpenMP: Add omp loop [PR99928]Tobias Burnus1-0/+5
2021-06-01Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]Tobias Burnus1-0/+4
2021-05-14Fortran/OpenMP: Support 'omp parallel master'Tobias Burnus1-0/+1
2021-04-21Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'Tobias Burnus1-0/+1
2021-04-15Fortran: Fix class reallocate on assignment [PR99307].Paul Thomas1-13/+23
2021-01-28PR fortran/86470 - ICE with OpenMP, class(*) allocatableHarald Anlauf1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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-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-09-30This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas1-1/+22
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