Age | Commit message (Expand) | Author | Files | Lines |
2015-08-07 | re PR fortran/64104 ([F2003][IEEE] Allow IEEE functions in specification expr... | Francois-Xavier Coudert | 1 | -14/+59 |
2015-08-04 | re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ... | Francois-Xavier Coudert | 1 | -73/+6 |
2015-07-14 | simplify.c (gfc_simplify_floor): Set precision of temporary to that of arg. | Steven G. Kargl | 1 | -3/+1 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-02 | simplify.c (gfc_simplify_reshape): Convert assert into returning NULL, which ... | Steven G. Kargl | 1 | -2/+5 |
2015-05-11 | Fix fortran/66100 bound simplification ICE | Mikael Morin | 1 | -2/+2 |
2015-05-10 | bound simplification refactoring | Mikael Morin | 1 | -49/+36 |
2015-05-01 | Allow bound simplification of array subreferences. | Mikael Morin | 1 | -9/+3 |
2015-04-30 | re PR fortran/37131 (inline matmul for small matrix sizes) | Thomas Koenig | 1 | -0/+33 |
2015-01-18 | [multiple changes] | Paul Thomas | 1 | -0/+8 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-17 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -5/+5 |
2014-12-16 | re PR fortran/54687 (Use gcc option machinery for gfortran) | Tobias Burnus | 1 | -7/+7 |
2014-12-13 | error.c (gfc_error): Add variant which takes a va_list. | Tobias Burnus | 1 | -1/+1 |
2014-12-03 | re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC... | Manuel López-Ibáñez | 1 | -2/+4 |
2014-11-30 | gfortran.h (gfc_option_t): Remove warn_aliasing, | Tobias Burnus | 1 | -3/+2 |
2014-11-15 | error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. | Tobias Burnus | 1 | -1/+1 |
2014-10-11 | re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinit... | François-Xavier Coudert | 1 | -18/+70 |
2014-09-20 | trans-expr.c (gfc_reset_vptr): Fix comment whitespace. | Joost VandeVondele | 1 | -3/+4 |
2014-08-09 | re PR fortran/61999 (`gfc_simplify_dot_product` causes ICE for constant argum... | Thomas Koenig | 1 | -1/+10 |
2014-07-25 | simplify.c (gfc_simplify_storage_size): Use proper integer kind for the retur... | Tobias Burnus | 1 | -3/+1 |
2014-06-28 | re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception... | Francois-Xavier Coudert | 1 | -2/+84 |
2014-05-25 | check.c (gfc_check_num_images): New. | Tobias Burnus | 1 | -4/+15 |
2014-04-27 | re PR fortran/59604 (Constant comparisons with -fno-range-check and int(z'...')) | Thomas Koenig | 1 | -14/+18 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-07-25 | re PR fortran/57639 ([OOP] ICE with polymorphism (and illegal code)) | Janus Weil | 1 | -1/+2 |
2013-07-08 | re PR fortran/57785 (DOT_PRODUCT error with constant complex array) | Tobias Burnus | 1 | -8/+12 |
2013-06-24 | [multiple changes] | Tobias Burnus | 1 | -2/+18 |
2013-06-08 | re PR fortran/57553 ([F08] Valid use of STORAGE_SIZE rejected, bad error mess... | Tobias Burnus | 1 | -1/+1 |
2013-05-02 | re PR fortran/57142 (SIZE/SHAPE overflow despite kind=8) | Tobias Burnus | 1 | -23/+51 |
2013-04-22 | re PR fortran/53685 (surprising warns about transfer with explicit character ... | Janus Weil | 1 | -18/+2 |
2013-04-11 | Replace enum gfc_try with bool type. | Janne Blomqvist | 1 | -19/+18 |
2013-03-27 | re PR fortran/56650 (Odd error messages with C_SIZEOF for valid code) | Tobias Burnus | 1 | -1/+78 |
2013-03-26 | re PR fortran/56649 (ICE gfc_conv_structure with MERGE) | Tobias Burnus | 1 | -4/+39 |
2013-02-15 | re PR fortran/56318 (Wrong result with MATMUL of PARAMETER) | Tobias Burnus | 1 | -3/+3 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-07 | re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at... | Tobias Burnus | 1 | -1/+3 |
2012-12-20 | array.c (resolve_array_list): Apply C4106. | Paul Thomas | 1 | -34/+38 |
2012-09-23 | re PR fortran/54599 (Issues found in gfortran by the Coverity Scan) | Tobias Burnus | 1 | -4/+1 |
2012-09-17 | re PR fortran/54608 (Wrong-code with SCAN and VERIFY) | Tobias Burnus | 1 | -2/+4 |
2012-09-15 | match.c (lock_unlock_statement, [...]): Fix potential double freeing. | Tobias Burnus | 1 | -6/+5 |
2012-09-07 | re PR fortran/54208 (compilation error for ubound construct in PARAMETER stat... | Mikael Morin | 1 | -0/+3 |
2012-08-02 | iresolve.c (resolve_bound, [...]): Don't set the shape for assumed rank arrays. | Mikael Morin | 1 | -0/+3 |
2012-07-25 | trans-types.c (gfc_real16_is_float128): Fix spelling in a comment. | Tobias Burnus | 1 | -1/+1 |
2012-07-20 | re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3) | Tobias Burnus | 1 | -3/+10 |
2012-07-08 | gfortran.h: Do not include coretypes.h here. | Steven Bosscher | 1 | -0/+1 |
2012-05-05 | PR 49010,24518 MOD/MODULO fixes. | Janne Blomqvist | 1 | -14/+13 |
2012-02-02 | re PR fortran/52093 (Extra parenthesis with Size and Shape functions argument... | Tobias Burnus | 1 | -0/+1 |
2011-12-15 | primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays. | Tobias Burnus | 1 | -72/+2 |
2011-12-11 | re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso... | Paul Thomas | 1 | -5/+11 |