summaryrefslogtreecommitdiff
path: root/gcc/fortran/iresolve.cc
AgeCommit message (Expand)Author
2025-09-09Fortran: make STAT/LSTAT/FSTAT intrinsics generic [PR82480]Harald Anlauf
2025-07-30fortran: implement split for fortran 2023Yuao Ma
2025-05-28fortran: add constant input support for trig functions with half-revolutionsYuao Ma
2025-04-22Fortran: Add teams support in image_index and num_images for F2018Andre Vehreschild
2025-04-22Fortran: Add team-support to this_image [PR87326]Andre Vehreschild
2025-04-22Fortran: Update get_team, team_number and image_status to F2018 [PR88154, PR8...Andre Vehreschild
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-01-02Update copyright years.Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-11-02Add UMASKR and UMASKL intrinsics.Thomas Koenig
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-09-28Implement FINDLOC for UNSIGNED.Thomas Koenig
2024-09-24Add random numbers and fix some bugs.Thomas Koenig
2024-09-24Implement IANY, IALL and IPARITY for unsigned.Thomas Koenig
2024-09-24Implement SUM and PRODUCT for unsigned.Thomas Koenig
2024-09-24Implement MATMUL and DOT_PRODUCT for unsigned.Thomas Koenig
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig
2024-08-15Add corank to gfc_expr.Andre Vehreschild
2024-05-12Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]Paul Thomas
2024-01-06Fortran: bogus warnings with REPEAT intrinsic and -Wconversion-extra [PR96724]Harald Anlauf
2024-01-03Update copyright years.Jakub Jelinek
2023-05-24Fortran: checking and simplification of RESHAPE intrinsic [PR103794]Harald Anlauf
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas
2023-01-23Fortran: fix ICE in check_charlen_present [PR108420]Harald Anlauf
2023-01-16Update copyright years.Jakub Jelinek
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska