Age | Commit message (Expand) | Author | Files | Lines |
2014-11-10 | PR 47007 and 61847 Locale failures in libgfortran. | Janne Blomqvist | 2 | -4/+27 |
2014-11-04 | Fix type mismatches in intrinsic functions. | Bernd Schmidt | 3 | -8/+14 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 3 | -8/+13 |
2014-10-28 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 5 | -41/+54 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 3 | -0/+13 |
2014-10-24 | check.c (check_co_collective): Reject coindexed A args. | Tobias Burnus | 8 | -43/+532 |
2014-10-19 | re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinit... | Francois-Xavier Coudert | 4 | -30/+106 |
2014-10-18 | re PR fortran/63553 ([OOP] Wrong code when assigning a CLASS to a TYPE) | Paul Thomas | 2 | -56/+67 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 3 | -1/+17 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 4 | -43/+45 |
2014-10-11 | re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinit... | François-Xavier Coudert | 2 | -18/+82 |
2014-10-10 | re PR fortran/59488 ([OpenMP] named constant in parallel construct leads to "... | Jakub Jelinek | 2 | -0/+16 |
2014-10-10 | gfortran.h (gfc_set_implicit_none): Update prototype. | Tobias Burnus | 4 | -33/+55 |
2014-10-09 | f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins. | Francois-Xavier Coudert | 7 | -33/+434 |
2014-10-07 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 6 | -12/+75 |
2014-10-06 | Commit forgotten hunk. | Marek Polacek | 1 | -0/+2 |
2014-10-06 | libgfortran.h (GFC_STD_F2015): Add. | Tobias Burnus | 6 | -14/+100 |
2014-10-04 | re PR fortran/36534 (Bogus: '__convert_s1_s4' at (1) is obsolescent in fortra... | Francois-Xavier Coudert | 2 | -5/+10 |
2014-09-25 | check.c (check_co_collective): Renamed from | Tobias Burnus | 9 | -28/+200 |
2014-09-23 | re PR fortran/63331 (Fortran -fcompare-debug issues) | Jakub Jelinek | 2 | -2/+10 |
2014-09-22 | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 2 | -4/+9 |
2014-09-22 | resolve.c (resolve_fl_procedure): Remove duplicated lines. | Dominique d'Humieres | 2 | -24/+4 |
2014-09-20 | trans-intrinsic.c (conv_intrinsic_atomic_op): Fix issue with generating tempo... | Alessandro Fanfarillo | 2 | -1/+7 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 28 | -75/+134 |
2014-09-19 | re PR fortran/63152 (needless initialization of local pointer arrays.) | Joost VandeVondele | 2 | -2/+7 |
2014-09-15 | Makefile.in (dg_target_exps): Remove. | Jakub Jelinek | 2 | -6/+6 |
2014-09-13 | re PR fortran/63252 (tree_class_check_failed) | Tobias Burnus | 2 | -1/+7 |
2014-09-12 | Remove LIBGCC2_HAS_?F_MODE target macros. | Joseph Myers | 2 | -3/+12 |
2014-09-05 | re PR fortran/62245 (gfortran miscompiles int() on mips) | Joost VandeVondele | 2 | -3/+9 |
2014-09-04 | Revert incorrect merging of debug-early branch. | Aldy Hernandez | 1 | -1/+1 |
2014-09-04 | + * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early... | Aldy Hernandez | 1 | -1/+1 |
2014-09-03 | [multiple changes] | Fritz Reese | 2 | -1/+8 |
2014-09-02 | re PR fortran/62270 (-Wlogical-not-parentheses warnings) | Marek Polacek | 3 | -2/+8 |
2014-09-01 | re PR fortran/62309 (-fno-automatic with -finit-local prevents initialization... | Fritz Reese | 2 | -0/+7 |
2014-08-31 | trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar... | Tobias Burnus | 4 | -33/+90 |
2014-08-30 | Add missing ChangeLog items for Rev. 214758. | Tobias Burnus | 1 | -0/+14 |
2014-08-30 | trans.h (gfc_caf_get_image_index, [...]): New prototypes. | Tobias Burnus | 3 | -152/+159 |
2014-08-30 | re PR fortran/62278 (gfc_check_dependency should also check for TARGET attrib... | Tobias Burnus | 2 | -3/+16 |
2014-08-30 | Use ISO C remove() instead of POSIX unlink() | Janne Blomqvist | 2 | -3/+8 |
2014-08-29 | PR 62215 Reinstate unlinking old module file before renaming. | Jeffrey Armstrong | 2 | -0/+9 |
2014-08-26 | frontend_passes (expr_array): Replace by vec template. | Thomas Koenig | 2 | -48/+47 |
2014-08-25 | IPA C++ refactoring 4/N | Martin Liska | 1 | -4/+4 |
2014-08-22 | re PR fortran/62135 (ICE with invalid SELECT CASE selector) | Steven Bosscher | 2 | -1/+7 |
2014-08-22 | re PR fortran/61234 (Warn for use-stmt without explicit only-list.) | Joost VandeVondele | 6 | -1/+30 |
2014-08-21 | re PR fortran/62214 (Problem with spread plus concatenation for characters) | Thomas Koenig | 2 | -0/+11 |
2014-08-21 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2 | -13/+51 |
2014-08-20 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 2 | -2/+8 |
2014-08-20 | options.c (gfc_init_options_struct): assert that the frontend sets flag_errno... | Joost VandeVondele | 2 | -0/+7 |
2014-08-17 | resolve.c (gfc_resolve_finalizers): Ensure that parents are resolved first. | Tobias Burnus | 2 | -0/+9 |
2014-08-17 | trans-io.c (gfc_build_io_library_fndecls): Fix decl of IOCALL_SET_NML_VAL. | Tobias Burnus | 2 | -3/+11 |