aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-09trans-array.c (gfc_deallocate_scalar_with_status): Use NULL_TREE in the call ...Tobias Burnus1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-3/+3
2012-11-17re PR fortran/55341 (address-sanitizer and Fortran)Jakub Jelinek1-3/+4
2012-10-31re PR fortran/55134 (associate construct and assumed size array)Tobias Burnus1-0/+1
2012-09-23re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus1-2/+2
2012-08-24re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...Tobias Burnus1-45/+82
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-1/+1
2012-08-03re PR fortran/54166 (ICE rank-1 assignment to rank-2 array section)Mikael Morin1-2/+2
2012-08-02re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Mikael Morin1-0/+48
2012-08-02trans-array.c (set_loop_bounds): Allow non-array-section to be chosen using t...Mikael Morin1-11/+0
2012-08-02trans-array.c (set_loop_bounds): Remove useless dimension check.Mikael Morin1-3/+6
2012-08-02trans-array.h (gfc_conv_descriptor_rank): New prototype.Mikael Morin1-0/+14
2012-07-26re PR fortran/44354 (implied do loop with its own variable name as upper bound)Mikael Morin1-18/+28
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-13/+25
2012-07-05re PR fortran/53732 ("mismatching comparison operand types" on compile)Mikael Morin1-8/+2
2012-06-18re PR fortran/53692 (OPTIONAL: Scalarizing over the wrong array)Tobias Burnus1-1/+15
2012-06-13re PR fortran/53643 ([OOP] ICE (segfault) with INTENT(OUT) CLASS array)Tobias Burnus1-4/+2
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-10/+10
2012-05-22re PR fortran/53389 (-frealloc-lhs: memory leak when assigning array function...Tobias Burnus1-0/+5
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas1-8/+32
2012-03-04trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::s...Mikael Morin1-8/+9
2012-02-12trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...Mikael Morin1-4/+3
2012-02-12trans-array.c (gfc_get_proc_ifc_for_expr): New function.Mikael Morin1-18/+34
2012-02-05re PR fortran/52102 ([OOP] Wrong result with ALLOCATE of CLASS components wit...Paul Thomas1-2/+1
2012-01-29re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)Tobias Burnus1-0/+51
2012-01-27re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)Paul Thomas1-5/+13
2012-01-16re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-3/+4
2012-01-16trans-array.c (gfc_trans_create_temp_array): In the case of a class array tem...Paul Thomas1-6/+30
2012-01-13re PR fortran/48351 ([OOP] Realloc on assignment fails if parent component i...Paul Thomas1-15/+32
2012-01-09[multiple changes]Mikael Morin1-1/+1
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-10/+30
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-3/+39
2012-01-04re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...Mikael Morin1-3/+14
2012-01-02re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...Paul Thomas1-1/+13
2011-12-15trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components ...Paul Thomas1-2/+2
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-20/+145
2011-12-08re PR fortran/51448 (Compiler crash when assigning floating point values of d...Tobias Burnus1-10/+10
2011-11-25trans-array.c (set_loop_bounds): Remove dead conditions.Mikael Morin1-2/+2
2011-11-25re PR fortran/51250 (Bug with SUM(,dim,mask))Mikael Morin1-1/+1
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-0/+5
2011-11-04re PR fortran/43829 (Scalarization of reductions)Mikael Morin1-1/+2
2011-11-04trans-array.h (gfc_free_ss, [...]): New prototypes.Mikael Morin1-14/+7
2011-11-03trans-array.c (gfc_trans_preloop_setup): New pointers to outer dimension's ss...Mikael Morin1-7/+27
2011-11-03trans-array.c (outermost_loop): New function.Mikael Morin1-25/+41
2011-11-03trans-array.c (constant_array_constructor_loop_size): Handle multiple loops.Mikael Morin1-18/+24
2011-11-03trans-array.c (get_rank, [...]): New functions.Mikael Morin1-7/+40
2011-11-03trans.h (struct gfc_loopinfo): New field parent.Mikael Morin1-0/+25
2011-11-03trans-array.c (gfc_add_loop_ss_code): Skip non-nestedmost ss.Mikael Morin1-3/+30
2011-11-03trans.h (struct gfc_loopinfo): New fields nested and next.Mikael Morin1-0/+16
2011-11-03trans-array.c (gfc_trans_create_temp_array): Loop over the parents.Mikael Morin1-32/+39