summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist
2019-08-13re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig
2019-07-03Remove another bunch of dead assignment.Martin Liska
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas
2019-01-01Update copyright years.Jakub Jelinek
2018-09-30re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas
2018-09-25Remove unused functions and fields.Martin Liska
2018-08-31re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ...Paul Thomas
2018-01-26Partial Failed Images patchDamian Rouson
2018-01-03Update copyright years.Jakub Jelinek
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist
2017-11-04trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...Andre Vehreschild
2017-09-25Remove unnecessary fold_convert in gfc_(un)likelyJanne Blomqvist
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell
2017-03-06re PR fortran/79894 (ICE in gfc_add_modify_loc, at fortran/trans.c:159)Richard Biener
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild
2017-01-01Update copyright years.Jakub Jelinek
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-10-24trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild
2016-06-19Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer
2016-06-16Fix code emission for FAIL_ALLOC predictorMartin Liska
2016-02-27Right size for eventsAlessandro Fanfarillo
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas
2016-01-04Update copyright years.Jakub Jelinek
2015-12-09trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as...Tobias Burnus
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-11-03OpenACC atomic directiveThomas Schwinge
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-10-23[PATCH 4/9] ENABLE_CHECKING refactoring: FortranMikhail Maltsev
2015-08-31re PR fortran/54833 (Don't wrap __builtin_free(a) in if (a != NULL))Francois-Xavier Coudert
2015-08-29trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod