aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.h
AgeCommit message (Expand)AuthorFilesLines
7 daysFortran: Unify gfc_get_location handling; fix expr->ts bugTobias Burnus1-4/+0
2024-08-15Fix Coarray in associate not a coarray. [PR110033]Andre Vehreschild1-2/+3
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild1-2/+5
2024-06-28Add gfc_class_set_vptr.Andre Vehreschild1-3/+3
2024-06-20Fortran: Auto array allocation with function dependencies [PR59104]Paul Thomas1-1/+2
2024-06-19Fortran: Set the vptr of a class typed result.Andre Vehreschild1-1/+3
2024-04-29Fortran: add SELECTED_LOGICAL_KINDFrancois-Xavier Coudert1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-2/+8
2023-07-17fortran: Pass pre-calculated class container argument [pr110618]Mikael Morin1-3/+4
2023-07-17fortran: Use pre-evaluated class container if available [PR110618]Mikael Morin1-1/+1
2023-07-14fortran: Reorder array argument evaluation parts [PR92178]Mikael Morin1-1/+1
2023-07-14fortran: Factor data references for scalar class argument wrapping [PR92178]Mikael Morin1-0/+6
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-1/+1
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-1/+7
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-09-25fortran: Move the clobber generation codeMikael Morin1-2/+1
2022-05-23OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus1-0/+1
2022-04-22fortran: Use pointer arithmetic to index arrays [PR102043]Mikael Morin1-1/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-7/+7
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-28Fortran: Emit correct types for CHARACTER(C_CHAR), VALUE argumentsFrancois-Xavier Coudert1-1/+0
2021-11-16fortran: simplify elemental arguments walkingMikael Morin1-2/+2
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer1-11/+0
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-2/+0
2021-09-30Fortran: Fix same_type_asTobias Burnus1-1/+1
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-2/+0
2021-09-22Fortran: Add gfc_simple_for_loop aux functionTobias Burnus1-0/+2
2021-06-15Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568]Tobias Burnus1-1/+8
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-0/+5
2021-05-22Steve Kargl <kargl@gcc.gnu.org>Andre Vehreschild1-0/+1
2021-04-15Fortran: Fix class reallocate on assignment [PR99307].Paul Thomas1-1/+5
2021-02-24Fortran: Fix memory problems with assumed rank formal args [PR98342].Paul Thomas1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-26Fix failures with -m32 and some memory leaks.Paul Thomas1-0/+1
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas1-0/+1
2020-11-28Generate correct fn specs for some Fortran library functions.Thomas Koenig1-1/+2
2020-09-21PR fortran/90903 [part2] - Add runtime checking for the MVBITS intrinsicHarald Anlauf1-0/+4
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus1-1/+1
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus1-0/+1
2020-05-11[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus1-1/+1
2020-01-28Increase GFC_MAX_MANGLED_SYMBOL_LEN to handle submodule names.Andrew Benson1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20OpenACC 2.6 deep copy: Fortran front-end partsJulian Brown1-0/+8
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-0/+4
2019-12-06re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)Jakub Jelinek1-4/+0
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus1-1/+1
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus1-0/+1
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus1-0/+1
2019-10-02f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option...Kwok Cheung Yeung1-0/+4