aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
AgeCommit message (Expand)AuthorFilesLines
2025-04-25Fortran: fix procedure pointer handling with -fcheck=pointer [PR102900]Harald Anlauf1-4/+6
2025-04-22Fortran: Add team-support to this_image [PR87326]Andre Vehreschild1-4/+2
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild1-1/+6
2025-04-09Fortran: fix issue with impure elemental subroutine and interface [PR119656]Harald Anlauf1-6/+12
2025-04-09Fortran: Fix some problems with the reduce intrinsic [PR119460]Paul Thomas1-24/+0
2025-03-21Fortran: Implement the F2018 reduce intrinsic [PR85836]Paul Thomas1-1/+29
2025-03-21Fortran: Fix double free on polymorphic array dummy argument [PR119349]Andre Vehreschild1-1/+5
2025-03-06Fortran: improve checking of substring bounds [PR119118]Harald Anlauf1-2/+2
2025-03-04Fortran: Fix gimplification error on assignment to pointer [PR103391]Andre Vehreschild1-8/+8
2025-03-04Fortran: Prevent ICE when getting caf-token from abstract type [PR77872]Andre Vehreschild1-0/+5
2025-03-04Fortran: Reduce code complexity [PR77872]Andre Vehreschild1-11/+3
2025-03-03Fortran: Fix regression on double free on elemental function [PR118747]Andre Vehreschild1-3/+10
2025-02-26Fortran: Remove SAVE_EXPR on lhs in assign [PR108233]Andre Vehreschild1-5/+8
2025-02-17Avoid shift wider than unsigned HOST_WIDE_INT on unsigned integer exponentiat...Thomas Koenig1-9/+8
2025-02-15Fortran: passing of derived type to VALUE,OPTIONAL dummy argument [PR118080]Harald Anlauf1-15/+24
2025-02-07Fortran: fix initialization of allocatable non-deferred character [PR59252]Harald Anlauf1-2/+6
2025-02-04Add modular exponentiation for UNSIGNED.Thomas Koenig1-3/+157
2025-01-29Fortran: fix passing of component ref to assumed-rank dummy [PR118683]Harald Anlauf1-0/+3
2025-01-23Fortran: Regression- fix ICE at fortran/trans-decl.c:1575 [PR96087]Paul Thomas1-1/+1
2025-01-20Fortran: do not copy back for parameter actual arguments [PR81978]Harald Anlauf1-2/+9
2025-01-07Fortran: Extend cylic type detection for deallocate [PR116669]Andre Vehreschild1-2/+8
2025-01-03Fortran: Cray pointer comparison wrongly optimized away [PR106692]Harald Anlauf1-0/+13
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-23Fortran: fix NULL without MOLD argument to scalar DT pointer dummy [PR118179]Harald Anlauf1-1/+2
2024-12-23Fortran: Bugs found in class_transformational_1/2.f90[PR116254/118059].Paul Thomas1-0/+3
2024-12-22Fortran: Remove adding and removing of caf_get. [PR107635]Andre Vehreschild1-5/+10
2024-12-21Fortran: fix passing of NULL() to assumed-rank, derived type dummy [PR104819]Harald Anlauf1-1/+48
2024-12-15Fortran: Pointer fcn results must not be finalized [PR117897]Paul Thomas1-1/+8
2024-12-03Fortran: Fix class transformational intrinsic calls [PR102689]Paul Thomas1-6/+51
2024-11-26Fortran: passing inquiry ref of complex array to assumed rank dummy [PR117774]Harald Anlauf1-1/+4
2024-11-24Fortran: Fix segfault in allocation of unlimited poly array [PR85869]Paul Thomas1-1/+2
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-15Fix type of malloc parameter in trans-expr.ccJan Hubicka1-0/+1
2024-11-14Fortran: fix passing of NULL() actual argument to character dummy [PR104819]Harald Anlauf1-0/+79
2024-10-30Fortran: fix several front-end memleaksHarald Anlauf1-0/+2
2024-10-27Fortran: Fix regressions with intent(out) class[PR115070, PR115348].Paul Thomas1-12/+17
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
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