aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek1-0/+6
2024-05-17Fortran: Fix select type regression due to r14-9489 [PR114874]Paul Thomas1-4/+13
2024-04-21Fortran: Detect 'no implicit type' error in right place [PR103471]Paul Thomas1-1/+10
2024-04-16Fortran: ALLOCATE of fixed-length CHARACTER with SOURCE/MOLD [PR113793]Harald Anlauf1-0/+10
2024-04-09Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535]Paul Thomas1-9/+0
2024-04-02Fortran: Fix wrong recursive errors and class initialization [PR112407]Paul Thomas1-4/+19
2024-03-22fortran: Fix specification expression error with dummy procedures [PR111781]Mikael Morin1-42/+35
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-26/+264
2024-02-28Fortran - Error compiling PDT Type-bound Procedures [PR82943/86148/86268]Alexander Westbrooks1-9/+65
2024-02-10Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some moreJakub Jelinek1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16Fortran: Fix problems with class array function selectors [PR112834]Paul Thomas1-1/+1
2023-12-10Fortran: function returning contiguous class array [PR105543]Harald Anlauf1-0/+5
2023-11-26Fortran: avoid obsolescence warning for COMMON with submodule [PR111880]Harald Anlauf1-2/+2
2023-10-30Fortran: Fix a problem with SELECT TYPE selectors [PR104555].Paul Thomas1-0/+6
2023-10-27Fortran: Fix some problems with SELECT TYPE selectors [PR104625].Paul Thomas1-1/+28
2023-09-23fortran: error recovery on duplicate declaration of class variable [PR95710]Harald Anlauf1-1/+3
2023-08-23Fortran: improve diagnostic message for COMMON with automatic object [PR32986]Harald Anlauf1-1/+14
2023-08-22Fortran: implement vector sections in DATA statements [PR49588]Harald Anlauf1-2/+3
2023-08-15Fortran: Avoid accessing gfc_charlen when not looking at BT_CHARACTER (PR 110...Martin Jambor1-2/+5
2023-08-09Fortran: Allow pure final procs contained in pure proc. [PR109684]Paul Thomas1-1/+4
2023-07-26Fortran: diagnose strings of non-constant length in DATA statements [PR68569]Harald Anlauf1-1/+21
2023-07-08Fortran: Fix default type bugs in gfortran [PR99139, PR99368]Paul Thomas1-1/+2
2023-06-28Fortran: Enable class expressions in structure constructors [PR49213]Paul Thomas1-1/+4
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-3/+4
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas1-4/+11
2023-06-02Fortran: fix diagnostics for SELECT RANK [PR100607]Steve Kargl1-6/+4
2023-06-02Fortran: Fix some problems blocking associate meta-bug [PR87477]Paul Thomas1-1/+2
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus1-0/+6
2023-05-23Fortran: Fix assumed length chars and len inquiry [PR103716]Paul Thomas1-1/+3
2023-05-19fortran: Use CLASS_DATA from gfortran.hBernhard Reutner-Fischer1-3/+3
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-11/+11