aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-17re PR fortran/64578 ([OOP] Seg-fault and ICE with unlimited polymorphic array...Paul Thomas1-0/+2
2015-01-17re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Andre Vehreschild1-10/+150
2015-01-17re PR fortran/60334 (Segmentation fault on character pointer assignments)Andre Vehreschild1-4/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-31trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a...Uros Bizjak1-22/+23
2014-12-19re PR fortran/64209 ([OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy ...Janus Weil1-0/+26
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-4/+4
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-17/+10
2014-12-10re PR fortran/60718 (Test case gfortran.dg/select_type_4.f90 fails on ARM)Bernd Edlinger1-0/+49
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+4
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-3/+2