trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable for -fcoar...
[gcc.git] / gcc / fortran / trans-array.c
2011-08-02 Tobias Burnustrans-array.c (gfc_array_allocate): Pass token to gfc_a...
2011-07-27 Daniel Carrerare PR fortran/49755 (ALLOCATE with STAT= produces inval...
2011-07-26 Tobias Burnustrans-array.c (CAF_TOKEN_FIELD): New macro constant.
2011-07-21 Daniel Carreratrans.c (gfc_allocate_with_status): Split into two...
2011-07-21 Tobias Burnuscheck.c (gfc_check_present): Allow coarrays.
2011-07-16 Tobias Burnusexpr.c (gfc_ref_this_image): New function.
2011-07-06 Daniel Carreratrans-array.c (gfc_array_allocate): Rename allocatable_...
2011-06-30 Jakub Jelinekre PR fortran/49540 (Memory-hog with large DATA stmt)
2011-06-27 Janus Weilre PR fortran/49466 (Memory leak with assignment of...
2011-06-11 Tobias Burnus2011-06-12 Tobias Burnus
2011-05-31 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-31 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-29 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-26 Paul Thomas[multiple changes]
2011-05-26 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-19 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-06 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-04 Richard Guenthertrans-array.c (gfc_trans_array_constructor_value):...
2011-04-18 Jim Meyeringconvert each use of gfc_free (p) to free (p)
2011-04-18 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-04-15 Michael Matztrans-array.c (toplevel): Include gimple.h.
2011-04-12 Paul Thomasre PR fortran/48360 (ICE on array assignment statement...
2011-04-11 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-04-04 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-02-23 Mikael Morinre PR fortran/40850 (double free in nested types with...
2011-02-20 Tobias Burnusre PR fortran/47797 (Debug: Odd first break point for...
2011-02-19 Paul Thomasre PR fortran/47348 (wrong string length with array...
2011-01-11 Paul Thomasre PR fortran/47051 (Wrong reallocate)
2011-01-08 Thomas Koenigre PR fortran/45777 (Alias analysis broken for arrays...
2010-12-23 Mikael Morinre PR fortran/46978 (TRANSPOSE with RESHAPE and ALLOCAT...
2010-12-15 Jakub Jelinekre PR fortran/46945 (gfortran.dg/unpack_zerosize_1...
2010-12-11 Mikael Morinre PR fortran/46842 (wrong results with MATMUL(......
2010-12-03 Thomas Koenigtrans-array.c (gfc_could_be_alias): Handle BT_CLASS...
2010-11-30 Janne BlomqvistPR fortran/28105 Overflow check for ALLOCATE statement
2010-11-28 Paul Thomasre PR fortran/35810 ([TR 15581 / F2003] Automatic reall...
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-11-09 Janus Weilre PR fortran/46313 ([OOP] class container naming colli...
2010-10-26 Janus Weilre PR fortran/42647 ([F03] Missed initialization/deallo...
2010-10-26 Tobias Burnus[multiple changes]
2010-10-06 Mikael Morintrans-array.c (gfc_free_ss_chain): Made non-static.
2010-10-06 Mikael Morintrans-array.c (gfc_conv_tmp_array_ref): Add factorized...
2010-10-06 Mikael Morintrans.c (gfc_restore_backend_locus): New function.
2010-10-06 Mikael Morintrans-array.c (gfc_build_constant_array_constructor...
2010-09-23 Mikael Morinre PR fortran/45745 (ICE in gfc_conv_array_stride)
2010-09-21 Mikael Morinre PR fortran/45648 (Unnecessary temporary for transpos...
2010-09-10 Mikael Moringfortran.h (gfc_expr): Remove inline_noncopying_intrins...
2010-09-10 Mikael Morintrans-array.c (gfc_conv_loop_setup): Access the shape...
2010-09-10 Mikael Morintrans-array.c (gfc_conv_resolve_dependencies): Handle...
2010-09-10 Tobias Burnusre PR fortran/45186 (Gfortran 4.5.0 emits wrong linenum...
2010-09-09 Mikael Morintrans-array.c (gfc_get_array_ref_dim): New function.
2010-09-09 Mikael Morintrans-array.c (gfc_set_loop_bounds_from_array_spec...
2010-09-09 Mikael Morintrans-array.c (gfc_trans_preloop_setup): Unconditionall...
2010-09-09 Mikael Morintrans-array.c (gfc_trans_create_temp_array): Don't...
2010-09-09 Mikael Morintrans-array.c (gfc_trans_create_temp_array): Assert...
2010-09-09 Mikael Morintrans-array.c (gfc_conv_array_transpose): Change genera...
2010-09-07 Tobias Burnusre PR fortran/45186 (Gfortran 4.5.0 emits wrong linenum...
2010-08-19 Daniel Kraftre PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)
2010-07-23 Paul Thomasre PR fortran/24524 (Fortran dependency checking should...
2010-07-17 Mikael Morintrans-array.c (gfc_free_ss): Don't free beyond ss rank.
2010-07-15 Daniel Kraftre PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)
2010-07-14 Mikael Morintrans-array.c (gfc_conv_section_upper_bound): Remove
2010-07-06 Tobias Burnustrans-decl.c: Include diagnostic-core.h besides toplev.h.
2010-06-21 Tobias Burnusre PR fortran/40632 (Support F2008's contiguous attribute)
2010-06-05 Paul Thomasre PR fortran/43895 ([OOP] internal compiler error...
2010-05-30 Janus Weilgfortran.h (CLASS_DATA): New macro for accessing the...
2010-05-23 Tobias Burnusgfortran.h: Do not include system.h.
2010-05-20 Steven Bosschertrans-expr.c: Do not include convert.h, ggc.h, real...
2010-05-19 Daniel Frankere PR fortran/42360 (intent(out)-dummy-not-set warning...
2010-05-17 Nathan Froydtrans-array.c (gfc_trans_array_constructor_value):...
2010-05-05 Daniel Frankere PR fortran/24978 (ICE in gfc_assign_data_value_range)
2010-04-27 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2010-04-24 Steven G. Karglre PR fortran/30073 (Array out of bounds gives name...
2010-04-24 Paul Thomasre PR fortran/43841 (Missing temporary for ELEMENTAL...
2010-04-22 Richard Guentherre PR fortran/43829 (Scalarization of reductions)
2010-04-17 Steven G. Karglre PR fortran/31538 (misleading bounds check error)
2010-04-15 Steven G. Karglre PR fortran/30073 (Array out of bounds gives name...
2010-04-13 Jerry DeLisle[multiple changes]
2010-04-09 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2010-04-06 Tobias Burnusre PR fortran/43178 (Pointless resetting to NULL for...
2010-04-01 Paul Thomasioparm.def: Update copyright.
2010-03-17 Tobias Burnusre PR fortran/43331 (Cray pointers generate bogus IL...
2010-03-03 Paul Thomasre PR fortran/43243 ([4.4 Regression ?] Wrong-code...
2010-03-02 Paul Thomasre PR fortran/43180 (Bad results without temporary...
2010-02-20 Paul Thomasre PR fortran/36932 (unneeded temporary (2x))
2010-02-13 Paul Thomasre PR fortran/41113 (spurious _gfortran_internal_pack)
2010-01-14 Paul Thomasre PR fortran/41478 (Corrupted memory using PACK for...
2010-01-09 Jerry DeLislere PR fortran/20923 (gfortran slow for large array...
2009-11-28 Jakub Jelinektrans-common.c (create_common): Remove unused offset...
2009-11-26 Jerry DeLislere PR fortran/41278 (internal compiler error related...
2009-10-19 Janus Weilre PR fortran/41586 ([OOP] Allocatable _scalars_ are...
2009-10-01 Dennis Wasseltrans-array.c (gfc_trans_array_bound_check): Improved...
2009-09-30 Tobias Burnusre PR fortran/40996 ([F03] ALLOCATABLE scalars)
2009-08-19 Michael Matztree-ssa-structalias.c (create_variable_info_for):...
2009-08-13 Janus Weilre PR fortran/40941 (gfc_typespec: put derived and...
2009-07-24 Jakub Jelinekre PR fortran/40643 (maxloc/minloc: Wrong result for...
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-09 Janus Weilre PR fortran/40646 ([F03] array-valued procedure point...
2009-07-02 Michael Matzre PR fortran/32131 (knowing that stride==1 when using...
2009-06-29 Paul Thomasre PR fortran/40551 (Optimizations possible using gfc_f...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
next