aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
5 daysFortran: Fix comp call in associate [PR119272]Andre Vehreschild1-2/+3
6 daysFortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338]Harald Anlauf1-0/+16
8 daysFortran: fix bogus dependency check in ALLOCATE statement [PR60560]Harald Anlauf1-2/+10
12 daysFortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903]Andre Vehreschild1-0/+75
13 daysAbstract 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
2024-11-24Fortran: Fix non_overridable typebound proc problems [PR84674/117730].Paul Thomas1-0/+4
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-16Fortran: Fix segmentation fault in defined assignment [PR109066]Paul Thomas1-0/+5
2024-11-13Fortran: Fix failing character pointer fcn assignment [PR105054]Paul Thomas1-0/+11
2024-11-01Fix -mod(unsigned, unsigned).Thomas Koenig1-1/+2
2024-11-01Fortran: Fix problems with substring selectors in ASSOCIATE [PR115700]Paul Thomas1-4/+4
2024-10-31Fortran: Fix problem with substring selectors in ASSOCIATE [PR115700]Paul Thomas1-5/+28
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-6/+30
2024-10-19Fortran: Fix translatability of diagnostic stringsTobias Burnus1-10/+10
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-1/+2
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-2/+52
2024-09-06Fortran: Add OpenMP 'interop' directive parsing supportTobias Burnus1-0/+1
2024-08-30Fortran: default-initialization of derived-type function results [PR98454]Harald Anlauf1-0/+3
2024-08-20Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195...Andre Vehreschild1-0/+18
2024-08-15fortran: Fix bootstrap in resolve.cc [PR116387]Jakub Jelinek1-1/+1
2024-08-15Fix Coarray in associate not a coarray. [PR110033]Andre Vehreschild1-11/+29
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-53/+190
2024-08-12Fortran: Fix coarray in associate not linking [PR85510]Andre Vehreschild1-4/+6
2024-08-06Fortran: Eliminate error prone translations.Jerry DeLisle1-88/+88
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild1-1/+2