Age | Commit message (Expand) | Author | Files | Lines |
2014-11-22 | trans-expr.c (gfc_caf_get_image_index): Fix image calculation. | Tobias Burnus | 1 | -7/+11 |
2014-11-11 | [Fortran] PR 63701 Make sure variable is always used initialised | Kyrylo Tkachov | 1 | -1/+1 |
2014-10-09 | f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins. | Francois-Xavier Coudert | 1 | -0/+5 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -6/+6 |
2014-09-02 | re PR fortran/62270 (-Wlogical-not-parentheses warnings) | Marek Polacek | 1 | -1/+1 |
2014-08-30 | trans.h (gfc_caf_get_image_index, [...]): New prototypes. | Tobias Burnus | 1 | -0/+143 |
2014-08-15 | re PR fortran/62142 (internal compiler error: Segmentation fault (X = X - L*f... | Thomas Koenig | 1 | -2/+2 |
2014-08-15 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -1/+1 |
2014-08-11 | re PR fortran/61950 (Many 64-bit fortran allocate tests FAIL) | Richard Biener | 1 | -1/+3 |
2014-07-26 | check.c (gfc_check_sizeof): Permit for assumed type if and only if it has an ... | Tobias Burnus | 1 | -4/+20 |
2014-07-07 | re PR fortran/61459 (segfault when assigning to allocatable function result f... | Paul Thomas | 1 | -2/+2 |
2014-07-04 | resolve.c (resolve_assoc_var): Fix corank setting. | Tobias Burnus | 1 | -1/+2 |
2014-06-25 | check.c (check_co_minmaxsum): Add definable check. | Tobias Burnus | 1 | -0/+2 |
2014-06-17 | check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET. | Tobias Burnus | 1 | -3/+3 |
2014-06-10 | re PR fortran/41936 (Memory leakage with allocatables and user-defined operat... | Dominique d'Humieres | 1 | -0/+14 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -6/+8 |
2014-04-30 | trans-decl.c (create_function_arglist): Add hidden coarray | Tobias Burnus | 1 | -18/+31 |
2014-04-30 | trans-expr.c (get_tree_for_caf_expr): Fix handling of | Tobias Burnus | 1 | -15/+32 |
2014-04-22 | re PR fortran/60881 (ICE on dummy argument that extends a type with scalar an... | Tobias Burnus | 1 | -2/+4 |
2014-04-13 | re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE) | Paul Thomas | 1 | -0/+2 |
2014-03-28 | re PR fortran/60576 (FAIL: gfortran.dg/assumed_rank_7.f90) | Mikael Morin | 1 | -1/+5 |
2014-03-27 | re PR fortran/58880 ([OOP] ICE on valid with FINAL function and type extension) | Tobias Burnus | 1 | -2/+4 |
2014-03-18 | re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) | Jakub Jelinek | 1 | -1/+1 |
2014-03-06 | re PR fortran/51976 ([F2003] Support deferred-length character components of ... | Paul Thomas | 1 | -3/+47 |
2014-02-09 | re PR fortran/59026 (ELEMENTAL procedure with VALUE arguments emits wrong code) | Paul Thomas | 1 | -1/+5 |
2014-02-01 | re PR fortran/59906 (error: size of variable '<anonymous>' is too large) | Paul Thomas | 1 | -1/+7 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-18 | re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association) | Janus Weil | 1 | -6/+4 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+0 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -0/+1 |
2013-11-04 | re PR fortran/57445 ([OOP] ICE in gfc_conv_class_to_class - for OPTIONAL poly... | Paul Thomas | 1 | -2/+1 |
2013-10-02 | re PR fortran/58593 (internal compiler error: in gfc_conv_string_tmp, at fort... | Tobias Burnus | 1 | -2/+3 |
2013-10-01 | re PR fortran/58579 (Memory allocation fails when calling character-valued fu... | Tobias Burnus | 1 | -5/+8 |
2013-08-29 | re PR fortran/52243 (Avoid reallocation for: array1 = array1 / scalar for p... | Thomas Koenig | 1 | -1/+101 |
2013-08-09 | gfortran.h (gfc_get_code): Modified prototype. | Janus Weil | 1 | -2/+1 |
2013-08-06 | re PR fortran/57306 ([OOP] [F08] ICE on valid with class pointer initialization) | Janus Weil | 1 | -3/+11 |
2013-07-30 | re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi... | Tobias Burnus | 1 | -7/+96 |
2013-07-21 | trans-decl.c: Fix comment typos. | Ondřej Bílka | 1 | -2/+2 |
2013-07-16 | re PR fortran/57912 (gfortran/coarray/alloc_comp_2.f90 ICE) | Tobias Burnus | 1 | -2/+1 |
2013-07-15 | trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype. | Tobias Burnus | 1 | -5/+16 |
2013-06-26 | re PR fortran/29800 (-fbounds-check: For derived types, write not also compou... | Tobias Burnus | 1 | -1/+1 |
2013-06-21 | trans-array.c (gfc_alloc_allocatable_for_assignment): Allocate at least one b... | Tobias Burnus | 1 | -0/+3 |
2013-06-13 | re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err... | Mikael Morin | 1 | -20/+11 |
2013-06-04 | re PR fortran/37336 ([F03] Finish derived-type finalization) | Tobias Burnus | 1 | -7/+5 |
2013-05-28 | trans-expr.c (gfc_conv_procedure_call): Deallocate polymorphic arrays for all... | Tobias Burnus | 1 | -0/+92 |
2013-04-12 | re PR fortran/56845 ([OOP] _vptr not set to declared type for CLASS + SAVE) | Tobias Burnus | 1 | -0/+18 |
2013-03-30 | trans-expr.c (build_memcmp_call): New function. | Thomas Koenig | 1 | -0/+46 |
2013-03-29 | re PR fortran/35203 (OPTIONAL, VALUE actual argument cannot be an INTEGER 0) | Tobias Burnus | 1 | -7/+76 |