Age | Commit message (Expand) | Author | Files | Lines |
2019-03-12 | Replace can't in error messages for Fortran. | Martin Liska | 1 | -4/+4 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -2/+2 |
2019-02-02 | re PR fortran/88298 (Bogus conversion warning for CSHIFT with -fno-range-chec... | Thomas Koenig | 1 | -0/+2 |
2019-01-07 | re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic) | Thomas Koenig | 1 | -0/+9 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-24 | re PR fortran/45513 (BOZ kinds differently handled, F2008: BOZ in bit intrins... | Steven G. Kargl | 1 | -6/+9 |
2018-12-16 | re PR fortran/88116 (ICE in gfc_convert_constant(): Unexpected type) | Steven G. Kargl | 1 | -0/+7 |
2018-11-01 | re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and... | Paul Thomas | 1 | -1/+1 |
2018-10-28 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -10/+81 |
2018-06-01 | re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG... | Steven G. Kargl | 1 | -0/+6 |
2018-05-22 | re PR fortran/85841 ([F2018] reject deleted features) | Janus Weil | 1 | -24/+24 |
2018-03-14 | check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8). | Steven G. Kargl | 1 | -2/+2 |
2018-03-11 | check.c (gfc_check_kill): Check pid and sig are scalar. | Steven G. Kargl | 1 | -37/+39 |
2018-01-26 | Partial Failed Images patch | Damian Rouson | 1 | -32/+43 |
2018-01-15 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -14/+20 |
2018-01-04 | re PR fortran/83683 (eoshift accepts wrong-length boundary) | Thomas Koenig | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-02 | re PR fortran/45689 ([F03] Missing transformational intrinsic in the trans_fu... | Thomas Koenig | 1 | -2/+2 |
2017-11-04 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Thomas Koenig | 1 | -12/+14 |
2017-10-08 | check.c (gfc_check_x): Remove function. | Steven G. Kargl | 1 | -16/+15 |
2017-08-01 | re PR fortran/79312 (Empty array in assignment not correctly type-checked) | Thomas Koenig | 1 | -3/+5 |
2017-03-05 | check.c (positive_check): Add new function checking constant for being greate... | Andre Vehreschild | 1 | -0/+19 |
2017-02-12 | re PR fortran/65542 (SPREAD intrinsic incorrectly accepted in initialization ... | Thomas Koenig | 1 | -0/+21 |
2017-01-21 | gfortran.h (gfc_extract_int): Change return type to bool. | Jakub Jelinek | 1 | -4/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-04 | re PR fortran/78618 (ICE in gfc_check_rank, at fortran/check.c:3670) | Janus Weil | 1 | -2/+6 |
2016-10-11 | New flag -fdec-math for COTAN and degree trig intrinsics. | Fritz Reese | 1 | -0/+120 |
2016-09-09 | re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intr... | Steven G. Kargl | 1 | -3/+4 |
2016-08-03 | lang.opt: New option -fdec-intrinsic-ints. | Fritz Reese | 1 | -0/+111 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-02 | check.c (gfc_check_event_query): New function. | Tobias Burnus | 1 | -0/+7 |
2015-11-21 | simplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT. | Steven G. Kargl | 1 | -3/+5 |
2015-09-04 | intrinsic.h (gfc_simplify_mvbits): Remove. | Francois-Xavier Coudert | 1 | -2/+1 |
2015-08-28 | re PR fortran/53668 (Cray-pointer diagnostic enhancement) | Francois-Xavier Coudert | 1 | -2/+2 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-06-06 | re PR fortran/47359 (Recursive functions of intrinsic names generates invalid... | Thomas Koenig | 1 | -10/+13 |
2015-05-06 | re PR fortran/37131 (inline matmul for small matrix sizes) | Thomas Koenig | 1 | -1/+46 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -2/+2 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -3/+2 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -1/+1 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -7/+7 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -3/+5 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -1/+1 |
2014-11-25 | error.c (gfc_internal_error): Convert to common diagnostics. | Tobias Burnus | 1 | -3/+3 |
2014-11-25 | gfortran.h (gfc_option_t): Remove flags moved as Var to .opt. | Tobias Burnus | 1 | -19/+17 |
2014-09-25 | check.c (check_co_collective): Renamed from | Tobias Burnus | 1 | -0/+18 |
2014-07-26 | check.c (gfc_check_sizeof): Permit for assumed type if and only if it has an ... | Tobias Burnus | 1 | -2/+4 |
2014-07-12 | check.c (gfc_check_atomic): Update for STAT=. | Tobias Burnus | 1 | -4/+75 |
2014-05-25 | check.c (gfc_check_num_images): New. | Tobias Burnus | 1 | -5/+8 |