aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-9/+34
2016-03-29re PR fortran/70397 (ice while allocating ultimate polymorphic)Andre Vehreschild1-1/+25
2016-02-05Fix fortran scalar elemental dependency mishandlingMikael Morin1-5/+5
2016-02-03re PR fortran/67451 ([F08] ICE with sourced allocation from coarray.)Andre Vehreschild1-1/+8
2016-01-31re PR fortran/67564 (Segfault on sourced allocattion statement with class(*) ...Paul Thomas1-1/+2
2016-01-30re PR fortran/69566 ([OOP] Failure of SELECT TYPE with unlimited polymorphic ...Paul Thomas1-2/+3
2016-01-27[multiple changes]Paul Thomas1-3/+4
2016-01-26[multiple changes]Paul Thomas1-7/+11
2016-01-16Clean up some minor white space issues in trans-decl.c and trans-expr.cPaul Thomas1-1/+1
2016-01-15re PR fortran/64324 (Deferred character specific functions not permitted in g...Paul Thomas1-1/+32
2016-01-08re PR fortran/69128 (OpenMP workshare problem with SUM())Jakub Jelinek1-2/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-2/+8
2015-11-15re PR fortran/50221 (Allocatable string length fails with array assignment)Paul Thomas1-4/+13
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+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-32/+38
2015-10-25re PR fortran/66927 (ICE in gfc_conf_procedure_call)Andre Vehreschild1-10/+39
2015-10-18re PR fortran/67177 (MOVE_ALLOC not automatically allocating deferred charact...Paul Thomas1-0/+5
2015-09-26Fix missing deep copy when assigning a DT constructor to an arrayMikael Morin1-1/+0
2015-08-29trans.c (gfc_call_malloc, [...]): Simplify code.Francois-Xavier Coudert1-5/+5
2015-08-06Move one condition out of gfc_trans_scalar_assignMikael Morin1-9/+9
2015-08-03re PR fortran/66942 (trans-expr.c:5701 runtime error: member call on null poi...Steven G. Kargl1-5/+5
2015-07-24Fix gfortran.dg/class_to_type_4.f90 deallocation code misordering failureMikael Morin1-1/+1
2015-07-17re PR fortran/66035 (gfortran ICE segfault)Andre Vehreschild1-1/+25
2015-07-17Fix PR61831: Side-effect variable component deallocationMikael Morin1-42/+95
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-06re PR fortran/58586 (ICE with derived type with allocatable component passed ...Andre Vehreschild1-5/+15
2015-06-23re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array)Andre Vehreschild1-1/+2
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-4/+19
2015-06-11re PR fortran/66079 (memory leak with source allocation in internal subprogram)Paul Thomas1-0/+14
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-162015-05-16 Mikael Morin <mikael@gcc.gnu.orgMikael Morin1-4/+16
2015-05-09Fix fortran/65894 elemental procedures wrong-codeMikael Morin1-17/+3
2015-04-27re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...Andre Vehreschild1-2/+2
2015-04-23PF fortran/60322Andre Vehreschild1-10/+160
2015-03-24re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array)Andre Vehreschild1-40/+74
2015-03-24re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...Andre Vehreschild1-58/+207
2015-03-21trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented coindexed coar...Tobias Burnus1-1/+56
2015-03-14re PR fortran/61138 (Wrong code with pointer-bounds remapping)Mikael Morin1-0/+3
2015-03-10re PR fortran/65024 ([OOP] unlimited polymorphic pointer structure not built ...Paul Thomas1-2/+4
2015-02-22re PR fortran/64980 (ICE in trans-expr.c)Bernd Edlinger1-8/+2
2015-02-06re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...Paul Thomas1-6/+146
2015-02-052015-02-05 Paul Thomas <pault@gcc.gnu.org>Paul Thomas1-3/+49
2015-02-02trans-decl.c (gfc_get_symbol_decl): Removed duplicate code.Andre Vehreschild1-20/+20
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+1
2015-01-18[multiple changes]Paul Thomas1-1/+85
2015-01-18re PR fortran/64578 ([OOP] Seg-fault and ICE with unlimited polymorphic array...Paul Thomas1-2/+10