re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
[gcc.git] / gcc / fortran / trans.c
2012-01-06 Tobias Burnus2012-01-06 Tobias Burnus <burnus@net-b.de>
2011-12-11 Paul Thomasre PR fortran/41539 ([OOP] Calling function which takes...
2011-10-18 Mikael Morinre PR fortran/50420 ([Coarray] lcobound doesn't accept...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-09-08 Tobias Burnusre PR fortran/44646 ([F08] Implement DO CONCURRENT)
2011-08-18 Mikael Morinre PR fortran/50071 (gfortran does not distinguish...
2011-08-02 Tobias Burnustrans-array.c (gfc_array_allocate): Pass token to gfc_a...
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-27 Daniel Carrerare PR fortran/49755 (ALLOCATE with STAT= produces inval...
2011-07-21 Daniel Carreratrans.c (gfc_allocate_with_status): Split into two...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-07 Tobias Burnustrans.c (gfc_allocate_with_status): Call _gfortran_caf_...
2011-07-06 Daniel Carreratrans-array.c (gfc_array_allocate): Rename allocatable_...
2011-06-20 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-06-09 Richard Guenthertrans.c (gfc_allocate_array_with_status): Mark error...
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-19 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-05-04 Nathan Froydremove gfc_chainon_list
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-02-23 Mikael Morinre PR fortran/40850 (double free in nested types with...
2010-12-15 Janne BlomqvistBetter error message for malloc() failure
2010-12-15 Janne BlomqvistPR 28105 Remove size<0 checks before calling malloc...
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-10-26 Janus Weilre PR fortran/42647 ([F03] Missed initialization/deallo...
2010-10-15 Tobias Burnusre PR fortran/45186 (Gfortran 4.5.0 emits wrong linenum...
2010-10-06 Mikael Morintrans.c (gfc_restore_backend_locus): New function.
2010-10-04 Richard Guentherf95-lang.c (current_translation_unit): New global variable.
2010-09-10 Tobias Burnusre PR fortran/45186 (Gfortran 4.5.0 emits wrong linenum...
2010-09-03 Tobias Burnusre PR fortran/45186 (Gfortran 4.5.0 emits wrong linenum...
2010-08-07 Nathan Froydinterface.c (compare_actual_formal): Use XALLOCAVEC...
2010-07-29 Janus Weilre PR fortran/45004 ([OOP] Segfault with allocatable...
2010-07-27 Tobias Burnusre PR fortran/40873 (-fwhole-file -fwhole-program:...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-15 Daniel Kraftre PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)
2010-07-06 Tobias Burnustrans-decl.c: Include diagnostic-core.h besides toplev.h.
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-15 Janus Weilre PR fortran/43207 ([OOP] invalid (pointer) assignment...
2010-05-14 Jakub Jelinektrans.c (trans_code): Set backend locus early.
2010-04-17 Steven G. Karglre PR fortran/31538 (misleading bounds check error)
2010-04-06 Tobias Burnusre PR fortran/39997 (Procedure(), pointer & implicit...
2010-04-01 Paul Thomasioparm.def: Update copyright.
2010-02-20 Tobias Burnusre PR fortran/42958 (Weird temporary array allocation)
2010-02-14 Jerry DeLislere PR fortran/32382 (missed optimization in internal...
2010-01-31 Janus Weilre PR fortran/42888 (ICE in fold_convert_loc, at fold...
2010-01-04 Tobias Burnusre PR fortran/41872 (wrong-code: Issues with allocatabl...
2009-10-26 Janus Weilre PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not...
2009-10-13 Janus Weilre PR fortran/41581 ([OOP] Allocation of a CLASS with...
2009-09-30 Tobias Burnusre PR fortran/40996 ([F03] ALLOCATABLE scalars)
2009-09-29 Daniel Kraftre PR fortran/39626 (Correctly implement details of...
2009-09-16 Michael Matzre PR fortran/41212 (miscompilation at -O2)
2009-08-19 Michael Matztree-ssa-structalias.c (create_variable_info_for):...
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-05-13 Tobias Burnusre PR fortran/34153 (Debugging: Cannot set breakpoint...
2009-05-10 Paul Thomasre PR fortran/38863 (WHERE with multiple elemental...
2009-05-06 Janus Weilre PR fortran/39630 ([F03] Procedure Pointer Components)
2009-04-20 Vasilis Liaskovitisre PR fortran/35423 (Implement OpenMP workshare)
2009-04-10 Paolo Bonzinire PR middle-end/39701 (Revision 145846 caused many...
2009-03-29 Tobias Schlüterre PR fortran/38507 (Bogus Warning: Deleted feature...
2009-03-27 Richard Guenthergimplify.c (mark_addressable): Export.
2008-11-01 Daniel Kraftre PR fortran/35681 (wrong result for vector subscripte...
2008-09-18 Daniel Kraftre PR fortran/37507 (Print location in (DE)ALLOCATION...
2008-08-29 Jakub Jelinekre PR fortran/29635 (debug info of modules)
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-27 Tobias Burnusre PR fortran/36132 (_gfortran_internal_pack on optiona...
2008-07-21 Ralf Wildenhuesfmt_g0_3.f08: Fix typo in expected error message.
2008-06-20 Kaveh R. Ghaziarith.c (hollerith2representation): Fix for -Wc++-compat.
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-05-11 Thomas Koenigre PR fortran/35719 (pointer to zero sized array not...
2008-04-05 Jerry DeLislePR fortran/25829 28655
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2008-02-25 Francois-Xavier... re PR fortran/34729 (Localization of run-time error...
2008-02-24 Tobias Schlütertrans-array.c (gfc_conv_descriptor_data_get, [...]...
2007-11-10 Francois-Xavier... re PR fortran/33592 (FAIL: gfortran.dg/array_constructo...
2007-09-27 Tobias Schlüterarith.c (reduce_binary_aa): Fix capitalization.
2007-09-16 Paul Thomasre PR fortran/29396 (segfault with character pointer...
2007-09-03 Francois-Xavier... re PR fortran/31675 (Fortran front-end and libgfortran...
2007-08-29 Francois-Xavier... builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.
2007-08-15 Francois-Xavier... re PR fortran/29459 (Spurious warnings about anonymous...
2007-08-10 Francois-Xavier... re PR fortran/31270 (print subscript value and array...
2007-08-01 Nick Cliftonarith.c: Change copyright header to refer to version...
2007-06-20 Andrew Pinskire PR fortran/32140 (Miscompilation with -O1)
2007-05-14 Francois-Xavier... re PR fortran/30723 (Freeing memory doesn't need to...
2007-05-06 Jerry DeLislere PR fortran/31201 (Too large unit number generates...
2007-04-17 Tobias Schlüterarith.h: Update copyright years.
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-02 Roger Sayletrans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS...
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-10-19 Paul Thomas[multiple changes]
2006-06-03 Francois-Xavier... trans.c (gfc_msg_bounds, [...]): Add strings for common...
2006-05-21 Paul Thomasre PR fortran/25746 (Elemental assignment gives wrong...
2006-03-30 Roger Saylere PR middle-end/22375 (fold_builtins creates mis-match...
2006-02-14 Jakub Jelinekre PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)
2006-01-19 Tobias Schlütergfortranspec.c: Update copyright years.
2006-01-16 Richard Guenthertrans-stmt.c (gfc_trans_if_1): Use fold_buildN and...
2006-01-16 Richard Guenthertrans-expr.c (gfc_conv_function_call): Use fold_build2.
2006-01-13 Diego Novillotrans.c (gfc_add_expr_to_block): Do not fold tcc_statem...
next