Age | Commit message (Expand) | Author | Files | Lines |
2017-03-05 | check.c (positive_check): Add new function checking constant for being greate... | Andre Vehreschild | 1 | -0/+77 |
2017-01-21 | gfortran.h (gfc_extract_int): Change return type to bool. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-02 | [multiple changes] | Janus Weil | 1 | -1/+1 |
2016-11-30 | libcaf.h: Add new action types for (de-)registration of allocatable component... | Andre Vehreschild | 1 | -0/+11 |
2016-11-09 | check.c (gfc_check_move_alloc): Prevent error that avoids aliasing between to... | Paul Thomas | 1 | -6/+36 |
2016-11-05 | check.c (gfc_check_move_alloc): Introduce error to prevent aliasing between t... | Paul Thomas | 1 | -39/+49 |
2016-11-05 | re PR fortran/69495 (unused-label warning does not tell which flag triggered it) | Janus Weil | 1 | -1/+2 |
2016-08-11 | Replace KISS PRNG with xorshift1024* using per-thread state. | Janne Blomqvist | 1 | -11/+9 |
2016-07-30 | re PR fortran/68566 (ICE on using unusable array in reshape (double free or c... | Steven G. Kargl | 1 | -1/+1 |
2016-07-28 | re PR fortran/71859 (ICE on same variable/subroutine name (verify_gimple fail... | Steven G. Kargl | 1 | -1/+8 |
2016-07-22 | re PR fortran/71935 (ICE is_c_interoperable(): gfc_simplify_expr failed) | Steven G. Kargl | 1 | -1/+1 |
2016-05-07 | re PR fortran/56226 (Add support for DEC UNION and MAP extensions) | Fritz Reese | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-12 | re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q... | Tobias Burnus | 1 | -1/+1 |
2015-12-02 | check.c (gfc_check_event_query): New function. | Tobias Burnus | 1 | -0/+53 |
2015-11-08 | re PR fortran/68196 (ICE on function result with procedure pointer component) | Paul Thomas | 1 | -1/+9 |
2015-11-07 | re PR fortran/68153 (ICE for intrinsic reshape with negative dim in effective... | Steven G. Kargl | 1 | -0/+30 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-05-23 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -16/+16 |
2015-05-18 | re PR fortran/66043 (ICE on storage_size of null or output of null array) | Steven G. Kargl | 1 | -0/+9 |
2015-05-06 | re PR fortran/37131 (inline matmul for small matrix sizes) | Thomas Koenig | 1 | -0/+30 |
2015-03-02 | check.c (gfc_check_atomic): Properly check for coarrayness and for being coin... | Tobias Burnus | 1 | -1/+1 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-22 | re PR fortran/63363 (No diagnostic for passing function as actual argument to... | Janus Weil | 1 | -3/+10 |
2014-12-17 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -6/+6 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -34/+35 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -122/+122 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -3/+3 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -1/+1 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -9/+10 |
2014-11-24 | error.c (gfc_fatal_error_1): Remove. | Tobias Burnus | 1 | -2/+2 |
2014-11-15 | error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. | Tobias Burnus | 1 | -7/+7 |
2014-10-24 | check.c (check_co_collective): Reject coindexed A args. | Tobias Burnus | 1 | -20/+153 |
2014-09-25 | check.c (check_co_collective): Renamed from | Tobias Burnus | 1 | -13/+69 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -3/+3 |
2014-07-26 | check.c (gfc_check_sizeof): Permit for assumed type if and only if it has an ... | Tobias Burnus | 1 | -1/+6 |
2014-07-12 | check.c (gfc_check_atomic): Update for STAT=. | Tobias Burnus | 1 | -17/+130 |
2014-06-25 | check.c (check_co_minmaxsum): Add definable check. | Tobias Burnus | 1 | -0/+12 |
2014-06-17 | check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET. | Tobias Burnus | 1 | -0/+10 |
2014-06-15 | re PR fortran/28484 ([F03] system_clock with real-type count_rate does not co... | Francois-Xavier Coudert | 1 | -15/+32 |
2014-05-25 | check.c (gfc_check_num_images): New. | Tobias Burnus | 1 | -5/+85 |
2014-05-17 | check.c (gfc_check_fn_rc2008): move "argument" to the right place. | Dominique d'Humieres | 1 | -2/+2 |
2014-05-16 | arc.c (arc_init): Fix typo in error message. | Benno Schulenberg | 1 | -1/+1 |
2014-05-08 | check.c (check_co_minmaxsum, [...]): New. | Tobias Burnus | 1 | -0/+85 |
2014-04-05 | check.c (gfc_check_cmplx): Fix typo. | Tobias Burnus | 1 | -2/+2 |
2014-02-21 | re PR fortran/60302 (ICE with c_f_pointer and android cross compiler) | Janus Weil | 1 | -7/+8 |
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/+1 |