aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/iresolve.cc
AgeCommit message (Expand)AuthorFilesLines
2025-04-22Fortran: Add teams support in image_index and num_images for F2018Andre Vehreschild1-1/+2
2025-04-22Fortran: Add team-support to this_image [PR87326]Andre Vehreschild1-5/+18
2025-04-22Fortran: Update get_team, team_number and image_status to F2018 [PR88154, PR8...Andre Vehreschild1-5/+17
2025-04-09Fortran: Fix some problems with the reduce intrinsic [PR119460]Paul Thomas1-3/+3
2025-03-21Fortran: Implement the F2018 reduce intrinsic [PR85836]Paul Thomas1-0/+214
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-02Add UMASKR and UMASKL intrinsics.Thomas Koenig1-0/+14
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-09-28Implement FINDLOC for UNSIGNED.Thomas Koenig1-1/+8
2024-09-24Add random numbers and fix some bugs.Thomas Koenig1-2/+4
2024-09-24Implement IANY, IALL and IPARITY for unsigned.Thomas Koenig1-3/+3
2024-09-24Implement SUM and PRODUCT for unsigned.Thomas Koenig1-4/+15
2024-09-24Implement MATMUL and DOT_PRODUCT for unsigned.Thomas Koenig1-1/+10
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-10/+37
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-4/+16
2024-05-12Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]Paul Thomas1-0/+4
2024-01-06Fortran: bogus warnings with REPEAT intrinsic and -Wconversion-extra [PR96724]Harald Anlauf1-1/+9
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-05-24Fortran: checking and simplification of RESHAPE intrinsic [PR103794]Harald Anlauf1-1/+1
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-1/+1
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas1-3/+7
2023-01-23Fortran: fix ICE in check_charlen_present [PR108420]Harald Anlauf1-3/+6
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+4050