Age | Commit message (Expand) | Author | Files | Lines |
14 days | Fortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338] | Harald Anlauf | 1 | -0/+16 |
2025-03-16 | Fortran: fix bogus dependency check in ALLOCATE statement [PR60560] | Harald Anlauf | 1 | -2/+10 |
2025-03-12 | Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903] | Andre Vehreschild | 1 | -0/+75 |
2025-03-11 | Abstract interfaces and dummy arguments are not global. | Thomas Koenig | 1 | -2/+4 |
2025-03-07 | Fortran: Fix ICE in resolve.cc with -pedantic | Jerry DeLisle | 1 | -1/+3 |
2025-03-04 | C prototypes for external arguments; add warning for mismatch. | Thomas Koenig | 1 | -0/+63 |
2025-02-28 | Fortran: Ensure finalizer is called for unreferenced variable [PR118730] | Andre Vehreschild | 1 | -0/+8 |
2025-02-20 | Fortran: Add send_to_remote [PR107635] | Andre Vehreschild | 1 | -2/+1 |
2025-02-20 | Fortran: Move caf_get-rewrite to coarray.cc [PR107635] | Andre Vehreschild | 1 | -691/+2 |
2025-02-15 | Fortran: gfortran allows type(C_ptr) in I/O list | Jerry DeLisle | 1 | -2/+2 |
2025-02-10 | Fortran: checking of pointer targets for structure constructors [PR56423] | Harald Anlauf | 1 | -1/+11 |
2025-02-06 | Fortran: FIx ICE in associate with elemental function [PR118750] | Paul Thomas | 1 | -1/+1 |
2025-02-04 | Add modular exponentiation for UNSIGNED. | Thomas Koenig | 1 | -13/+0 |
2025-01-31 | Fortran: host association issue with symbol in COMMON block [PR108454] | Harald Anlauf | 1 | -1/+8 |
2025-01-30 | OpenMP: Fortran support for metadirectives and dynamic selectors | Sandra Loosemore | 1 | -0/+6 |
2025-01-27 | Fortran: ICE in gfc_conv_expr_present w. defined assignment [PR118640] | Paul Thomas | 1 | -0/+5 |
2025-01-15 | Fortran: reject NULL as source-expr in ALLOCATE with SOURCE= or MOLD= [PR71884] | Harald Anlauf | 1 | -0/+12 |
2025-01-13 | Fortran: Add LOCALITY support for DO_CONCURRENT | Anuj Mohite | 1 | -3/+351 |
2025-01-09 | Fortran: Cylce detection for non vtypes only. [PR118337] | Andre Vehreschild | 1 | -1/+2 |
2025-01-07 | Fortran: Extend cylic type detection for deallocate [PR116669] | Andre Vehreschild | 1 | -4/+54 |
2025-01-02 | OpenMP: Fortran front-end support for dispatch + adjust_args | Paul-Antoine Arras | 1 | -1/+3 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-22 | Fortran: Replace getting of coarray data with accessor-based version. [PR107635] | Andre Vehreschild | 1 | -16/+630 |
2024-12-22 | Fortran: Remove adding and removing of caf_get. [PR107635] | Andre Vehreschild | 1 | -80/+85 |
2024-11-28 | Fortran: Check for impure subroutine. | Steven G. Kargl | 1 | -0/+18 |
2024-11-27 | diagnostics: replace %<%s%> with %qs [PR104896] | David Malcolm | 1 | -11/+11 |
2024-11-27 | Fortran: Fix non_overridable typebound proc problems [PR84674/117768]. | Paul Thomas | 1 | -6/+2 |
2024-11-25 | Fortran: Check IMPURE in BLOCK inside DO CONCURRENT. | Steve Kargl | 1 | -0/+18 |
2024-11-24 | Fortran: Fix non_overridable typebound proc problems [PR84674/117730]. | Paul Thomas | 1 | -0/+4 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-11-16 | Fortran: Fix segmentation fault in defined assignment [PR109066] | Paul Thomas | 1 | -0/+5 |
2024-11-13 | Fortran: Fix failing character pointer fcn assignment [PR105054] | Paul Thomas | 1 | -0/+11 |
2024-11-01 | Fix -mod(unsigned, unsigned). | Thomas Koenig | 1 | -1/+2 |
2024-11-01 | Fortran: Fix problems with substring selectors in ASSOCIATE [PR115700] | Paul Thomas | 1 | -4/+4 |
2024-10-31 | Fortran: Fix problem with substring selectors in ASSOCIATE [PR115700] | Paul Thomas | 1 | -5/+28 |
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 | -6/+30 |
2024-10-19 | Fortran: Fix translatability of diagnostic strings | Tobias Burnus | 1 | -10/+10 |
2024-10-19 | Fortran: Add range-based diagnostic | Tobias Burnus | 1 | -1/+2 |
2024-09-07 | Implement first part of unsigned integers for Fortran. | Thomas Koenig | 1 | -2/+52 |
2024-09-06 | Fortran: Add OpenMP 'interop' directive parsing support | Tobias Burnus | 1 | -0/+1 |
2024-08-30 | Fortran: default-initialization of derived-type function results [PR98454] | Harald Anlauf | 1 | -0/+3 |
2024-08-20 | Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195... | Andre Vehreschild | 1 | -0/+18 |
2024-08-15 | fortran: Fix bootstrap in resolve.cc [PR116387] | Jakub Jelinek | 1 | -1/+1 |
2024-08-15 | Fix Coarray in associate not a coarray. [PR110033] | Andre Vehreschild | 1 | -11/+29 |
2024-08-15 | Add corank to gfc_expr. | Andre Vehreschild | 1 | -53/+190 |
2024-08-12 | Fortran: Fix coarray in associate not linking [PR85510] | Andre Vehreschild | 1 | -4/+6 |
2024-08-06 | Fortran: Eliminate error prone translations. | Jerry DeLisle | 1 | -88/+88 |
2024-07-18 | Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466] | Andre Vehreschild | 1 | -1/+2 |
2024-06-05 | openmp: OpenMP loop transformation support | Jakub Jelinek | 1 | -0/+6 |