Age | Commit message (Expand) | Author | Files | Lines |
2020-04-22 | For assumed-size arrays check if the reference is to a full array. | Jose Rui Faustino de Sousa | 1 | -1/+3 |
2020-04-19 | Fix PR fortran/93500, ICE on invalid. | Thomas König | 1 | -1/+5 |
2020-04-15 | Simplify recently introduced check to simplify_bound. | Fritz Reese | 1 | -4/+4 |
2020-04-13 | ICE on wrong code [PR94192]. | Linus Koenig | 1 | -0/+4 |
2020-04-07 | Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics. | Fritz Reese | 1 | -116/+184 |
2020-02-25 | Dead code in fortran/simplify.c | Steven G. Kargl | 1 | -5/+0 |
2020-02-24 | ortran: ICE using SHAPE with FINDLOC PR93835 | Mark Eggleston | 1 | -4/+8 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-27 | re PR fortran/91944 (ICE in gfc_conv_array_initializer, at fortran/trans-arra... | Jakub Jelinek | 1 | -1/+1 |
2019-11-25 | re PR fortran/92629 (internal compiler error: in convert_mpz_to_unsigned, at ... | Harald Anlauf | 1 | -2/+4 |
2019-11-20 | PR 92463 MPFR modernization: Revert r269139 | Janne Blomqvist | 1 | -9/+5 |
2019-11-20 | PR 92463 MPFR modernization in GFortran | Janne Blomqvist | 1 | -10/+10 |
2019-11-11 | Bump minimum MPFR version to 3.1.0 | Janne Blomqvist | 1 | -37/+0 |
2019-11-08 | Allow CHARACTER literals in assignments and data statements. | Mark Eggleston | 1 | -4/+25 |
2019-10-08 | re PR fortran/91801 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6733) | Steven G. Kargl | 1 | -1/+9 |
2019-10-03 | re PR fortran/91497 (-Wconversion warns when doing explicit type conversion) | Steven G. Kargl | 1 | -1/+44 |
2019-10-02 | re PR fortran/91784 (ICE in gfc_real2complex, at fortran/arith.c:2208) | Steven G. Kargl | 1 | -3/+3 |
2019-09-13 | re PR fortran/91566 (ICE in gfc_constructor_copy, at fortran/constructor.c:103) | Steven G. Kargl | 1 | -2/+7 |
2019-09-11 | re PR fortran/91553 (ICE in gfc_real2complex, at fortran/arith.c:2208) | Steven G. Kargl | 1 | -0/+6 |
2019-08-28 | re PR fortran/91565 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6707 ... | Steven G. Kargl | 1 | -3/+31 |
2019-07-23 | arith.c (gfc_convert_integer, [...]): Move to ... | Steven G. Kargl | 1 | -41/+25 |
2019-07-03 | Remove another bunch of dead assignment. | Martin Liska | 1 | -15/+12 |
2019-02-24 | re PR fortran/89266 (ICE with TRANSFER of len=0 character array constructor) | Harald Anlauf | 1 | -2/+6 |
2019-02-23 | re PR tree-optimization/88074 (g++ hangs on math expression) | David Malcolm | 1 | -5/+9 |
2019-02-21 | re PR fortran/86119 (Intrinsic len has wrong type if used within select type ... | Thomas Koenig | 1 | -1/+1 |
2019-02-16 | re PR tree-optimization/88074 (g++ hangs on math expression) | Jakub Jelinek | 1 | -10/+72 |
2019-01-09 | re PR fortran/68426 (Simplification of SPREAD with a derived type element is ... | Thomas Koenig | 1 | -1/+2 |
2019-01-07 | re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic) | Thomas Koenig | 1 | -0/+12 |
2019-01-06 | re PR fortran/88658 (Intrinsic MAX1 returns a REAL result, should be INTEGER.) | Thomas Koenig | 1 | -1/+23 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-16 | re PR fortran/88116 (ICE in gfc_convert_constant(): Unexpected type) | Steven G. Kargl | 1 | -1/+1 |
2018-11-01 | re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and... | Paul Thomas | 1 | -1/+3 |
2018-10-30 | re PR fortran/85896 (ICE in gfc_convert_constant(): Unexpected type) | Thomas Koenig | 1 | -11/+0 |
2018-10-28 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -1/+353 |
2018-10-06 | re PR fortran/84640 (gcc/fortran/simplify.c:2587:9: runtime error: pointer in... | Thomas Koenig | 1 | -3/+6 |
2018-09-03 | simplify.c (gfc_simplify_modulo): Re-arrange code to test whether 'P' is zero... | Jerry DeLisle | 1 | -29/+32 |
2018-06-07 | re PR fortran/86045 (ICE in reduce_binary_ac, at fortran/arith.c:1308) | Steven G. Kargl | 1 | -18/+23 |
2018-05-08 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -16/+32 |
2018-03-30 | re PR fortran/84931 (Expansion of array constructor with constant implied-do-... | Paul Thomas | 1 | -32/+25 |
2018-03-30 | re PR fortran/85111 (ICE in min_max_choose, at fortran/simplify.c:4884 (and o... | Thomas Koenig | 1 | -2/+2 |
2018-03-19 | re PR fortran/84931 (Expansion of array constructor with constant implied-do-... | Thomas Koenig | 1 | -12/+18 |
2018-03-11 | re PR fortran/66128 (ICE for some intrinsics with zero sized array parameter) | Thomas Koenig | 1 | -158/+19 |
2018-03-06 | re PR fortran/84697 (minloc/maxloc not simplified with zero size) | Thomas Koenig | 1 | -26/+28 |
2018-03-03 | re PR fortran/66128 (ICE for some intrinsics with zero sized array parameter) | Steven G. Kargl | 1 | -0/+180 |
2018-03-03 | re PR fortran/51434 (ICE with scalar init of an array parameter, used in DT d... | Steven G. Kargl | 1 | -3/+6 |
2018-02-01 | PR 83705 Repeat with large values | Janne Blomqvist | 1 | -4/+8 |
2018-01-26 | Partial Failed Images patch | Damian Rouson | 1 | -2/+26 |
2018-01-26 | re PR fortran/83998 (ICE in gfc_conv_intrinsic_dot_product, at fortran/trans-... | Steven G. Kargl | 1 | -15/+17 |
2018-01-22 | PR 78534, 83704 Large character lengths | Janne Blomqvist | 1 | -4/+4 |
2018-01-20 | re PR fortran/83900 (ICE in gfc_simplify_matmul, at fortran/simplify.c:4593) | Steven G. Kargl | 1 | -3/+17 |