aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2024-08-12Fortran: Fix coarray in associate not linking [PR85510]Andre Vehreschild2-5/+7
2024-08-12Daily bump.GCC Administrator1-0/+6
2024-08-11Fortran: silence Wmaybe-uninitialized warnings for LTO build [PR116221]Harald Anlauf2-2/+2
2024-08-08Daily bump.GCC Administrator1-0/+12
2024-08-07OpenMP: Constructors and destructors for "declare target" static aggregatesTobias Burnus5-0/+35
2024-08-07Daily bump.GCC Administrator1-0/+39
2024-08-06Fortran: Eliminate error prone translations.Jerry DeLisle1-88/+88
2024-08-06Fortran: Fix class transformational intrinsic calls [PR102689]Paul Thomas2-35/+168
2024-08-03Daily bump.GCC Administrator1-0/+14
2024-08-02Fortran: Fix ICE on invalid in gfc_format_decoder.Steve Kargl1-6/+10
2024-08-02fortran: Support optional dummy as BACK argument of MINLOC/MAXLOC.Mikael Morin1-14/+69
2024-08-02Daily bump.GCC Administrator1-0/+6
2024-08-01fortran: Fix up pasto in gfc_get_array_descr_infoJakub Jelinek1-5/+2
2024-07-30Daily bump.GCC Administrator1-0/+12
2024-07-29OpenMP/Fortran: Fix handling of 'declare target' with 'link' clause [PR115559]Tobias Burnus2-26/+76
2024-07-23Daily bump.GCC Administrator1-0/+7
2024-07-22Fix Rejects allocatable coarray passed as a dummy argument [88624]Andre Vehreschild1-10/+25
2024-07-22Daily bump.GCC Administrator1-0/+10
2024-07-21Fortran: Fix regression caused by r14-10477 [PR59104]Paul Thomas3-1/+10
2024-07-20Daily bump.GCC Administrator1-0/+9
2024-07-19Fortran: character array constructor with >= 4 constant elements [PR103115]Harald Anlauf1-1/+3
2024-07-19Daily bump.GCC Administrator1-0/+58
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild10-37/+172
2024-07-18Fortran: Suppress bogus used uninitialized warnings [PR108889].Paul Thomas2-0/+47
2024-07-18Fortran: Use char* for deferred length character arrays [PR82904]Andre Vehreschild2-3/+7
2024-07-18Daily bump.GCC Administrator1-0/+6
2024-07-17fortran: Teach get_real_kind_from_node for Power 128 fp modes [PR112993]Kewen Lin1-1/+15
2024-07-17Daily bump.GCC Administrator1-0/+15
2024-07-16Fortran: Simplify len_trim with array ref and fix mapping bug[PR84868].Paul Thomas2-6/+87
2024-07-16Lower zeroing array assignment to memset for allocatable arrays.Prathamesh Kulkarni1-10/+21
2024-07-14Daily bump.GCC Administrator1-0/+6
2024-07-13fortran: Correctly evaluate scalar MASK arguments of MINLOC/MAXLOCMikael Morin1-0/+1
2024-07-13Daily bump.GCC Administrator1-0/+7
2024-07-12fortran: Factor the evaluation of MINLOC/MAXLOC's BACK argumentMikael Morin1-0/+10
2024-07-12Daily bump.GCC Administrator1-0/+40
2024-07-11Fix bootstrap broken by gcc-15-1965-ge4f2f46e015Andre Vehreschild1-1/+1
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild7-182/+302
2024-07-09Daily bump.GCC Administrator1-0/+7
2024-07-08fortran: Move definition of variable closer to its usesMikael Morin1-14/+19
2024-07-04Daily bump.GCC Administrator1-0/+8
2024-07-03Fortran: fix associate with assumed-length character array [PR115700]Harald Anlauf1-4/+14
2024-07-02Daily bump.GCC Administrator1-0/+6
2024-07-01libgomp, openmp: Add ompx_gnu_pinned_mem_allocAndrew Stubbs1-4/+7
2024-06-30Daily bump.GCC Administrator1-0/+6
2024-06-29Fortran: fix ALLOCATE with SOURCE of deferred character length [PR114019]Harald Anlauf1-1/+4
2024-06-29Daily bump.GCC Administrator1-0/+18
2024-06-28Add gfc_class_set_vptr.Andre Vehreschild3-147/+110
2024-06-28Use gfc_reset_vptr more consistently.Andre Vehreschild4-82/+38
2024-06-25Daily bump.GCC Administrator1-0/+9
2024-06-24Fortran: fix passing of optional dummy as actual to optional argument [PR55978]Harald Anlauf1-4/+16