Age | Commit message (Expand) | Author | Files | Lines |
2019-12-30 | Catch division by zero errors in array sizes. | Thomas Koenig | 1 | -4/+27 |
2019-11-10 | re PR fortran/92123 ([F2018/array-descriptor] Scalar allocatable/pointer wit... | Paul Thomas | 1 | -11/+2 |
2019-11-01 | decl.c (match_byte_typespec): New function. | Steven G. Kargl | 1 | -16/+36 |
2019-11-01 | re PR fortran/90988 (Wrong error message with variables named "PUBLIC*") | Steven G. Kargl | 1 | -11/+16 |
2019-10-22 | re PR fortran/92174 (runtime error: index 15 out of bounds for type 'gfc_expr... | Steven G. Kargl | 1 | -9/+0 |
2019-10-15 | re PR fortran/89943 (Submodule functions are not allowed to have C binding) | Steven G. Kargl | 1 | -22/+64 |
2019-10-11 | re PR fortran/91715 (ICE in resolve_fntype, at fortran/resolve.c:16884) | Steven G. Kargl | 1 | -6/+10 |
2019-10-05 | re PR fortran/47054 (Compilation error when cray pointers are declared in bot... | Steven G. Kargl | 1 | -1/+1 |
2019-10-04 | PR fortran.91959 | Steven G. Kargl | 1 | -27/+33 |
2019-10-03 | Character typenames in errors and warnings | Mark Eggleston | 1 | -1/+1 |
2019-09-29 | re PR fortran/91714 (Accepts type statement without delimiter in free form) | Steven G. Kargl | 1 | -2/+20 |
2019-09-29 | re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141) | Jerry DeLisle | 1 | -1/+1 |
2019-09-28 | re PR fortran/91802 (ICE in mio_name_expr_t, at fortran/module.c:2141) | Steven G. Kargl | 1 | -0/+9 |
2019-09-05 | re PR fortran/91660 (Missing error on invalid type declaration) | Steven G. Kargl | 1 | -5/+20 |
2019-09-01 | array.c (spec_dimen_size): Check for the presence of expressions for the bounds. | Paul Thomas | 1 | -0/+1 |
2019-08-27 | re PR fortran/91496 (!GCC$ directives error if mistyped or unknown) | Harald Anlauf | 1 | -0/+55 |
2019-08-17 | re PR fortran/78719 ([F03] ICE in gfc_get_symbol_decl, at fortran/trans-decl.... | Steven G. Kargl | 1 | -3/+3 |
2019-08-10 | decl.c (match_old_style_init): Use a clearer error message. | Steven G. Kargl | 1 | -3/+4 |
2019-08-05 | re PR fortran/91372 (Error: Unclassifiable statement) | Steven G. Kargl | 1 | -2/+3 |
2019-08-02 | re PR fortran/90985 (Wrong error message with variables named "DATA*") | Steven G. Kargl | 1 | -0/+7 |
2019-07-23 | arith.c (gfc_convert_integer, [...]): Move to ... | Steven G. Kargl | 1 | -1/+20 |
2019-07-03 | Remove another bunch of dead assignment. | Martin Liska | 1 | -1/+0 |
2019-06-26 | re PR fortran/90988 (Wrong error message with variables named "PUBLIC*") | Steven G. Kargl | 1 | -51/+68 |
2019-06-21 | re PR fortran/51991 (Wrong error message with variables named "SAVE*") | Steven G. Kargl | 1 | -2/+7 |
2019-06-20 | re PR fortran/77632 ([F08] Pointer initialisation does not quite work with ar... | Steven G. Kargl | 1 | -0/+10 |
2019-06-19 | re PR fortran/69398 ([OOP] ICE on class with duplicate dimension attribute sp... | Steven G. Kargl | 1 | -0/+9 |
2019-06-15 | decl.c (gfc_match_derived_decl): Dummy argument cannot be a derived type. | Steven G. Kargl | 1 | -0/+7 |
2019-05-10 | re PR fortran/90093 (Extended C interop: optional argument incorrectly identi... | Paul Thomas | 1 | -13/+12 |
2019-04-22 | re PR fortran/90166 (Compiler Fails at Assembler) | Steven G. Kargl | 1 | -0/+29 |
2019-03-13 | re PR fortran/89601 ([PDT] ICE: Segmentation fault (in resolve_component)) | Janus Weil | 1 | -2/+12 |
2019-03-13 | [multiple changes] | Thomas Koenig | 1 | -2/+2 |
2019-03-12 | Replace can't in error messages for Fortran. | Martin Liska | 1 | -5/+5 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -3/+3 |
2019-03-09 | re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ... | Thomas Koenig | 1 | -2/+8 |
2019-02-23 | re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj... | Paul Thomas | 1 | -6/+7 |
2019-02-18 | Support if statement in !GCC$ builtin directive. | Martin Liska | 1 | -5/+16 |
2019-02-17 | re PR fortran/89077 (ICE using * as len specifier for character parameter) | Harald Anlauf | 1 | -0/+8 |
2019-02-04 | re PR fortran/89077 (ICE using * as len specifier for character parameter) | Harald Anlauf | 1 | -1/+1 |
2019-01-25 | re PR fortran/85780 (ICE in resolve_fl_procedure, at fortran/resolve.c:12504) | Steven G. Kargl | 1 | -2/+16 |
2019-01-11 | re PR fortran/35031 (ELEMENTAL procedure with BIND(C)) | Steven G. Kargl | 1 | -3/+13 |
2019-01-10 | re PR fortran/86322 (ICE in reference_record with data statement) | Steven G. Kargl | 1 | -1/+25 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -3/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-22 | re PR fortran/85798 (ICE in get_array_index, at fortran/data.c:69) | Steven G. Kargl | 1 | -0/+25 |
2018-12-16 | decl.c (variable_decl): Typo fixes. | Steven G. Kargl | 1 | -2/+2 |
2018-12-16 | re PR fortran/87994 (ICE in match_data_constant, at fortran/decl.c:399) | Steven G. Kargl | 1 | -0/+8 |
2018-12-15 | re PR fortran/88138 (ICE in gfc_arith_concat, at fortran/arith.c:1007) | Steven G. Kargl | 1 | -0/+16 |
2018-12-09 | 20180-12-08 Steven G. Kargl <kargl@gcc.gnu.org> | Steven G. Kargl | 1 | -0/+8 |
2018-11-27 | Support simd function declarations via a pre-include. | Martin Liska | 1 | -0/+41 |
2018-11-02 | re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 ch... | Thomas Koenig | 1 | -1/+1 |