aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-5/+17
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+2
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-0/+4
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist1-27/+41
2019-08-13re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig1-0/+13
2019-07-03Remove another bunch of dead assignment.Martin Liska1-3/+0
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka1-1/+2
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas1-9/+11
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-30re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas1-0/+9
2018-09-25Remove unused functions and fields.Martin Liska1-20/+0
2018-08-31re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ...Paul Thomas1-1/+6
2018-01-26Partial Failed Images patchDamian Rouson1-0/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-25/+25
2017-11-04trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...Andre Vehreschild1-2/+6
2017-09-25Remove unnecessary fold_convert in gfc_(un)likelyJanne Blomqvist1-2/+0
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-66/+73
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-1/+2
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