aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.cc
AgeCommit message (Expand)AuthorFilesLines
10 daysFortran: Store OpenMP's 'declare variant' in module file [PR115271]Tobias Burnus1-2/+2
2025-02-20Fortran: Remove deprecated coarray routines [PR107635]Andre Vehreschild1-49/+0
2025-02-20Fortran: Add transfer_between_remotes [PR107635]Andre Vehreschild1-2/+13
2025-02-20Fortran: Add send_to_remote [PR107635]Andre Vehreschild1-0/+10
2025-02-20Fortran: Add caf_is_present_on_remote. [PR107635]Andre Vehreschild1-5/+6
2025-02-20Fortran: Prepare for more caf-rework. [PR107635]Andre Vehreschild1-16/+9
2025-02-17OpenMP/Fortran: extend 'adjust_args' clause, fixes for it and declare variant...Tobias Burnus1-0/+23
2025-02-15Fortran: passing of derived type to VALUE,OPTIONAL dummy argument [PR118080]Harald Anlauf1-5/+3
2025-02-07Fortran: Fix default init of finalizable derived argus [PR116829]Paul Thomas1-15/+6
2025-02-04Add modular exponentiation for UNSIGNED.Thomas Koenig1-2/+26
2025-01-30OpenMP: Fortran support for metadirectives and dynamic selectorsSandra Loosemore1-1/+4
2025-01-25Fortran: fix issues with variables in BLOCK DATA [PR58857]Harald Anlauf1-0/+23
2025-01-23Fortran: Regression- fix ICE at fortran/trans-decl.c:1575 [PR96087]Paul Thomas1-0/+15
2025-01-11Fortran: Fix location_t in gfc_get_extern_function_decl; support 'omp dispatc...Tobias Burnus1-1/+1
2025-01-02OpenMP: Fortran front-end support for dispatch + adjust_argsPaul-Antoine Arras1-1/+8
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-22Fortran: Replace getting of coarray data with accessor-based version. [PR107635]Andre Vehreschild1-11/+91
2024-12-03OpenMP: 'allocate' directive - fixes for 'alignof' and [[omp::decl]]Tobias Burnus1-3/+0
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-51/+51
2024-10-17Fix ICE with coarrays and submodules [PR80235]Andre Vehreschild1-2/+5
2024-10-13Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...Tobias Burnus1-9/+0
2024-10-07OpenMP: Allocate directive for static vars, clean upTobias Burnus1-65/+66
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-0/+4
2024-09-05Fortran: fix ICE in gfc_create_module_variable [PR100273]Harald Anlauf1-1/+2
2024-08-12Fortran: Fix coarray in associate not linking [PR85510]Andre Vehreschild1-1/+1
2024-08-07OpenMP: Constructors and destructors for "declare target" static aggregatesTobias Burnus1-0/+9
2024-07-29OpenMP/Fortran: Fix handling of 'declare target' with 'link' clause [PR115559]Tobias Burnus1-26/+55
2024-07-21Fortran: Fix regression caused by r14-10477 [PR59104]Paul Thomas1-1/+1
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild1-9/+11
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild1-2/+14
2024-06-28Use gfc_reset_vptr more consistently.Andre Vehreschild1-17/+2
2024-06-20Fortran: Auto array allocation with function dependencies [PR59104]Paul Thomas1-7/+44
2024-06-19Fortran: fix for CHARACTER(len=*) dummies with bind(C) [PR115390]Harald Anlauf1-2/+2
2024-06-19Fortran: Set the vptr of a class typed result.Andre Vehreschild1-5/+6
2024-04-29Fortran: add SELECTED_LOGICAL_KINDFrancois-Xavier Coudert1-0/+7
2024-04-21Fortran: Detect 'no implicit type' error in right place [PR103471]Paul Thomas1-3/+4
2024-03-20Use integer_{zero,one}_node some moreJakub Jelinek1-1/+1
2024-03-14OpenACC 2.7: front-end support for readonly modifierChung-Lin Tang1-3/+3
2024-02-15openmp, fortran: Add Fortran support for indirect clause on the declare targe...Kwok Cheung Yeung1-0/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-1/+1
2023-11-06Fortran: Fix generate_error library function fnspecMartin Jambor1-1/+1
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus1-0/+126
2023-06-28Fortran: Enable class expressions in structure constructors [PR49213]Paul Thomas1-1/+0
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-0/+33
2023-05-18fortran: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-1/+1
2023-05-17Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus1-0/+2