aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.h
AgeCommit message (Expand)AuthorFilesLines
8 daysdiagnostics: implement buffering for non-textual formats [PR105916]David Malcolm1-3/+4
8 daysFortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-0/+2
13 daysFortran: 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
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek1-1/+10
2024-05-17Fortran: Fix select type regression due to r14-9489 [PR114874]Paul Thomas1-0/+4
2024-04-29Fortran: add SELECTED_LOGICAL_KINDFrancois-Xavier Coudert1-0/+1
2024-03-22fortran: Ignore use statements on error [PR107426]Mikael Morin1-0/+2
2024-03-22fortran: Fix specification expression error with dummy procedures [PR111781]Mikael Morin1-1/+3
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-0/+15
2024-03-14OpenACC 2.7: front-end support for readonly modifierChung-Lin Tang1-1/+5
2024-02-28Fortran - Error compiling PDT Type-bound Procedures [PR82943/86148/86268]Alexander Westbrooks1-0/+1
2024-02-15openmp, fortran: Add Fortran support for indirect clause on the declare targe...Kwok Cheung Yeung1-1/+2
2024-01-13Fortran: annotations for DO CONCURRENT loops [PR113305]Harald Anlauf1-1/+10
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-19OpenMP: Use enumerators for names of trait-sets and traitsSandra Loosemore1-15/+5
2023-12-13OpenMP: Pointers and member mappingsJulian Brown1-0/+1
2023-12-11OpenMP: Support acquires/release in 'omp require atomic_default_mem_order'Tobias Burnus1-9/+13
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-0/+1
2023-12-05Fortran: allow RESTRICT qualifier also for optional arguments [PR100988]Harald Anlauf1-0/+3
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-1/+1
2023-10-25OpenACC 2.7: Implement self clause for compute constructsChung-Lin Tang1-0/+1
2023-10-25OpenMP/Fortran: Group handling of 'if' clause without and with modifierThomas Schwinge1-1/+1
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus1-0/+1
2023-09-15fortran: Remove reference count update [PR108957]Mikael Morin1-0/+20
2023-09-12fortran: Undo new symbols in all namespaces [PR110996]Mikael Morin1-1/+1
2023-09-09fortran: Remove redundant tree walk to delete elementMikael Morin1-2/+1
2023-08-30fortran: Restore interface to its previous state on error [PR48776]Mikael Morin1-1/+2
2023-08-25OpenMP: Fortran support for imperfectly-nested loopsSandra Loosemore1-0/+3
2023-08-22OpenMP: Handle 'all' as category in defaultmapTobias Burnus1-0/+1
2023-08-14fortran: New predicate gfc_length_one_character_type_pMikael Morin1-0/+15
2023-07-25OpenMP/Fortran: Reject declarations between target + teamsTobias Burnus1-1/+1
2023-07-24OpenMP/Fortran: Reject not strictly nested target -> teams [PR110725, PR71065]Tobias Burnus1-0/+1
2023-07-17OpenMP/Fortran: Parsing support for 'uses_allocators'Tobias Burnus1-1/+4
2023-07-12gfortran: Allow ref'ing PDT's len() in parameter-initializer.Andre Vehreschild1-0/+1
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-0/+1
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas1-3/+0