aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
2025-08-28Fortran: Constructors with PDT components did not work [PR82843]Paul Thomas1-0/+38
2025-08-13Fortran: Use associated TBP subroutine not found [PR89092]Paul Thomas1-1/+1
2025-08-11Fortran: gfortran rejects procedure binding on PDT [PR121398]Paul Thomas1-1/+41
2025-07-15fortran: Fix indentationFilip Kastl1-10/+10
2025-07-11Fortran: Implement F2018 IMPORT statements [PR106135]Paul Thomas1-0/+165
2025-07-03Fortran: Remove corank conformability checks [PR120843]Andre Vehreschild1-29/+0
2025-07-01Fortran: Fix non-conformable corank on this_image ref [PR120843]Andre Vehreschild1-3/+4
2025-06-26Fortran: Fix wasting memory in coarray single mode.Andre Vehreschild1-2/+2
2025-06-24fortran: Mention user variable in SELECT TYPE temporary variable namesMikael Morin1-8/+13
2025-06-16Fortran: fix checking of MOLD= in ALLOCATE statements [PR51961]Harald Anlauf1-0/+17
2025-05-15Fortran: default-initialization and functions returning derived type [PR85750]Harald Anlauf1-4/+4
2025-05-11Do not generate formal arglist from actual if we have already resolved it.Thomas Koenig1-3/+4
2025-05-01Fortran: Source allocation of pure function result rejected [PR119948]Paul Thomas1-0/+10
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild1-25/+64
2025-04-22Fortran: Unify handling of STAT= and ERRMSG= optional arguments [PR87939]Andre Vehreschild1-1/+51
2025-04-18Fortran: Fix checking for IMPURE in DO CONCURRENT.Steven G. Kargl1-10/+39
2025-04-16Fortran: pure subroutine with pure procedure as dummy [PR106948]Harald Anlauf1-0/+7
2025-04-09Fortran: Add code gen for do,concurrent's LOCAL/LOCAL_INIT [PR101602]Tobias Burnus1-7/+0
2025-03-26Fortran: fix bogus recursion with DT default initialization [PR118796]Harald Anlauf1-1/+2
2025-03-22Fix up some further cases of missing or extraneous spaces in diagnosticsJakub Jelinek1-1/+1
2025-03-21Fortran: Fix typo in error message.Jerry DeLisle1-1/+1
2025-03-19Fortran: Fix comp call in associate [PR119272]Andre Vehreschild1-2/+3
2025-03-18Fortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338]Harald Anlauf1-0/+16
2025-03-16Fortran: fix bogus dependency check in ALLOCATE statement [PR60560]Harald Anlauf1-2/+10
2025-03-12Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903]Andre Vehreschild1-0/+75
2025-03-11Abstract interfaces and dummy arguments are not global.Thomas Koenig1-2/+4
2025-03-07Fortran: Fix ICE in resolve.cc with -pedanticJerry DeLisle1-1/+3
2025-03-04C prototypes for external arguments; add warning for mismatch.Thomas Koenig1-0/+63
2025-02-28Fortran: Ensure finalizer is called for unreferenced variable [PR118730]Andre Vehreschild1-0/+8
2025-02-20Fortran: Add send_to_remote [PR107635]Andre Vehreschild1-2/+1
2025-02-20Fortran: Move caf_get-rewrite to coarray.cc [PR107635]Andre Vehreschild1-691/+2
2025-02-15Fortran: gfortran allows type(C_ptr) in I/O listJerry DeLisle1-2/+2
2025-02-10Fortran: checking of pointer targets for structure constructors [PR56423]Harald Anlauf1-1/+11
2025-02-06Fortran: FIx ICE in associate with elemental function [PR118750]Paul Thomas1-1/+1
2025-02-04Add modular exponentiation for UNSIGNED.Thomas Koenig1-13/+0
2025-01-31Fortran: host association issue with symbol in COMMON block [PR108454]Harald Anlauf1-1/+8
2025-01-30OpenMP: Fortran support for metadirectives and dynamic selectorsSandra Loosemore1-0/+6
2025-01-27Fortran: ICE in gfc_conv_expr_present w. defined assignment [PR118640]Paul Thomas1-0/+5
2025-01-15Fortran: reject NULL as source-expr in ALLOCATE with SOURCE= or MOLD= [PR71884]Harald Anlauf1-0/+12
2025-01-13Fortran: Add LOCALITY support for DO_CONCURRENTAnuj Mohite1-3/+351
2025-01-09Fortran: Cylce detection for non vtypes only. [PR118337]Andre Vehreschild1-1/+2
2025-01-07Fortran: Extend cylic type detection for deallocate [PR116669]Andre Vehreschild1-4/+54
2025-01-02OpenMP: Fortran front-end support for dispatch + adjust_argsPaul-Antoine Arras1-1/+3
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-22Fortran: Replace getting of coarray data with accessor-based version. [PR107635]Andre Vehreschild1-16/+630
2024-12-22Fortran: Remove adding and removing of caf_get. [PR107635]Andre Vehreschild1-80/+85
2024-11-28Fortran: Check for impure subroutine.Steven G. Kargl1-0/+18
2024-11-27diagnostics: replace %<%s%> with %qs [PR104896]David Malcolm1-11/+11
2024-11-27Fortran: Fix non_overridable typebound proc problems [PR84674/117768].Paul Thomas1-6/+2
2024-11-25Fortran: Check IMPURE in BLOCK inside DO CONCURRENT.Steve Kargl1-0/+18