aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-19re PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)Daniel Kraft1-51/+132
2010-07-23re PR fortran/24524 (Fortran dependency checking should reverse loops)Paul Thomas1-7/+23
2010-07-17trans-array.c (gfc_free_ss): Don't free beyond ss rank.Mikael Morin1-115/+133
2010-07-15re PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)Daniel Kraft1-154/+143
2010-07-14trans-array.c (gfc_conv_section_upper_bound): RemoveMikael Morin1-53/+5
2010-07-06trans-decl.c: Include diagnostic-core.h besides toplev.h.Tobias Burnus1-1/+1
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-5/+42
2010-06-05re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)Paul Thomas1-6/+14
2010-05-30gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...Janus Weil1-6/+4
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2010-05-20trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.Steven Bosscher1-5/+0
2010-05-19re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...Daniel Franke1-20/+2
2010-05-17trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...Nathan Froyd1-10/+11
2010-05-05re PR fortran/24978 (ICE in gfc_assign_data_value_range)Daniel Franke1-40/+3
2010-04-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-24/+68
2010-04-24re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl1-1/+1
2010-04-24re PR fortran/43841 (Missing temporary for ELEMENTAL function call)Paul Thomas1-2/+3
2010-04-22re PR fortran/43829 (Scalarization of reductions)Richard Guenther1-0/+1
2010-04-17re PR fortran/31538 (misleading bounds check error)Steven G. Kargl1-9/+22
2010-04-15re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl1-4/+3
2010-04-13[multiple changes]Jerry DeLisle1-30/+39
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+24
2010-04-06re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)Tobias Burnus1-8/+31
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+1
2010-03-17re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)Tobias Burnus1-8/+6
2010-03-03re PR fortran/43243 ([4.4 Regression ?] Wrong-code due to missing array temp ...Paul Thomas1-8/+26
2010-03-02re PR fortran/43180 (Bad results without temporary copy of intent(in) argument)Paul Thomas1-16/+14
2010-02-20re PR fortran/36932 (unneeded temporary (2x))Paul Thomas1-6/+32