ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
[gcc.git] / gcc / fortran / trans.c
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-09-20 Joost VandeVondeletrans-expr.c (gfc_reset_vptr): Fix comment whitespace.
2014-08-15 Manuel López-Ibáñezre PR fortran/44054 (Handle -Werror, -Werror=, -fdiagno...
2014-06-18 Jakub Jelinekgimplify.c (omp_notice_variable): If n is non-NULL...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-11 Jakub Jelinektree.h (OMP_CLAUSE_LINEAR_STMT): Define.
2014-03-18 Jakub Jelinekre PR ipa/58721 (The subroutine perdida is no longer...
2014-03-06 Paul Thomasre PR fortran/51976 ([F2003] Support deferred-length...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 David MalcolmRemove macros that implicitly use input_location
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-07-23 Ondřej Bílkadecl.c: Fix comment typos.
2013-07-15 Tobias Burnusre PR fortran/37336 ([F03] Finish derived-type finaliza...
2013-06-07 Tobias Burnusre PR fortran/57556 ([OOP] ICE with move_alloc on polym...
2013-06-06 Tobias Burnusre PR fortran/57542 ([OOP] ICE on FINALization with...
2013-06-04 Tobias Burnusre PR fortran/37336 ([F03] Finish derived-type finaliza...
2013-03-31 Tobias Burnus2013-03-31 Tobias Burnus <burnus@net-b.de>
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Tobias Burnustrans.c (gfc_build_final_call): New function.
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-20 Paul Thomasarray.c (resolve_array_list): Apply C4106.
2012-10-27 Thomas Koenigtrans.c (gfc_allocate_allocatable): Revert accidental...
2012-10-21 Thomas Koenigre PR fortran/54465 (Implement -Wextra for Fortran)
2012-09-15 Tobias Burnusarith.c (arith_power): Call gfc_free_expr in case of...
2012-07-11 Steven Bosscherexpr.h (can_move_by_pieces): Move prototype from here ...
2012-05-31 Tobias Burnusre PR fortran/53521 (Memory leak with zero-sized array...
2012-03-06 Steven Bosscherf95-lang.c (yyerror, yylex): Remove.
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...
next