summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
AgeCommit message (Expand)Author
2025-11-14fortran: correctly handle optional allocatable dummy argumentsYuao Ma
2025-11-11fortran: Fix ICE and self-assignment bugs with recursive allocatable finalize...Christopher Albert
2025-10-30fortran: remove redundant code related to constant pointerYuao Ma
2025-10-25Fortran: IS_CONTIGUOUS and pointers to non-contiguous targets [PR114023]Harald Anlauf
2025-10-18fortran: allow character in conditional expressionYuao Ma
2025-09-15Fortran: Dependency check in PDT specification assignments [PR83763]Paul Thomas
2025-09-14fortran: implement conditional expression for fortran 2023Yuao Ma
2025-09-05Fortran: Check PDT parameters are of integer type [PR84432, PR114815]Paul Thomas
2025-09-01Fortran: truncate constant string passed to character,value dummy [PR121727]Harald Anlauf
2025-08-31Fortran: Pass PDTs to dummies with VALUE attribute [PR99709]Paul Thomas
2025-08-05fortran: Remove span overwrite with pointer assignmentsMikael Morin
2025-08-05fortran: Remove unused field use_offsetMikael Morin
2025-08-05fortran: Use array descriptor offset setter when possibleMikael Morin
2025-07-31fortran: Evaluate class function bounds in the scalarizer [PR121342]Mikael Morin
2025-07-27fortran: Consistently use the same assignment reallocation condition [PR121185]Mikael Morin
2025-07-27fortran: Bound class container lookup after array descriptor [PR121185]Mikael Morin
2025-07-23Fortran: fix passing of character length of function to procedure [PR121203]Harald Anlauf
2025-07-18Fortran: fix bogus runtime error with optional procedure argument [PR121145]Harald Anlauf
2025-07-15fortran: Delay evaluation of array bounds after reallocationMikael Morin
2025-07-15fortran: Generate array reallocation out of loopsMikael Morin
2025-06-24Fortran: fix ICE in verify_gimple_in_seq with substrings [PR120743]Harald Anlauf
2025-06-06OpenMP: Add omp_get_initial_device/omp_get_num_devices builtinsTobias Burnus
2025-06-04Fortran: Fix missing substring ref for allocatable saved vars [PR120483]Andre Vehreschild
2025-04-25Fortran: fix procedure pointer handling with -fcheck=pointer [PR102900]Harald Anlauf
2025-04-22Fortran: Add team-support to this_image [PR87326]Andre Vehreschild
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild
2025-04-09Fortran: fix issue with impure elemental subroutine and interface [PR119656]Harald Anlauf
2025-04-09Fortran: Fix some problems with the reduce intrinsic [PR119460]Paul Thomas
2025-03-21Fortran: Implement the F2018 reduce intrinsic [PR85836]Paul Thomas
2025-03-21Fortran: Fix double free on polymorphic array dummy argument [PR119349]Andre Vehreschild
2025-03-06Fortran: improve checking of substring bounds [PR119118]Harald Anlauf
2025-03-04Fortran: Fix gimplification error on assignment to pointer [PR103391]Andre Vehreschild
2025-03-04Fortran: Prevent ICE when getting caf-token from abstract type [PR77872]Andre Vehreschild
2025-03-04Fortran: Reduce code complexity [PR77872]Andre Vehreschild
2025-03-03Fortran: Fix regression on double free on elemental function [PR118747]Andre Vehreschild
2025-02-26Fortran: Remove SAVE_EXPR on lhs in assign [PR108233]Andre Vehreschild
2025-02-17Avoid shift wider than unsigned HOST_WIDE_INT on unsigned integer exponentiat...Thomas Koenig
2025-02-15Fortran: passing of derived type to VALUE,OPTIONAL dummy argument [PR118080]Harald Anlauf
2025-02-07Fortran: fix initialization of allocatable non-deferred character [PR59252]Harald Anlauf
2025-02-04Add modular exponentiation for UNSIGNED.Thomas Koenig
2025-01-29Fortran: fix passing of component ref to assumed-rank dummy [PR118683]Harald Anlauf
2025-01-23Fortran: Regression- fix ICE at fortran/trans-decl.c:1575 [PR96087]Paul Thomas
2025-01-20Fortran: do not copy back for parameter actual arguments [PR81978]Harald Anlauf
2025-01-07Fortran: Extend cylic type detection for deallocate [PR116669]Andre Vehreschild
2025-01-03Fortran: Cray pointer comparison wrongly optimized away [PR106692]Harald Anlauf
2025-01-02Update copyright years.Jakub Jelinek
2024-12-23Fortran: fix NULL without MOLD argument to scalar DT pointer dummy [PR118179]Harald Anlauf
2024-12-23Fortran: Bugs found in class_transformational_1/2.f90[PR116254/118059].Paul Thomas
2024-12-22Fortran: Remove adding and removing of caf_get. [PR107635]Andre Vehreschild
2024-12-21Fortran: fix passing of NULL() to assumed-rank, derived type dummy [PR104819]Harald Anlauf