aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Fortran: passing of allocatable/pointer arguments to OPTIONAL+VALUE [PR92887]Harald Anlauf1-3/+47
2023-10-13tree-optimization/111779 - Handle some BIT_FIELD_REFs in SRARichard Biener1-1/+4
2023-10-12Fortran: Set hidden string length for pointer components [PR67740].Paul Thomas1-4/+29
2023-10-04Fortran: Alloc comp of non-finalizable type not finalized [PR111674]Paul Thomas1-1/+1
2023-09-24Fortran: Pad mismatched charlens in component initializers [PR68155]Paul Thomas1-7/+1
2023-08-26Fortran: Supply a missing dereference [PR92586]Paul Thomas1-1/+2
2023-08-16Fortran: fix memleak for character,value dummy of bind(c) procedure [PR110360]Harald Anlauf1-2/+3
2023-08-14fortran: Fix length one character dummy arg type [PR110419]Mikael Morin1-15/+20
2023-08-14fortran: New predicate gfc_length_one_character_type_pMikael Morin1-6/+2
2023-07-28Fortran: do not pass hidden character length for TYPE(*) dummy [PR110825]Harald Anlauf1-0/+1
2023-07-17Fortran: intrinsics and deferred-length character arguments [PR95947,PR110658]Harald Anlauf1-1/+6
2023-07-17fortran: Pass pre-calculated class container argument [pr110618]Mikael Morin1-2/+5
2023-07-14fortran: Reorder array argument evaluation parts [PR92178]Mikael Morin1-19/+67
2023-07-14fortran: Factor data references for scalar class argument wrapping [PR92178]Mikael Morin1-0/+26
2023-07-14fortran: defer class wrapper initialization after deallocation [PR92178]Mikael Morin1-1/+17
2023-07-08Fortran: fixes for procedures with ALLOCATABLE,INTENT(OUT) arguments [PR92178]Harald Anlauf1-5/+49
2023-06-28Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]Harald Anlauf1-5/+10
2023-06-28Fortran: Enable class expressions in structure constructors [PR49213]Paul Thomas1-7/+52
2023-06-24Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]Harald Anlauf1-8/+13
2023-06-23Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]Harald Anlauf1-0/+19
2023-06-21Fortran: Seg fault passing string to type cptr dummy [PR108961].Paul Thomas1-1/+4
2023-05-23Fortran: Fix assumed length chars and len inquiry [PR103716]Paul Thomas1-0/+2
2023-05-18fortran: use _P() defines from tree.hBernhard Reutner-Fischer1-3/+3
2023-05-16Fortran: Fix an assortment of bugsPaul Thomas1-54/+42
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-3/+3
2023-04-13Fortran: call of overloaded ‘abs(long long int&)’ is ambiguous [PR109492]Harald Anlauf1-2/+3
2023-04-12Fortran: fix functions with entry and pointer/allocatable result [PR104312]Harald Anlauf1-0/+2
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas1-20/+60
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-74/+185
2023-03-11Fortran: fix bounds check for copying of class expressions [PR106945]Harald Anlauf1-0/+1
2023-02-25Fortran: Skip bound conv in gfc_conv_gfc_desc_to_cfi_desc with intent(out) pt...Tobias Burnus1-0/+6
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-12Fortran: fix treatment of character, value, optional dummy arguments [PR107444]Harald Anlauf1-8/+17
2022-11-07Fortran: Fix reallocation on assignment for kind=4 strings [PR107508]Tobias Burnus1-3/+3
2022-10-17Fortran: Fixes for kind=4 characters strings [PR107266]Tobias Burnus1-6/+6
2022-10-01Fortran: Fix ICE and wrong code for assumed-rank arrays [PR100029, PR100040]José Rui Faustino de Sousa1-21/+27
2022-09-25fortran: Support clobbering of derived types [PR41453]Mikael Morin1-1/+17
2022-09-25fortran: Support clobbering of allocatables and pointers [PR41453]Mikael Morin1-2/+0
2022-09-25fortran: Support clobbering of ASSOCIATE variables [PR41453]Mikael Morin1-1/+0
2022-09-25fortran: Support clobbering of SAVE variables [PR41453]Mikael Morin1-2/+0
2022-09-25fortran: Support clobbering of reference variables [PR41453]Mikael Morin1-4/+0
2022-09-25fortran: Support clobbering with implicit interfaces [PR105012]Harald Anlauf1-4/+15
2022-09-25fortran: Move clobbers after evaluation of all arguments [PR106817]Mikael Morin1-2/+4
2022-09-25fortran: Fix invalid function decl clobber ICE [PR105012]Mikael Morin1-1/+2
2022-09-25fortran: Move the clobber generation codeMikael Morin1-28/+32
2022-09-04Fortran: Fix ICE with -fcheck=pointer [PR100136]José Rui Faustino de Sousa1-4/+3
2022-09-03Fortran: Fix ICE with automatic reallocation [PR100245]José Rui Faustino de Sousa1-0/+3
2022-04-22fortran: Use pointer arithmetic to index arrays [PR102043]Mikael Morin1-1/+1
2022-04-22fortran: Pre-evaluate string pointers. [PR102043]Mikael Morin1-0/+7
2022-04-21fortran: Fix conv of UNION constructors [PR105310]Fritz Reese1-2/+2