aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-6/+7
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek1-5/+33
2011-06-27re PR fortran/49466 (Memory leak with assignment of extended derived types)Janus Weil1-8/+12
2011-06-122011-06-12 Tobias BurnusTobias Burnus1-1/+2
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+2
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-20/+39
2011-05-29re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+1
2011-05-26[multiple changes]Paul Thomas1-1/+1
2011-05-26re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+4
2011-05-19re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+6
2011-05-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+1
2011-05-04trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...Richard Guenther1-2/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-13/+13
2011-04-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-15/+0
2011-04-15trans-array.c (toplevel): Include gimple.h.Michael Matz1-13/+56
2011-04-12re PR fortran/48360 (ICE on array assignment statement with allocatable LHS)Paul Thomas1-0/+10
2011-04-11re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-4/+22
2011-04-04re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-52/+154
2011-02-23re PR fortran/40850 (double free in nested types with allocatable components)Mikael Morin1-3/+4
2011-02-20re PR fortran/47797 (Debug: Odd first break point for subroutine breakp w/ al...Tobias Burnus1-3/+4
2011-02-19re PR fortran/47348 (wrong string length with array constructor)Paul Thomas1-50/+52
2011-01-11re PR fortran/47051 (Wrong reallocate)Paul Thomas1-82/+71
2011-01-08re PR fortran/45777 (Alias analysis broken for arrays where LHS or RHS is a c...Thomas Koenig1-4/+91
2010-12-23re PR fortran/46978 (TRANSPOSE with RESHAPE and ALLOCATE: Segfault)Mikael Morin1-2/+2
2010-12-15re PR fortran/46945 (gfortran.dg/unpack_zerosize_1.f90 FAILs with -ftree-vrp ...Jakub Jelinek1-27/+24
2010-12-11re PR fortran/46842 (wrong results with MATMUL(..., TRANSPOSE (func ())) -- 4...Mikael Morin1-10/+12
2010-12-03trans-array.c (gfc_could_be_alias): Handle BT_CLASS as well as BT_DERIVED.Thomas Koenig1-8/+11
2010-11-30PR fortran/28105 Overflow check for ALLOCATE statementJanne Blomqvist1-11/+130
2010-11-28re PR fortran/35810 ([TR 15581 / F2003] Automatic reallocation on assignment ...Paul Thomas1-1/+476
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-09re PR fortran/46313 ([OOP] class container naming collisions)Janus Weil1-2/+2
2010-10-26re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala...Janus Weil1-14/+12
2010-10-26[multiple changes]Tobias Burnus1-1/+1
2010-10-06trans-array.c (gfc_free_ss_chain): Made non-static.Mikael Morin1-1/+1
2010-10-06trans-array.c (gfc_conv_tmp_array_ref): Add factorized call to gfc_advance_se...Mikael Morin1-0/+1
2010-10-06trans.c (gfc_restore_backend_locus): New function.Mikael Morin1-6/+9
2010-10-06trans-array.c (gfc_build_constant_array_constructor): Free array spec when done.Mikael Morin1-0/+7
2010-09-23re PR fortran/45745 (ICE in gfc_conv_array_stride)Mikael Morin1-6/+10
2010-09-21re PR fortran/45648 (Unnecessary temporary for transpose calls as actual argu...Mikael Morin1-31/+62
2010-09-10gfortran.h (gfc_expr): Remove inline_noncopying_intrinsic attribute.Mikael Morin1-92/+1
2010-09-10trans-array.c (gfc_conv_loop_setup): Access the shape along the real array di...Mikael Morin1-1/+1
2010-09-10trans-array.c (gfc_conv_resolve_dependencies): Handle same-array transposed r...Mikael Morin1-0/+14
2010-09-10re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-6/+8
2010-09-09trans-array.c (gfc_get_array_ref_dim): New function.Mikael Morin1-15/+53
2010-09-09trans-array.c (gfc_set_loop_bounds_from_array_spec): Get the array dimension ...Mikael Morin1-2/+4
2010-09-09trans-array.c (gfc_trans_preloop_setup): Unconditionally use the dim array to...Mikael Morin1-7/+8
2010-09-09trans-array.c (gfc_trans_create_temp_array): Don't set dim array.Mikael Morin1-1/+8
2010-09-09trans-array.c (gfc_trans_create_temp_array): Assert loop dimension and info d...Mikael Morin1-4/+5
2010-09-09trans-array.c (gfc_conv_array_transpose): Change generated descriptor nameMikael Morin1-1/+1
2010-09-07re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)Tobias Burnus1-329/+455