aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-09Fortran: Fix gfc_conv_gfc_desc_to_cfi_desc with NULL [PR104126]Tobias Burnus1-4/+9
2022-03-07Fortran: Fix gfc_maybe_dereference_var [PR104430][PR99585]Tobias Burnus1-2/+4
2022-03-07Fortran: Fix typosTobias Burnus1-2/+2
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-8/+8
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+12125