aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-09trans.c (gfc_allocate_using_lib,gfc_deallocate_with_status): Introducing __as...Tobias Burnus1-1/+51
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+161
2015-11-25re PR fortran/68227 (ICE on using variable limit in forall header (gfc_do_all...Steven G. Kargl1-2/+1
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-6/+1
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas1-0/+13
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+5
2015-10-25re PR fortran/67171 (sourced allocation)Paul Thomas1-2/+7
2015-10-25re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild1-18/+53
2015-08-06Move one condition out of gfc_trans_scalar_assignMikael Morin1-10/+9
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
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-15re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)Andre Vehreschild1-90/+90
2015-06-11re PR fortran/66079 (memory leak with source allocation in internal subprogram)Paul Thomas1-1/+14
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-27trans-stmt.c (gfc_trans_allocate): Add missing location information for e3rhs.Andre Vehreschild1-0/+1
2015-05-20re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild1-93/+152
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-04-23PF fortran/60322Andre Vehreschild1-7/+33
2015-04-10trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject...Tobias Burnus1-5/+135
2015-04-07re PR fortran/65548 (gfc_conv_procedure_call)Andre Vehreschild1-2/+7
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-298/+516
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo1-27/+11
2015-02-12re PR fortran/64932 (ICE in gfc_conv_descriptor_data_get for generated finali...Paul Thomas1-5/+39
2015-02-06re PR fortran/60289 (allocating class(*) pointer as character gives type-spec...Andre Vehreschild1-1/+10
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+2
2015-01-23In gcc/fortran/ fixed some cosmetics.Andre Vehreschild1-1/+1
2015-01-18[multiple changes]Paul Thomas1-12/+88
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+8
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11