| Commit message (Expand) | Author | Age | Files | Lines |
* | gfortran.texi: Update documentation to catch up with BOZ changes. | Steven G. Kargl | 2019-09-04 | 3 | -35/+24 |
* | re PR fortran/91589 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2... | Paul Thomas | 2019-09-02 | 2 | -3/+18 |
* | re PR fortran/91552 (ICE with valid array constructor) | Steven G. Kargl | 2019-09-02 | 2 | -6/+36 |
* | array.c (spec_dimen_size): Check for the presence of expressions for the bounds. | Paul Thomas | 2019-09-01 | 16 | -77/+1086 |
* | re PR fortran/91587 (ICE in gfc_resolve_filepos, at fortran/io.c:2913) | Steven G. Kargl | 2019-08-31 | 2 | -1/+6 |
* | re PR fortran/91551 (ICE in sort_actual, at fortran/intrinsic.c:4193) | Steven G. Kargl | 2019-08-28 | 2 | -22/+38 |
* | re PR fortran/91565 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6707 ... | Steven G. Kargl | 2019-08-28 | 2 | -3/+37 |
* | re PR fortran/91564 (ICE in gimplify_expr, at gimplify.c:14147) | Steven G. Kargl | 2019-08-28 | 2 | -0/+22 |
* | Stated standards in documentation | Mark Eggleston | 2019-08-28 | 2 | -168/+178 |
* | re PR fortran/91496 (!GCC$ directives error if mistyped or unknown) | Harald Anlauf | 2019-08-27 | 8 | -2/+195 |
* | Options documentation fixes. | Mark Eggleston | 2019-08-27 | 2 | -26/+36 |
* | re PR fortran/91390 (treatment of extra parameter in a subroutine call) | Thomas Koenig | 2019-08-26 | 4 | -6/+27 |
* | re PR fortran/91390 (treatment of extra parameter in a subroutine call) | Thomas Koenig | 2019-08-24 | 5 | -98/+153 |
* | PDF Layout | Mark Eggleston | 2019-08-23 | 2 | -239/+538 |
* | re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs) | Jakub Jelinek | 2019-08-23 | 2 | -2/+8 |
* | Intrinsic documentation layout changes. | Mark Eggleston | 2019-08-23 | 2 | -26/+23 |
* | ABS Documentation fix | Mark Eggleston | 2019-08-23 | 2 | -2/+6 |
* | intrinsic.c (add_subroutines): ERRMSG is INTENT(INOUT) in co_broadcast, co_ma... | Steven G. Kargl | 2019-08-22 | 2 | -5/+10 |
* | Intrinsic documentation changes. | Mark Eggleston | 2019-08-20 | 2 | -7/+18 |
* | Update BOZ constant documentation. | Mark Eggleston | 2019-08-19 | 2 | -7/+6 |
* | re PR fortran/91485 (Erroneous conflict between variable x and operator(.x.)) | Steven G. Kargl | 2019-08-19 | 2 | -1/+7 |
* | re PR fortran/82992 (ICE in create_int_parameter_array, at fortran/module.c:6... | Steven G. Kargl | 2019-08-17 | 2 | -0/+22 |
* | re PR fortran/78739 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1477) | Steven G. Kargl | 2019-08-17 | 2 | -0/+36 |
* | re PR fortran/78719 ([F03] ICE in gfc_get_symbol_decl, at fortran/trans-decl.... | Steven G. Kargl | 2019-08-17 | 2 | -3/+9 |
* | re PR fortran/91471 (f951: internal compiler error: gfc_variable_attr(): Bad ... | Steven G. Kargl | 2019-08-17 | 2 | -6/+12 |
* | PR fortran/68401 Improve allocation error message | Janne Blomqvist | 2019-08-17 | 4 | -35/+64 |
* | Allow automatics in equivalences | Mark Eggleston | 2019-08-16 | 4 | -56/+141 |
* | tree-ssa-forwprop.c (simplify_builtin_call): Do not remove stmt at gsi_p, ins... | Richard Biener | 2019-08-16 | 2 | -1/+6 |
* | re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p... | Thomas Koenig | 2019-08-15 | 6 | -20/+147 |
* | re PR fortran/87991 (ICE in gfc_constructor_append_expr, at fortran/construct... | Steven G. Kargl | 2019-08-14 | 2 | -10/+25 |
* | re PR fortran/88072 (gfortran crashes with an internal compiler error) | Steven G. Kargl | 2019-08-13 | 2 | -3/+9 |
* | re PR fortran/90563 (Out of bounds error when compiling with -Wextra) | Thomas Koenig | 2019-08-13 | 2 | -1/+12 |
* | re PR fortran/89647 (Host associated procedure unable to be used as binding t... | Steven G. Kargl | 2019-08-13 | 2 | -2/+28 |
* | re PR fortran/87993 (ICE in gfc_constructor_first, at fortran/constructor.c:234) | Steven G. Kargl | 2019-08-13 | 2 | -0/+11 |
* | re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747) | Thomas Koenig | 2019-08-13 | 3 | -1/+16 |
* | PR fortran/91414: Improved PRNG | Janne Blomqvist | 2019-08-13 | 3 | -8/+13 |
* | re PR fortran/91424 (Extend warnings about DO loops) | Thomas Koenig | 2019-08-12 | 2 | -1/+30 |
* | PR fortran/91413 Generate warning when making array static | Janne Blomqvist | 2019-08-11 | 4 | -2/+21 |
* | decl.c (match_old_style_init): Use a clearer error message. | Steven G. Kargl | 2019-08-10 | 7 | -24/+126 |
* | Assorted ChangeLog cleanups. | Jakub Jelinek | 2019-08-10 | 1 | -16/+20 |
* | re PR fortran/91359 (logical function X returns .TRUE. - Warning: spaghetti ... | Steven G. Kargl | 2019-08-06 | 2 | -0/+20 |
* | re PR fortran/42546 (ALLOCATED statement typo in the docs and for scalar vari... | Steven G. Kargl | 2019-08-06 | 3 | -0/+45 |
* | re PR fortran/91372 (Error: Unclassifiable statement) | Steven G. Kargl | 2019-08-05 | 2 | -2/+9 |
* | re PR fortran/88227 (ICE in gfc_convert_boz, at fortran/target-memory.c:788) | Steven G. Kargl | 2019-08-04 | 2 | -8/+189 |
* | re PR fortran/90985 (Wrong error message with variables named "DATA*") | Steven G. Kargl | 2019-08-02 | 2 | -0/+13 |
* | Correct the PR number for 90297 to 90986. | Steven G. Kargl | 2019-08-02 | 1 | -1/+1 |
* | re PR fortran/90297 (gcc/fortran/resolve.c: 2 * possibly redundant code ?) | Steven G. Kargl | 2019-08-02 | 2 | -0/+15 |
* | re PR fortran/91296 (ICE when passing complex number %re/%im as a procedure a... | Steven G. Kargl | 2019-07-30 | 2 | -0/+13 |
* | re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084) | Thomas Koenig | 2019-07-29 | 8 | -16/+148 |
* | re PR fortran/65819 (overzealous checking in gfc_check_dependency for identic... | Thomas Koenig | 2019-07-25 | 3 | -19/+42 |