aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell1-7/+7
2017-03-06re PR fortran/79894 (ICE in gfc_add_modify_loc, at fortran/trans.c:159)Richard Biener1-2/+2
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+4
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-3/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild1-35/+63
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-57/+141
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-0/+8
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek1-4/+3
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas1-4/+1
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild1-14/+2
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-14/+46
2016-06-19Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer1-2/+2
2016-06-16Fix code emission for FAIL_ALLOC predictorMartin Liska1-6/+4
2016-02-27Right size for eventsAlessandro Fanfarillo1-1/+1
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-4/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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