aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-09Fortran: Fix testsuite regressions after r15-5897 [PR116261/PR117901]Paul Thomas1-1/+1
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-1/+2
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild1-2/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-1/+3
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-1/+4
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-21Fortran: Add missing TKR initialization to class variables [PR100097, PR100098]José Rui Faustino de Sousa1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-16fortran: simplify elemental arguments walkingMikael Morin1-1/+1
2021-11-12fortran: Ignore unused args in scalarization [PR97896]Mikael Morin1-0/+3
2021-10-27Fortran: make some trans-array functions staticBernhard Reutner-Fischer1-6/+0
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-1/+15
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-0/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-06re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)Jakub Jelinek1-1/+1
2019-09-26CO_BROADCAST for derived types with allocatable componentsAlessandro Fanfarillo1-0/+2
2019-01-24re PR fortran/88929 (ICE on building MPICH 3.2 with GCC 9 with ISO_Fortran_bi...Paul Thomas1-0/+1
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-20re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-0/+5
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-0/+4
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild1-5/+0
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-4/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-15re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild1-1/+1
2015-05-09Fix fortran/65894 elemental procedures wrong-codeMikael Morin1-0/+2
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig1-2/+0
2015-04-27re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild1-1/+1
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-0/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-07-15trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype.Tobias Burnus1-0/+2
2013-06-26re PR fortran/29800 (-fbounds-check: For derived types, write not also compou...Tobias Burnus1-1/+1
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-1/+1
2013-05-31re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arra...Tobias Burnus1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus1-2/+2
2012-08-02trans-array.h (gfc_conv_descriptor_rank): New prototype.Mikael Morin1-0/+1
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+1
2012-02-12trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...Mikael Morin1-1/+3
2012-01-27re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas1-1/+1