aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.cc
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-1/+1
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas1-0/+4
2023-03-25Fortran: remove dead code [PR104321]Harald Anlauf1-3/+0
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-16/+26
2023-02-24Fortran: Add support for WEAK attribute for variablesRimvydas Jasinskas1-0/+14
2023-02-13Fortran: Add !GCC$ attributes NOINLINE,NORETURN,WEAKRimvydas Jasinskas1-1/+12
2023-02-07Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107]Harald Anlauf1-0/+1
2023-02-03fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]Jakub Jelinek1-1/+5
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-12Fortran: fix treatment of character, value, optional dummy arguments [PR107444]Harald Anlauf1-5/+5
2022-11-09Fortran: ordering of hidden procedure arguments [PR107441]Harald Anlauf1-4/+19
2022-10-21Fortran: Add missing TKR initialization to class variables [PR100097, PR100098]José Rui Faustino de Sousa1-1/+5
2022-10-17Fortran: Fixes for kind=4 characters strings [PR107266]Tobias Burnus1-5/+5
2022-09-22Fortran: fix ICE in generate_coarray_sym_init [PR82868]Harald Anlauf1-0/+1
2022-07-15Fortran: do not generate conflicting results under -ff2c [PR104313]Steve Kargl1-1/+1
2022-01-20Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]Sandra Loosemore1-0/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-6/+6
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+7956