aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-0/+10
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-6/+5
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-2/+3
2017-11-22re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas1-2/+1
2017-11-20re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas1-0/+7
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener1-1/+1
2017-11-10re PR fortran/82934 (Segfault on assumed character length in allocate)Paul Thomas1-2/+3
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-29/+29
2017-10-04re PR fortran/60458 (Error message on associate: deferred type parameter and ...Paul Thomas1-3/+42
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-3/+16
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-0/+45
2017-06-28re PR fortran/80164 (ICE in gfc_format_decoder at gcc/fortran/error.c:933)Jerry DeLisle1-1/+5
2017-05-15re PR fortran/80674 (trunk/gcc/fortran/trans-stmt.c:2578]: (style) Redundant ...Steven G. Kargl1-3/+2
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+18
2017-02-05re PR fortran/79344 (segmentation faults and run-time errors)Andre Vehreschild1-5/+7
2017-02-05re PR fortran/78958 (Unallocated memory access after SOURCE-ALLOCATEing unlim...Andre Vehreschild1-8/+15
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-2/+2
2017-01-18re PR fortran/50069 (FORALL fails on a character array)Louis Krupp1-92/+106
2017-01-18coarray_alloc_with_implicit_sync_2.f90: New test.Andre Vehreschild1-8/+20
2017-01-13Revert r244448Janne Blomqvist1-10/+9
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-9/+10
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-8/+43
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-10/+9
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-9/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert1-1/+1
2016-12-14re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)Andre Vehreschild1-1/+2
2016-12-09re PR fortran/78505 ([F08] Coarray source allocation not synchronizing on ove...Andre Vehreschild1-3/+22
2016-12-09trans-array.c (gfc_array_deallocate): Remove wrapper.Andre Vehreschild1-2/+3
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild1-7/+50
2016-11-25[multiple changes]Paul Thomas1-11/+14
2016-11-06allocate_with_source_14.f03: Fixed number mallocs occuring.Andre Vehreschild1-9/+48
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas1-0/+148
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild1-211/+118
2016-10-13re PR fortran/72832 ([OOP] ALLOCATE with SOURCE fails to allocate requested d...Andre Vehreschild1-1/+2
2016-10-12trans-expr.c (gfc_find_and_cut_at_last_class_ref): Fixed style.Andre Vehreschild1-2/+2
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild1-9/+34
2016-08-08re PR fortran/72698 (ICE in lhd_incomplete_type_error, at langhooks.c:205)Andre Vehreschild1-7/+14
2016-07-07Optimize fortran loops with +-1 step.Martin Liska1-56/+61
2016-07-07Add PRED_FORTRAN_LOOP_PREHEADER to DO loops with stepMartin Liska1-2/+4
2016-07-05re PR fortran/71623 (Segfault when allocating deferred-length characters to s...Andre Vehreschild1-5/+16
2016-06-16Introduce fortran loop preheaderMartin Liska1-1/+3
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-1/+1
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo1-3/+9
2016-02-11re PR fortran/69296 ([F03] Problem with associate and vector subscript)Andre Vehreschild1-1/+3
2016-02-03re PR fortran/67451 ([F08] ICE with sourced allocation from coarray.)Andre Vehreschild1-8/+10
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-13/+15
2016-01-08re PR fortran/69128 (OpenMP workshare problem with SUM())Jakub Jelinek1-2/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-29re PR fortran/69011 ([OOP] ICE in gfc_advance_chain for ALLOCATE with SOURCE)Andre Vehreschild1-2/+14