aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as...Tobias Burnus1-0/+16
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-3/+14
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-0/+1
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas1-2/+18
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-11-03OpenACC atomic directiveThomas Schwinge1-0/+1
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+6
2015-10-23[PATCH 4/9] ENABLE_CHECKING refactoring: FortranMikhail Maltsev1-4/+2
2015-08-31re PR fortran/54833 (Don't wrap __builtin_free(a) in if (a != NULL))Francois-Xavier Coudert1-12/+3
2015-08-29trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert1-34/+12
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-23PF fortran/60322Andre Vehreschild1-21/+38
2015-04-10trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject...Tobias Burnus1-3/+18
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-3/+3
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a...Uros Bizjak1-5/+5
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-1/+1
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-1/+1
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-1/+1
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+1
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+17
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-3/+3
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+6
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-27/+53
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas1-0/+18
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+0
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-07-23decl.c: Fix comment typos.Ondřej Bílka1-1/+1
2013-07-15re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-0/+96
2013-06-07re PR fortran/57556 ([OOP] ICE with move_alloc on polymorphic component with ...Tobias Burnus1-1/+1
2013-06-06re PR fortran/57542 ([OOP] ICE on FINALization with specific options)Tobias Burnus1-2/+4
2013-06-04re PR fortran/37336 ([F03] Finish derived-type finalization)Tobias Burnus1-128/+221
2013-03-312013-03-31 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-7/+16
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04trans.c (gfc_build_final_call): New function.Tobias Burnus1-1/+111
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-17/+23
2012-10-27trans.c (gfc_allocate_allocatable): Revert accidental commit.Thomas Koenig1-16/+12
2012-10-21re PR fortran/54465 (Implement -Wextra for Fortran)Thomas Koenig1-12/+16
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-0/+1
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-1/+0