aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-16Fortran: Fix an assortment of bugsPaul Thomas1-0/+11
2023-05-08fortran: Fix coding style around free()Bernhard Reutner-Fischer1-1/+1
2023-05-08fortran: Remove conditionals around free()Bernhard Reutner-Fischer1-2/+1
2023-05-05Fortran: overloading of intrinsic binary operators [PR109641]Harald Anlauf1-0/+37
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-3/+3
2023-04-14Fortran: Fix an excess finalization during allocation [PR104272]Paul Thomas1-0/+3
2023-04-12Fortran: fix functions with entry and pointer/allocatable result [PR104312]Harald Anlauf1-1/+18
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas1-6/+12
2023-03-22Fortran: improve checking of FINAL subroutine arguments [PR104572]Harald Anlauf1-0/+7
2023-03-21Fortran: Fix regression caused by PR37336 patch [PR109209]Paul Thomas1-0/+1
2023-03-20Fortran: Allow external function from in an associate block [PR87127]Paul Thomas1-5/+29
2023-03-19Fortran: procedures with BIND(C) attribute require explicit interface [PR85877]Harald Anlauf1-0/+10