aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-02Fortran: Allow PDT parameterized procedure pointer components [PR89707]Paul Thomas1-0/+1
2025-08-11Fix comment typosJakub Jelinek1-1/+1
2025-07-30fortran: implement split for fortran 2023Yuao Ma1-0/+2
2025-07-25diagnostics: move/rename output formats to diagnostics as "sinks"David Malcolm1-2/+2
2025-07-15fortran: Amend descriptor bounds init if unallocatedMikael Morin1-4/+0
2025-07-11Fortran: Implement F2018 IMPORT statements [PR106135]Paul Thomas1-0/+16
2025-06-24fortran: Mention user variable in SELECT TYPE temporary variable namesMikael Morin1-0/+2
2025-06-06OpenMP: Add omp_get_initial_device/omp_get_num_devices builtinsTobias Burnus1-2/+4
2025-05-28fortran: add constant input support for trig functions with half-revolutionsYuao Ma1-0/+8
2025-05-11Do not generate formal arglist from actual if we have already resolved it.Thomas Koenig1-0/+3
2025-04-22Fortran: Unify handling of STAT= and ERRMSG= optional arguments [PR87939]Andre Vehreschild1-0/+9
2025-03-21Fortran: Implement the F2018 reduce intrinsic [PR85836]Paul Thomas1-0/+3
2025-03-12Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903]Andre Vehreschild1-1/+8
2025-03-09Use gfc_commit_symbol() to remove UNDO status instead of new function.Thomas Koenig1-1/+0
2025-03-08Fix regression with -Wexternal-argument-mismatch.Thomas Koenig1-1/+2
2025-03-04C prototypes for external arguments; add warning for mismatch.Thomas Koenig1-0/+8
2025-02-20Fortran: Add send_to_remote [PR107635]Andre Vehreschild1-0/+1
2025-02-20Fortran: Add caf_is_present_on_remote. [PR107635]Andre Vehreschild1-0/+1
2025-02-20Fortran: Move caf_get-rewrite to coarray.cc [PR107635]Andre Vehreschild1-0/+2
2025-02-17OpenMP/Fortran: extend 'adjust_args' clause, fixes for it and declare variant...Tobias Burnus1-1/+9
2025-01-30OpenMP: Fortran support for metadirectives and dynamic selectorsSandra Loosemore1-2/+19
2025-01-30OpenMP: append_args clause fixes + Fortran supportTobias Burnus1-0/+1
2025-01-16Allow CFI_cdesc_t in argument lists with -fc-prototypes.Thomas Koenig1-1/+1
2025-01-13Fortran: Add LOCALITY support for DO_CONCURRENTAnuj Mohite1-15/+31
2025-01-12Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788]Harald Anlauf1-0/+1
2025-01-11Fortran: Fix location_t in gfc_get_extern_function_decl; support 'omp dispatc...Tobias Burnus1-0/+1
2025-01-02OpenMP: Fortran front-end support for dispatch + adjust_argsPaul-Antoine Arras1-3/+9
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-30Fortran: Implement f_c_string function.Steven G. Kargl1-0/+1
2024-12-22Fortran: Replace getting of coarray data with accessor-based version. [PR107635]Andre Vehreschild1-0/+1
2024-12-22Fortran: Remove adding and removing of caf_get. [PR107635]Andre Vehreschild1-1/+2
2024-11-22OpenMP: 'interop' construct - add C/C++ parser support, improve Fortran parsingTobias Burnus1-2/+1
2024-11-02Add UMASKR and UMASKL intrinsics.Thomas Koenig1-0/+2
2024-10-23diagnostics: implement buffering for non-textual formats [PR105916]David Malcolm1-3/+4
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-0/+2
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-6/+17
2024-10-13Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...Tobias Burnus1-1/+2
2024-10-12Unsigned constants for ISO_FORTRAN_ENV and ISO_C_BINDING.Thomas Koenig1-0/+6
2024-10-12Fortran: Unify gfc_get_location handling; fix expr->ts bugTobias Burnus1-0/+7
2024-09-24Implement MATMUL and DOT_PRODUCT for unsigned.Thomas Koenig1-0/+1
2024-09-24OpenMP: Add support for 'self_maps' to the 'require' directiveTobias Burnus1-4/+6
2024-09-13Fortran: Fixes to OpenMP 'interop' directive parsing supportTobias Burnus1-2/+2
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-2/+34
2024-09-06Fortran: Add OpenMP 'interop' directive parsing supportTobias Burnus1-3/+14
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-1/+1
2024-08-07OpenMP: Constructors and destructors for "declare target" static aggregatesTobias Burnus1-0/+1
2024-07-21Fortran: Fix regression caused by r14-10477 [PR59104]Paul Thomas1-0/+3
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild1-0/+5
2024-07-18Fortran: Suppress bogus used uninitialized warnings [PR108889].Paul Thomas1-0/+4
2024-06-20Fortran: Auto array allocation with function dependencies [PR59104]Paul Thomas1-4/+2