aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2016-10-23re PR fortran/77763 (ICE in parse_struct_map, at fortran/parse.c:3064)Steven G. Kargl2-5/+12
2016-10-23re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Steven G. Kargl3-34/+118
2016-10-23re PR fortran/69834 ([OOP] Collision in derived type hashes)Paul Thomas8-32/+307
2016-10-22re PR fortran/78021 (Wrong result with optimization on character constant)Thomas Koenig2-3/+26
2016-10-22re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Andre Vehreschild9-435/+665
2016-10-21re PR fortran/69566 ([OOP] Failure of SELECT TYPE with unlimited polymorphic ...Paul Thomas3-1/+93
2016-10-20array.c (gfc_match_array_constructor): Remove set, but unused variable.Steven G. Kargl2-2/+7
2016-10-20class.c (gfc_build_class_symbol): Set the kind of _len to gfc_charlen_int_kin...Andre Vehreschild2-1/+6
2016-10-17re PR fortran/77978 (stop codes misinterpreted in both f2003 and f2008)Steven G. Kargl2-9/+103
2016-10-17re PR fortran/61420 ([OOP] type-bound procedure returning a procedure pointer...Paul Thomas2-0/+13
2016-10-16re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle2-1/+7
2016-10-15re PR fortran/77972 (ICE on broken character continuation with -Wall etc.)Jerry DeLisle2-3/+8
2016-10-14coarray_38.f90: Expect error message.Andre Vehreschild2-0/+18
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2-0/+5
2016-10-13re PR fortran/72832 ([OOP] ALLOCATE with SOURCE fails to allocate requested d...Andre Vehreschild4-3/+51
2016-10-12trans-expr.c (gfc_find_and_cut_at_last_class_ref): Fixed style.Andre Vehreschild3-13/+19
2016-10-11iresolve.c (is_trig_resolved, [...]): Formatting fixes.Jakub Jelinek3-76/+77
2016-10-11re PR fortran/77942 (ICE: Floating point exception, in gfc_simplify_cshift, a...Steven G. Kargl2-2/+7
2016-10-11Fix bad commit for -fdec-math.Fritz Reese3-9/+12
2016-10-11simplify.c (radians_f): Fix mpdr_mod.Jerry DeLisle3-2/+11
2016-10-11New flag -fdec-math for COTAN and degree trig intrinsics.Fritz Reese11-5/+1170
2016-10-10re PR fortran/77915 (Internal error for matmul() in forall with optimization)Thomas Koenig2-0/+11
2016-10-07Fix ICE due to map typespecs with different sized charlens being copied.Fritz Reese2-0/+15
2016-10-07re PR fortran/77406 (ICE in generic_correspondence, at fortran/interface.c:1123)Steven G. Kargl2-7/+25
2016-10-07[multiple changes]Louis Krupp2-3/+13
2016-10-072016_10-06 Louis Krupp <louis.krupp@zoho.com>Louis Krupp2-0/+10
2016-10-05re PR fortran/58991 (ICE with associate and character string constant)Steven G. Kargl2-1/+21
2016-10-05Fix ICE due to comparison between UNION components.Fritz Reese2-5/+19
2016-10-05re PR fortran/67524 (ICE on using implicit character instead of implicit none...Louis Krupp2-1/+10
2016-09-30re PR fortran/66643 (Missing compilation error for formatted data transfer wi...Jerry DeLisle2-0/+11
2016-09-30Fix ICE for maps with zero components.Fritz Reese2-4/+20
2016-09-30Fix ICE caused by union types comparing equal to structures.Fritz Reese2-0/+10
2016-09-30trans-array.c (gfc_array_allocate): Use the token from coarray's .token member.Andre Vehreschild4-10/+36
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh2-2/+6
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek6-10/+6
2016-09-27re PR fortran/77666 (ICE in gfc_omp_clause_default_ctor, at fortran/trans-ope...Jakub Jelinek2-3/+9
2016-09-26re PR fortran/77420 (gfortran and equivalence produces internal compiler error)Steven G. Kargl2-3/+17
2016-09-26re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Paul Thomas2-1/+11
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek8-3/+20
2016-09-25re PR fortran/77429 (ICE in gfc_check_dependency, at fortran/dependency.c:1261)Steven G. Kargl2-1/+8
2016-09-25re PR fortran/77694 (ICE in optimize_binop_array_assignment, at fortran/front...Steven G. Kargl2-0/+9
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese12-16/+287
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle7-7/+31
2016-09-23trans-intrinsic.c (gfc_conv_intrinsic_caf_get): Use the old caf- interface wh...Andre Vehreschild2-4/+8
2016-09-22re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Paul Thomas2-4/+7
2016-09-22interface.c (check_dtio_interface1): Introduce errors for alternate returns a...Paul Thomas2-2/+45
2016-09-22re PR fortran/66107 (ICE on missing parameter value for initialisation (segfa...Louis Krupp2-1/+18
2016-09-21re PR fortran/77657 (link error with implementation of user-defined derived t...Paul Thomas2-4/+24
2016-09-20trans-intrinsic.c (conv_expr_ref_to_caf_ref): Adjust fall through comment.Marek Polacek2-1/+6
2016-09-19libcaf.h: Add caf_reference_type.Andre Vehreschild15-226/+1930