Age | Commit message (Expand) | Author | Files | Lines |
2025-03-16 | Fortran: fix bogus dependency check in ALLOCATE statement [PR60560] | Harald Anlauf | 1 | -12/+16 |
2025-03-12 | Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903] | Andre Vehreschild | 1 | -4/+8 |
2025-02-04 | Add modular exponentiation for UNSIGNED. | Thomas Koenig | 1 | -0/+8 |
2025-01-12 | Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788] | Harald Anlauf | 1 | -0/+1 |
2025-01-07 | Fortran: Extend cylic type detection for deallocate [PR116669] | Andre Vehreschild | 1 | -11/+27 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-22 | Fortran: fix front-end GMP memleaks | Harald Anlauf | 1 | -3/+11 |
2024-12-09 | Fortran: fix two minor front-end GMP memleaks | Harald Anlauf | 1 | -2/+2 |
2024-11-26 | Fortran: fix minor front-end memleaks | Harald Anlauf | 1 | -1/+5 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-11-20 | Fortran: fix checking of protected variables in submodules [PR83135] | Harald Anlauf | 1 | -5/+35 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 1 | -0/+1 |
2024-10-23 | Fortran: Generic processing of assumed rank objects (f202y) [PR116733] | Paul Thomas | 1 | -1/+25 |
2024-10-19 | Fortran: Add range-based diagnostic | Tobias Burnus | 1 | -1/+2 |
2024-09-24 | Implement MATMUL and DOT_PRODUCT for unsigned. | Thomas Koenig | 1 | -0/+13 |
2024-09-07 | Implement first part of unsigned integers for Fortran. | Thomas Koenig | 1 | -2/+4 |
2024-08-19 | Allow coarrays in select type. [PR46371, PR56496] | Andre Vehreschild | 1 | -0/+4 |
2024-08-15 | Add corank to gfc_expr. | Andre Vehreschild | 1 | -33/+18 |
2024-06-07 | Fix returned type to be allocatable for user-functions. | Andre Vehreschild | 1 | -5/+8 |
2024-05-23 | Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312] | Paul Thomas | 1 | -0/+5 |
2024-05-11 | Fortran: fix dependency checks for inquiry refs [PR115039] | Harald Anlauf | 1 | -1/+1 |
2024-04-29 | Fortran: add SELECTED_LOGICAL_KIND | Francois-Xavier Coudert | 1 | -1/+10 |
2024-03-28 | fortran: Fix specification expression check in submodules [PR114475] | Mikael Morin | 1 | -0/+1 |
2024-03-22 | fortran: Fix specification expression error with dummy procedures [PR111781] | Mikael Morin | 1 | -7/+1 |
2024-03-15 | Fortran: Fix class/derived/complex function associate selectors [PR87477] | Paul Thomas | 1 | -0/+5 |
2024-03-13 | Fortran: fix IS_CONTIGUOUS for polymorphic dummy arguments [PR114001] | Harald Anlauf | 1 | -9/+10 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-10 | Fortran: allow NULL() for POINTER, OPTIONAL, CONTIGUOUS dummy [PR111503] | Harald Anlauf | 1 | -0/+14 |
2023-10-27 | Fortran: Fix some problems with SELECT TYPE selectors [PR104625]. | Paul Thomas | 1 | -1/+2 |
2023-07-12 | gfortran: Allow ref'ing PDT's len() in parameter-initializer. | Andre Vehreschild | 1 | -3/+28 |
2023-06-28 | Fortran: Enable class expressions in structure constructors [PR49213] | Paul Thomas | 1 | -3/+1 |
2023-06-21 | Fortran: Fix some bugs in associate [PR87477] | Paul Thomas | 1 | -0/+26 |
2023-05-19 | fortran: Use CLASS_DATA from gfortran.h | Bernhard Reutner-Fischer | 1 | -3/+3 |
2023-05-18 | Fortran: Narrow return types [PR78798] | Bernhard Reutner-Fischer | 1 | -3/+3 |
2023-05-15 | Fortran: CLASS pointer function result in variable definition context [PR109846] | Harald Anlauf | 1 | -1/+1 |
2023-05-08 | Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800] | Bernhard Reutner-Fischer | 1 | -4/+4 |
2023-04-28 | Fortran: Fix (mostly) comment typos | Tobias Burnus | 1 | -1/+1 |
2023-04-04 | Fortran: reject module variable as character length in PARAMETER [PR104349] | Harald Anlauf | 1 | -2/+0 |
2023-03-24 | Fortran: fix FE memleak with BOZ expressions. | Harald Anlauf | 1 | -0/+4 |
2023-02-24 | fortran: Plug leak of associated_dummy memory. [PR108923] | Mikael Morin | 1 | -0/+7 |
2023-02-01 | Fortran: error recovery on invalid array section [PR108609] | Harald Anlauf | 1 | -1/+5 |
2023-01-19 | Fortran: error recovery for invalid CLASS component [PR108434] | Harald Anlauf | 1 | -2/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-10-20 | Fortran: error recovery with references of bad array constructors [PR105633] | Harald Anlauf | 1 | -3/+7 |
2022-09-20 | Fortran: NULL pointer dereference in invalid simplification [PR106985] | Harald Anlauf | 1 | -1/+2 |
2022-05-11 | Fortran: fix error recovery on invalid array section | Harald Anlauf | 1 | -2/+2 |
2022-03-09 | Fortran: improve error recovery on invalid array section | Harald Anlauf | 1 | -1/+3 |
2022-02-14 | Fortran: improve error recovery on bad array section | Harald Anlauf | 1 | -1/+7 |
2022-01-27 | Fortran: fix issues with internal conversion between default and wide char | Harald Anlauf | 1 | -1/+2 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -4/+4 |