summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-06re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)Jakub Jelinek
2019-09-26CO_BROADCAST for derived types with allocatable componentsAlessandro Fanfarillo
2019-01-24re PR fortran/88929 (ICE on building MPICH 3.2 with GCC 9 with ISO_Fortran_bi...Paul Thomas
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas
2019-01-01Update copyright years.Jakub Jelinek
2018-05-20re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas
2018-01-03Update copyright years.Jakub Jelinek
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild
2017-01-01Update copyright years.Jakub Jelinek
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild
2016-01-04Update copyright years.Jakub Jelinek
2015-06-15re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild
2015-05-09Fix fortran/65894 elemental procedures wrong-codeMikael Morin
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig
2015-04-27re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild
2015-01-05Update copyright years.Jakub Jelinek
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-07-15trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype.Tobias Burnus
2013-06-26re PR fortran/29800 (-fbounds-check: For derived types, write not also compou...Tobias Burnus
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus
2013-05-31re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arra...Tobias Burnus
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus
2012-08-02trans-array.h (gfc_conv_descriptor_rank): New prototype.Mikael Morin
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus
2012-02-12trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...Mikael Morin
2012-01-27re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas
2011-11-04trans-array.h (gfc_free_ss, [...]): New prototypes.Mikael Morin
2011-11-03trans-array.h (gfc_trans_create_temp_array): Remove loop argument.Mikael Morin
2011-11-03trans-array.h (gfc_trans_create_temp_array): Replace info argument with ss ar...Mikael Morin
2011-10-18trans-array.h (gfc_walk_array_ref): New prototype.Mikael Morin
2011-09-08trans-array.h (gfc_get_scalar_ss): New prototype.Mikael Morin
2011-09-08trans-array.h (gfc_get_temp_ss): New prototype.Mikael Morin
2011-09-08trans-array.h (gfc_get_array_ss): New prototype.Mikael Morin
2011-07-26trans-array.c (CAF_TOKEN_FIELD): New macro constant.Tobias Burnus
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus
2011-04-11re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus
2010-11-28re PR fortran/35810 ([TR 15581 / F2003] Automatic reallocation on assignment ...Paul Thomas
2010-10-06trans-array.c (gfc_free_ss_chain): Made non-static.Mikael Morin