summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.c
Commit message (Expand)AuthorAgeFilesLines
* array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas2019-09-011-0/+4
* PR fortran/68401 Improve allocation error messageJanne Blomqvist2019-08-171-27/+41
* re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)Thomas Koenig2019-08-131-0/+13
* Remove another bunch of dead assignment.Martin Liska2019-07-031-3/+0
* ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka2019-06-241-1/+2
* re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas2019-05-101-9/+11
* re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas2019-04-141-0/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas2018-09-301-0/+9
* Remove unused functions and fields.Martin Liska2018-09-251-20/+0
* re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ...Paul Thomas2018-08-311-1/+6
* Partial Failed Images patchDamian Rouson2018-01-261-0/+16
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR 82869 Introduce logical_type_node and use itJanne Blomqvist2017-11-081-25/+25
* trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...Andre Vehreschild2017-11-041-2/+6
* Remove unnecessary fold_convert in gfc_(un)likelyJanne Blomqvist2017-09-251-2/+0
* re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas2017-09-101-66/+73
* decl.c: Add decl_type_param_list...Paul Thomas2017-09-091-1/+2
* tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell2017-07-181-7/+7
* re PR fortran/79894 (ICE in gfc_add_modify_loc, at fortran/trans.c:159)Richard Biener2017-03-061-2/+2
* check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild2017-03-051-0/+4
* re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild2017-01-071-3/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild2016-12-091-35/+63
* libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild2016-11-301-57/+141
* omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek2016-11-101-0/+8
* trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...Jakub Jelinek2016-10-241-4/+3
* re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas2016-10-231-4/+1
* re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild2016-10-221-14/+2
* libcaf.h: Add caf_reference_type.Andre Vehreschild2016-09-191-14/+46
* Use gfc_add_*_component defines where appropriateBernhard Reutner-Fischer2016-06-191-2/+2
* Fix code emission for FAIL_ALLOC predictorMartin Liska2016-06-161-6/+4
* Right size for eventsAlessandro Fanfarillo2016-02-271-1/+1
* re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas2016-01-151-4/+8
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as...Tobias Burnus2015-12-091-0/+16
* check.c (gfc_check_event_query): New function.Tobias Burnus2015-12-021-3/+14
* dump-parse-tree.c (show_namespace): Handle declares.James Norris2015-11-221-0/+1
* re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas2015-11-151-2/+18
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-3/+0
* OpenACC atomic directiveThomas Schwinge2015-11-031-0/+1
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-6/+6
* [PATCH 4/9] ENABLE_CHECKING refactoring: FortranMikhail Maltsev2015-10-231-4/+2
* re PR fortran/54833 (Don't wrap __builtin_free(a) in if (a != NULL))Francois-Xavier Coudert2015-08-311-12/+3
* trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert2015-08-291-34/+12
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* PF fortran/60322Andre Vehreschild2015-04-231-21/+38