aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.cc
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-17OpenMP: Add omp_all_memory support to FortranTobias Burnus1-0/+7
2022-05-10Fortran: check TEAM arguments to coarray intrinsicsHarald Anlauf1-0/+32
2022-04-24fortran: Detect duplicate unlimited polymorphic types [PR103662]Mikael Morin1-1/+4
2022-04-10Fortran: fix checking of coshape specification in ALLOCATE statementHarald Anlauf1-5/+6
2022-03-29Fortran: avoid NULL pointer dereference checking elemental procedure argsHarald Anlauf1-2/+3
2022-03-29Fortran: character length of pointer assignments in structure constructorsHarald Anlauf1-1/+12
2022-03-19fortran: Separate associate character lengths earlier [PR104570]Mikael Morin1-3/+6
2022-03-07Fortran: Fix typosTobias Burnus1-1/+1
2022-03-02Fortran: error recovery after invalid assumed type declarationHarald Anlauf1-3/+7
2022-02-24Fortran: frontend code for F2018 QUIET specifier to STOP and ERROR STOPHarald Anlauf1-0/+9