Age | Commit message (Expand) | Author | Files | Lines |
6 days | Fortran: fix bogus bounds check for reallocation on assignment [PR116706] | Harald Anlauf | 1 | -3/+1 |
13 days | Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903] | Andre Vehreschild | 1 | -0/+9 |
2025-03-05 | Fortran: Add view convert to pointer assign when only pointer/alloc attr diff... | Andre Vehreschild | 1 | -1/+9 |
2025-03-03 | Fortran: Fix regression on double free on elemental function [PR118747] | Andre Vehreschild | 1 | -7/+4 |
2025-02-21 | Fortran: initialize non-saved pointers with -fcheck=pointer [PR48958] | Harald Anlauf | 1 | -2/+5 |
2025-02-21 | Fortran: Improve gfc_array_kind for assumed rank; gfc_tree_array_size on 'tree' | Tobias Burnus | 1 | -20/+21 |
2025-01-20 | Fortran: do not copy back for parameter actual arguments [PR81978] | Harald Anlauf | 1 | -2/+8 |
2025-01-07 | Fortran: Ensure deep copy of allocatable components in cylic types [PR114612] | Andre Vehreschild | 1 | -4/+3 |
2025-01-07 | Fortran: Extend cylic type detection for deallocate [PR116669] | Andre Vehreschild | 1 | -9/+16 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-23 | Fortran: Bugs found in class_transformational_1/2.f90[PR116254/118059]. | Paul Thomas | 1 | -20/+27 |
2024-12-22 | Fortran: Remove adding and removing of caf_get. [PR107635] | Andre Vehreschild | 1 | -16/+14 |
2024-12-20 | Fortran: potential aliasing of complex pointer inquiry references [PR118120] | Harald Anlauf | 1 | -6/+11 |
2024-12-12 | Fortran: Fix testsuite regressions after r15-5083 [PR117797] | Paul Thomas | 1 | -35/+26 |
2024-12-09 | Fortran: Fix testsuite regressions after r15-5897 [PR116261/PR117901] | Paul Thomas | 1 | -4/+6 |
2024-12-03 | Fortran: Fix class transformational intrinsic calls [PR102689] | Paul Thomas | 1 | -29/+128 |
2024-11-26 | Fortran: Partial reversion of r15-5083 [PR117763] | Paul Thomas | 1 | -6/+10 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-11-11 | Fortran: Fix elemental array refs in SELECT TYPE [PR109345] | Paul Thomas | 1 | -12/+32 |
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 | -3/+6 |
2024-10-19 | Fortran: Add range-based diagnostic | Tobias Burnus | 1 | -28/+27 |
2024-10-18 | gcc/: Rename array_type_nelts => array_type_nelts_minus_one | Alejandro Colomar | 1 | -1/+1 |
2024-09-24 | Fortran: Assign allocated caf-memory to scalar members [PR84870] | Andre Vehreschild | 1 | -0/+2 |
2024-09-21 | fortran: Inline integral MINLOC/MAXLOC with no DIM and no MASK [PR90608] | Mikael Morin | 1 | -14/+54 |
2024-09-21 | fortran: Outline array bound check generation code | Mikael Morin | 1 | -154/+143 |
2024-09-21 | fortran: Inline MINLOC/MAXLOC with no DIM and ARRAY of rank 1 [PR90608] | Mikael Morin | 1 | -0/+25 |
2024-09-19 | Fix deep copy allocatable components in coarrays. [PR85002] | Andre Vehreschild | 1 | -8/+8 |
2024-08-23 | Revert "Fortran: Fix class transformational intrinsic calls [PR102689]" | Paul Thomas | 1 | -117/+29 |
2024-08-15 | Add corank to gfc_expr. | Andre Vehreschild | 1 | -8/+25 |
2024-08-06 | Fortran: Fix class transformational intrinsic calls [PR102689] | Paul Thomas | 1 | -29/+117 |
2024-07-19 | Fortran: character array constructor with >= 4 constant elements [PR103115] | Harald Anlauf | 1 | -1/+3 |
2024-07-18 | Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466] | Andre Vehreschild | 1 | -3/+50 |
2024-07-18 | Fortran: Suppress bogus used uninitialized warnings [PR108889]. | Paul Thomas | 1 | -0/+43 |
2024-07-11 | Fix bootstrap broken by gcc-15-1965-ge4f2f46e015 | Andre Vehreschild | 1 | -1/+1 |
2024-07-11 | Fortran: Fix rejecting class arrays of different ranks as storage association... | Andre Vehreschild | 1 | -41/+163 |
2024-07-08 | fortran: Move definition of variable closer to its uses | Mikael Morin | 1 | -14/+19 |
2024-06-28 | Use gfc_reset_vptr more consistently. | Andre Vehreschild | 1 | -28/+6 |
2024-06-24 | Fortran: fix passing of optional dummy as actual to optional argument [PR55978] | Harald Anlauf | 1 | -4/+16 |
2024-06-20 | Fortran: Auto array allocation with function dependencies [PR59104] | Paul Thomas | 1 | -3/+12 |
2024-06-07 | Add finalizer creation to array constructor for functions of derived type. | Andre Vehreschild | 1 | -1/+17 |
2024-05-24 | Fortran: fix bounds check for assignment, class component [PR86100] | Harald Anlauf | 1 | -1/+6 |
2024-05-13 | Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363] | Paul Thomas | 1 | -0/+5 |
2024-05-05 | Fortran: fix issues with class(*) assignment [PR114827] | Harald Anlauf | 1 | -0/+16 |
2024-03-21 | Fortran: improve array component description in runtime error message [PR30802] | Harald Anlauf | 1 | -47/+85 |
2024-03-20 | Use integer_{zero,one}_node some more | Jakub Jelinek | 1 | -1/+1 |
2024-03-17 | Fortran: fix for absent array argument passed to optional dummy [PR101135] | Harald Anlauf | 1 | -0/+11 |
2024-02-17 | Fortran: deferred length of character variables shall not get lost [PR113911] | Harald Anlauf | 1 | -1/+1 |
2024-02-12 | Fortran: Set the length of an allocatable character | Steve Kargl | 1 | -0/+3 |
2024-01-27 | Fortran: fix bounds-checking errors for CLASS array dummies [PR104908] | Harald Anlauf | 1 | -1/+4 |