aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
AgeCommit message (Expand)AuthorFilesLines
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-13/+52
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-4/+5
2024-10-15Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...Thomas Schwinge1-1/+1
2024-10-14Allow for class type coarray parameters. [PR77871]Andre Vehreschild1-12/+24
2024-10-13Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...Tobias Burnus1-6/+52
2024-09-30Ensure coarrays in calls use a descriptor [PR81265]Andre Vehreschild1-1/+7
2024-09-24Add random numbers and fix some bugs.Thomas Koenig1-2/+2
2024-09-24Fortran: Allow to nullify caf token when not in ultimate component. [PR101100]Andre Vehreschild1-1/+7
2024-09-19Fix deep copy allocatable components in coarrays. [PR85002]Andre Vehreschild1-1/+1
2024-09-15fortran: Remove useless nested end of scalarization chain handlingMikael Morin1-10/+1
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-0/+4
2024-08-23Revert "Fortran: Fix class transformational intrinsic calls [PR102689]"Paul Thomas1-51/+6
2024-08-20Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195...Andre Vehreschild1-23/+0
2024-08-15Fix Coarray in associate not a coarray. [PR110033]Andre Vehreschild1-15/+72
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-1/+6
2024-08-06Fortran: Fix class transformational intrinsic calls [PR102689]Paul Thomas1-6/+51
2024-07-22Fix Rejects allocatable coarray passed as a dummy argument [88624]Andre Vehreschild1-10/+25
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