aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
AgeCommit message (Expand)AuthorFilesLines
2024-07-28Fix Rejects allocatable coarray passed as a dummy argument [88624]Andre Vehreschild1-10/+25
2024-07-21Initial version - add do-nothing -funsigned option and BT_UNSIGNED.Thomas Koenig1-0/+4
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild1-10/+24
2024-07-16Fortran: Simplify len_trim with array ref and fix mapping bug[PR84868].Paul Thomas1-6/+12
2024-07-16Lower zeroing array assignment to memset for allocatable arrays.Prathamesh Kulkarni1-10/+21
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild1-129/+113
2024-06-28Add gfc_class_set_vptr.Andre Vehreschild1-0/+48
2024-06-28Use gfc_reset_vptr more consistently.Andre Vehreschild1-28/+29
2024-06-19Fortran: Set the vptr of a class typed result.Andre Vehreschild1-4/+6
2024-06-07Fix returned type to be allocatable for user-functions.Andre Vehreschild1-17/+18
2024-05-29Fix memory leak.Andre Vehreschild1-3/+26
2024-05-24Fortran: fix bounds check for assignment, class component [PR86100]Harald Anlauf1-18/+22
2024-05-13Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]Paul Thomas1-14/+20
2024-05-12Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]Paul Thomas1-2/+13
2024-05-05Fortran: fix issues with class(*) assignment [PR114827]Harald Anlauf1-0/+13
2024-04-29Fortran: Fix regression caused by r14-9752 [PR114959]Paul Thomas1-10/+18
2024-04-25Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678]Paul Thomas1-2/+8
2024-04-09Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956]Paul Thomas1-6/+3
2024-04-02Fortran: Fix wrong recursive errors and class initialization [PR112407]Paul Thomas1-0/+16
2024-03-29Fortran: fix NULL pointer dereference on overlapping initialization [PR50410]Harald Anlauf1-1/+1
2024-03-29Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]Paul Thomas1-3/+6
2024-03-20Use integer_{zero,one}_node some moreJakub Jelinek1-2/+2
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-0/+4
2024-02-26Fortran: do not evaluate polymorphic functions twice in assignment [PR114012]Harald Anlauf1-0/+4
2024-02-20Fortran: fix passing array component ref to polymorphic proceduresPeter Hill1-0/+8
2024-02-17fortran: gfc_trans_subcomponent_assign fixes [PR113503]Jakub Jelinek1-10/+8
2024-02-13Fortran: fix passing of optional dummies to bind(c) procedures [PR113866]Harald Anlauf1-2/+4
2024-01-28Fortran: NULL actual to optional dummy with VALUE attribute [PR113377]Harald Anlauf1-2/+9
2024-01-24Fortran: passing of optional dummies to elemental procedures [PR113377]Harald Anlauf1-84/+111
2024-01-21Fortran: passing of optional scalar arguments with VALUE attribute [PR113377]Harald Anlauf1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-17Fortran: fix argument passing to CONTIGUOUS,TARGET dummy [PR97592]Harald Anlauf1-1/+3
2023-12-16Fortran: Prevent unwanted finalization with -w option [PR112459]Paul Thomas1-1/+3
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-2/+22
2023-12-02Fortran: deferred-length character optional dummy arguments [PR93762,PR100651]Harald Anlauf1-4/+18
2023-12-01Fortran: copy-out for possibly missing OPTIONAL CLASS arguments [PR112772]Harald Anlauf1-0/+9
2023-11-28Fortran: fix reallocation on assignment of polymorphic variables [PR110415]Andrew Jenner1-14/+25
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