aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-18re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)Mikael Morin1-2/+4
2011-10-18trans-array.h (gfc_walk_array_ref): New prototype.Mikael Morin1-3/+11
2011-10-18re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)Mikael Morin1-2/+2
2011-10-18re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)Mikael Morin1-10/+9
2011-10-18trans-array.c (gfc_conv_expr_descriptor): Save some horizontal space.Mikael Morin1-3/+5
2011-10-18trans-array.c (gfc_conv_expr_descriptor): Move ndim initialization earlier.Mikael Morin1-1/+2
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-7/+7
2011-10-08re PR fortran/47844 (Array stride ignored for pointer-valued function results)Paul Thomas1-0/+12
2011-10-07trans-array.c (gfc_conv_expr_descriptor): Remove trailing whitespace.Mikael Morin1-1/+1
2011-10-07trans-array.c (gfc_conv_ss_startstride): Merge two switch cases.Mikael Morin1-3/+0
2011-10-07trans-array.c (gfc_conv_section_startstride): Remove coarray argument.Mikael Morin1-11/+14
2011-10-07trans-array.c (gfc_conv_section_startstride): Remove coarray_last argument.Mikael Morin1-5/+4
2011-10-07trans-array.c (gfc_walk_variable_expr): Remove scalar coarray handling.Mikael Morin1-22/+3
2011-10-07trans.h (gfc_ss_info): Remove codimen field.Mikael Morin1-19/+3
2011-10-07trans.h (gfc_loopinfo): Remove codimen field.Mikael Morin1-25/+18
2011-10-07trans.h (gfc_ss): Remove data.temp.codimen field.Mikael Morin1-2/+0
2011-10-07trans-array.c (gfc_conv_expr_descriptor): Add out-of-the-scalarizer cobounds ...Mikael Morin1-1/+15
2011-10-07trans-array.c (gfc_conv_ss_startstride): Support zero rank loop.Mikael Morin1-6/+6
2011-10-07trans-array.c (gfc_conv_section_startstride): Move code to evaluate_bound.Mikael Morin1-34/+36
2011-10-07trans-array.c (gfc_conv_section_startstride): Update assertion to also accept...Mikael Morin1-1/+2
2011-10-07trans-array.c (gfc_conv_section_startstride): Factor common array ref referen...Mikael Morin1-5/+7
2011-10-07trans-array.c (gfc_conv_expr_descriptor): Use codim instead of loop.codimen a...Mikael Morin1-3/+2
2011-10-07trans-array.h (struct gfc_se): New flag want_coarray.Mikael Morin1-1/+5
2011-10-07trans-array.c (gfc_conv_expr_descriptor): Simplify coarray descriptor setup c...Mikael Morin1-13/+4
2011-09-08trans-array.c (gfc_trans_constant_array_constructor): Remove superfluous init...Mikael Morin1-3/+2
2011-09-08trans-array.h (gfc_get_scalar_ss): New prototype.Mikael Morin1-34/+24
2011-09-08trans-array.h (gfc_get_temp_ss): New prototype.Mikael Morin1-19/+27
2011-09-08trans-array.h (gfc_get_array_ss): New prototype.Mikael Morin1-42/+30
2011-08-25trans-array.c (gfc_conv_descriptor_token): Add assert.Tobias Burnus1-0/+1
2011-08-25trans-array.c (structure_alloc_comps): Fix for allocatable scalar coarray com...Tobias Burnus1-2/+4
2011-08-04re PR tree-optimization/49957 (Fails to SLP in 410.bwaves)Richard Guenther1-12/+28
2011-08-02re PR fortran/49885 (Segmentation fault when writing to an automatic characte...Daniel Kraft1-1/+1
2011-08-02trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...Tobias Burnus1-1/+6
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera1-22/+37
2011-07-26trans-array.c (CAF_TOKEN_FIELD): New macro constant.Tobias Burnus1-0/+20
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-19/+14
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus1-3/+4
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus1-28/+51
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