Age | Commit message (Expand) | Author | Files | Lines |
2020-07-01 | Fortran : Fortran translation issues PR52279 | Mark Eggleston | 1 | -1/+1 |
2020-06-22 | Fortran : Missing gcc-internal-format PR42693 | Mark Eggleston | 1 | -10/+9 |
2020-05-18 | PR fortran/95053 - division by zero constants | Harald Anlauf | 1 | -32/+0 |
2020-05-11 | PR fortran/95053 - ICE in gfc_divide(): Bad basic type | Harald Anlauf | 1 | -1/+2 |
2020-05-10 | PR fortran/93499 - ICE on division by zero in declaration statements | Harald Anlauf | 1 | -0/+34 |
2020-03-28 | Patch for PR94246 | Paul Thomas | 1 | -5/+5 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-30 | Catch division by zero errors in array sizes. | Thomas Koenig | 1 | -0/+6 |
2019-11-27 | PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0 | Tobias Burnus | 1 | -2/+2 |
2019-11-20 | PR 92463 MPFR modernization in GFortran | Janne Blomqvist | 1 | -4/+4 |
2019-11-08 | * arith.c (character2representation): Change i type to size_t. | Jakub Jelinek | 1 | -2/+1 |
2019-11-08 | Allow CHARACTER literals in assignments and data statements. | Mark Eggleston | 1 | -4/+92 |
2019-07-23 | arith.c (gfc_convert_integer, [...]): Move to ... | Steven G. Kargl | 1 | -50/+0 |
2019-06-15 | arith.c (arith_power): Rework overflow of an integer to an integer exponent. | Steven G. Kargl | 1 | -23/+28 |
2019-03-08 | re PR other/80058 (fix double spaces in string literals everywhere) | Jakub Jelinek | 1 | -1/+1 |
2019-02-24 | re PR fortran/89266 (ICE with TRANSFER of len=0 character array constructor) | Harald Anlauf | 1 | -2/+2 |
2019-02-02 | re PR fortran/88298 (Bogus conversion warning for CSHIFT with -fno-range-chec... | Thomas Koenig | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-06 | re PR fortran/86111 (ICE in gfc_arith_concat, at fortran/arith.c:985) | Thomas Koenig | 1 | -1/+11 |
2018-03-10 | re PR fortran/84734 (Compiling codes with insane array dimensions gives an IC... | Steven G. Kargl | 1 | -3/+7 |
2018-01-22 | PR 78534, 83704 Large character lengths | Janne Blomqvist | 1 | -3/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-09 | re PR fortran/83316 (ICE: minval/maxval and characters) | Thomas Koenig | 1 | -0/+12 |
2017-11-08 | re PR fortran/82884 (ICE in gfc_resolve_character_array_constructor, at fortr... | Steven G. Kargl | 1 | -0/+1 |
2017-06-24 | re PR fortran/81160 (arith.c:2009: bad statement order ?) | Jerry DeLisle | 1 | -2/+3 |
2017-01-23 | arith.c (arith_power): If simplifying integer power expression to zero... | Thomas Koenig | 1 | -0/+4 |
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-11-06 | re PR fortran/78221 (bogus warning: Non-zero imaginary part discarded in conv... | Thomas Koenig | 1 | -4/+4 |
2016-10-30 | re PR fortran/67219 (Incorrect conversion warning) | Thomas Koenig | 1 | -5/+5 |
2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-07-01 | arith.c (gfc_arith_divide): With -Winteger-division... | Thomas Koenig | 1 | -2/+22 |
2015-06-06 | re PR fortran/47359 (Recursive functions of intrinsic names generates invalid... | Thomas Koenig | 1 | -2/+226 |
2015-02-01 | Always pass 0 or option number to gfc_warning*. | Joseph Myers | 1 | -3/+4 |
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 | -9/+9 |
2014-12-11 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -3/+3 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -7/+7 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -6/+6 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -2/+2 |
2014-04-27 | re PR fortran/59604 (Constant comparisons with -fno-range-check and int(z'...')) | Thomas Koenig | 1 | -0/+11 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -8/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-09-15 | arith.c (arith_power): Call gfc_free_expr in case of error. | Tobias Burnus | 1 | -2/+8 |
2012-07-17 | re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc) | Janus Weil | 1 | -2/+2 |