aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Update ChangeLog and version files for releasereleases/gcc-5.5.0releases/gcc-5GCC Administrator1-0/+4
2017-09-25[Patch, Darwin] Fix 81037 by adjutng headersIain Sandoe2-3/+1
2017-09-02backport: re PR fortran/81770 (Bogus warning: Pointer in pointer assignment m...Janus Weil2-1/+9
2017-06-09backport: re PR fortran/70601 ([OOP] ICE on procedure pointer component call)Janus Weil2-1/+8
2017-05-30backport: re PR fortran/78866 (ICE in gimplify_adjust_omp_clauses_1, at gimpl...Jakub Jelinek3-0/+35
2017-05-30backport: re PR fortran/77666 (ICE in gfc_omp_clause_default_ctor, at fortran...Jakub Jelinek2-3/+9
2017-05-30backport: re PR fortran/77500 (ICE in gfc_trans_omp_atomic, at fortran/trans-...Jakub Jelinek2-1/+19
2017-05-10Backport PRs 79666, 79732, 79756, 79894Richard Biener2-2/+10
2017-05-01backport: re PR fortran/80392 ([OOP] ICE with allocatable polymorphic functio...Janus Weil2-3/+12
2017-04-21backport: re PR fortran/80361 ([OOP] bogus recursive call to nonrecursive pr...Janus Weil2-0/+8
2017-04-14backport: re PR fortran/59910 (ICE in gfc_conv_array_initializer, at fortran/...Dominique d'Humieres2-0/+16
2017-02-08trans-types.c (gfc_get_int_kind_from_width_isofortranen): Choose REAL type wi...Steven G. Kargl2-7/+28
2016-12-22backport: re PR fortran/78239 (ICE in char_len_param_value, at fortran/decl.c...Thomas Koenig2-1/+9
2016-12-04backport: re PR fortran/78443 ([OOP] Incorrect behavior with non_overridable ...Janus Weil2-1/+8
2016-12-01re PR fortran/78279 (ICE in identical_array_ref, at fortran/dependency.c:104)Steven G. Kargl2-1/+9
2016-11-24re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289)Steven G. Kargl3-2/+9
2016-11-23re PR fortran/78297 (ICE in finish_equivalences, at fortran/trans-common.c:1246)Steven G. Kargl2-2/+11
2016-11-23backport: re PR fortran/66227 ([OOP] EXTENDS_TYPE_OF n returns wrong result f...Janus Weil2-6/+14
2016-11-20re PR fortran/69741 (Bad error in forall with array loop counters)Harald Anlauf2-9/+19
2016-11-06backport: re PR fortran/69544 (Internal compiler error with -Wall and where)Thomas Koenig2-0/+14
2016-11-01backport: re PR fortran/71902 (Unneeded temporary on reallocatable character ...Thomas Koenig2-1/+23
2016-10-24backport: re PR fortran/78021 (Wrong result with optimization on character co...Thomas Koenig2-3/+27
2016-10-24re PR fortran/71895 (ICE in gfc_compare_derived_types, at fortran/interface.c...Steven G. Kargl2-1/+8
2016-10-24re PR fortran/61420 ([OOP] type-bound procedure returning a procedure pointer...Paul Thomas2-6/+20
2016-10-17backport: re PR fortran/77978 (stop codes misinterpreted in both f2003 and f2...Steven G. Kargl2-9/+104
2016-10-05re PR fortran/58991 (ICE with associate and character string constant)Steven G. Kargl2-1/+21
2016-10-01backport: re PR fortran/77391 (gfortran allows CHARACTER(LEN=:),PARAMETER:: S...Steven G. Kargl2-11/+35
2016-10-01backport: re PR fortran/77380 (ICE in gfc_check_dependency, at fortran/depend...Steven G. Kargl2-0/+14
2016-09-30backport: re PR fortran/61318 (Improve error diagnostic by pointing to the ex...Steven G. Kargl2-1/+8
2016-09-30backport: re PR fortran/71859 (ICE on same variable/subroutine name (verify_g...Steven G. Kargl2-1/+16
2016-09-30backport: re PR fortran/69867 (ICE on initializing character in type with arr...Steven G. Kargl2-4/+21
2016-09-30backport: re PR fortran/77351 (ICE in remove_trim, at frontend-passes.c:1145)Steven G. Kargl2-0/+13
2016-09-30backport: re PR fortran/68566 (ICE on using unusable array in reshape (double...Steven G. Kargl2-1/+8
2016-09-30backport: re PR fortran/71799 (ICE in DO loop code emission (gfc_resolve_iter...Steven G. Kargl2-3/+11
2016-09-30backport: re PR fortran/70006 (Duplicate errors "label not defined")Steven G. Kargl3-2/+10
2016-09-29backport: re PR fortran/77420 (gfortran and equivalence produces internal com...Steven G. Kargl3-3/+25
2016-09-29backport: re PR fortran/77506 (F2008 Standard does not allow CHARACTER(LEN=*)...Steven G. Kargl3-3/+23
2016-09-29backport: re PR fortran/71067 (ICE on data initialization with insufficient v...Steven G. Kargl3-3/+24
2016-09-29backport: re PR fortran/69514 (ICE with nested array constructor)Steven G. Kargl2-2/+17
2016-09-29backport: re PR fortran/71730 (ICE when character length specification uses a...Steven G. Kargl2-1/+22
2016-09-28backport: re PR fortran/77694 (ICE in optimize_binop_array_assignment, at for...Steven G. Kargl2-0/+10
2016-08-13backport: re PR fortran/68147 (Potential incorrect code generation for string...Thomas Koenig2-1/+7
2016-08-11backport: re PR fortran/72698 (ICE in lhd_incomplete_type_error, at langhooks...Andre Vehreschild2-3/+28
2016-08-09backport: re PR fortran/71795 (Two Bugs in array constructors (optimization))Thomas Koenig2-0/+12
2016-08-09backport: re PR fortran/69742 (ICE with -O3 and ASSOCIATE containing repeated...Thomas Koenig2-1/+8
2016-08-08backport: re PR fortran/60526 (Accepts-invalid: Variable name same as type name)Thomas Koenig2-0/+36
2016-08-08backport: re PR fortran/70524 (ICE when using -frepack-arrays -Warray-tempor...Andre Vehreschild3-2/+16
2016-07-29[multiple changes]Paul Thomas3-16/+36
2016-07-22backport: re PR fortran/71807 (Internal compiler error with NULL() reference ...Andre Vehreschild2-0/+13
2016-07-22backport: re PR fortran/70842 (internal compiler error with character members...Andre Vehreschild2-1/+12