aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-62/+293
2023-03-10Fortran: fix ICE with bind(c) in block data [PR104332]Harald Anlauf1-2/+2
2023-02-22Fortran: reject invalid CHARACTER length of derived type components [PR96024]Harald Anlauf1-0/+13
2023-02-21Fortran: improve checking of character length specification [PR96025]Harald Anlauf1-1/+3
2023-02-15Fortran: error recovery on invalid assumed size reference [PR104554]Steve Kargl1-3/+5
2023-02-15OpenMP/Fortran: Fix loop-iter var privatization with !$OMP LOOP [PR108512]Tobias Burnus1-0/+9
2023-02-08Fortran: error handling of global entity appearing in COMMON block [PR103259]Steve Kargl1-3/+9
2023-01-28Fortran: fix ICE in compare_bound_int [PR108527]Harald Anlauf1-15/+14
2023-01-26Fortran: fix ICE in check_host_association [PR108544]Harald Anlauf1-1/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-10Fortran: Replace simple '.' quotes by %<.%>Tobias Burnus1-5/+5
2022-12-09Fortran: ICE on recursive derived types with allocatable components [PR107872]Paul Thomas1-1/+2
2022-12-04Fortran: error recovery handling invalid CLASS variable [PR107899]Harald Anlauf1-1/+1
2022-11-23Fortran: error recovery on associate with bad selector [PR107577]Steve Kargl1-1/+2
2022-11-16Fortran: error recovery after reference to bad CLASS variable [PR107681]Harald Anlauf1-0/+1
2022-11-09Fortran: avoid NULL pointer dereference on bad EQUIVALENCEs [PR107559]Harald Anlauf1-0/+2
2022-10-14Fortran: fix check of polymorphic elements in data transfers [PR100971]Harald Anlauf1-0/+5
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-0/+5
2022-09-15Fortran: error recovery for bad deferred character length assignment [PR104314]Harald Anlauf1-0/+1
2022-07-19Fortran: error recovery on invalid array reference of non-array [PR103590]Harald Anlauf1-3/+10