Age | Commit message (Expand) | Author | Files | Lines |
2019-11-28 | re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ... | Jerry DeLisle | 1 | -3/+16 |
2019-11-07 | re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ... | Jerry DeLisle | 1 | -7/+26 |
2019-10-02 | re PR fortran/91942 (ICE in match_vtag, at fortran/io.c:1485) | Steven G. Kargl | 1 | -17/+31 |
2019-09-28 | re PR fortran/91864 (ICE in gfc_check_do_variable, at fortran/parse.c:4405) | Steven G. Kargl | 1 | -2/+11 |
2019-09-11 | re PR fortran/91642 (ICE: Bad IO basetype (transfer_expr, at fortran/trans-io... | Steven G. Kargl | 1 | -0/+11 |
2019-09-04 | re PR fortran/91650 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const... | Steven G. Kargl | 1 | -0/+9 |
2019-08-31 | re PR fortran/91587 (ICE in gfc_resolve_filepos, at fortran/io.c:2913) | Steven G. Kargl | 1 | -1/+1 |
2019-06-22 | re PR fortran/89782 (Can do an internal READ of a character array when it is ... | Jerry DeLisle | 1 | -0/+8 |
2019-06-19 | re PR fortran/89103 (Allow blank format items in format strings) | Jim MacArthur | 1 | -0/+9 |
2019-06-13 | io.c (check_format): Use G_(...) instead of _(...) for error values... | Jakub Jelinek | 1 | -26/+35 |
2019-05-22 | fortran/89100: Default widths with -fdec-format-defaults | Janne Blomqvist | 1 | -4/+27 |
2019-02-22 | re PR fortran/83057 (OPEN without a filename and without STATUS='SCRATCH' cou... | Harald Anlauf | 1 | -6/+5 |
2019-01-31 | re PR fortran/52564 (Accepts invalid: Missing I/O list after comma) | Jerry DeLisle | 1 | -0/+17 |
2019-01-19 | re PR fortran/77960 (ICE in gfc_conv_ss_startstride, at fortran/trans-array.c... | Steven G. Kargl | 1 | -0/+10 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-23 | re PR fortran/88328 (ICE in resolve_tag_format, at fortran/io.c:1641) | Steven G. Kargl | 1 | -1/+16 |
2018-12-11 | re PR fortran/88249 (ICE in gfc_resolve_filepos, at fortran/io.c:2853) | Steven G. Kargl | 1 | -7/+6 |
2018-12-11 | 2018-12-10 Steven G. Kargl <kargl@gcc.gnu.org> | Steven G. Kargl | 1 | -0/+30 |
2018-12-10 | re PR fortran/88269 (ICE in gfc_format_decoder, at fortran/error.c:947) | Steven G. Kargl | 1 | -5/+11 |
2018-12-09 | re PR fortran/88205 (ICE in gfc_wide_strncasecmp, at fortran/scanner.c:249) | Steven G. Kargl | 1 | -27/+27 |
2018-03-28 | gfortran.h (gfc_dt): Rename default_exp field to dec_ext. | Jakub Jelinek | 1 | -2/+3 |
2018-03-26 | re PR fortran/66709 (ICE on formatted io with parameter array specifier fmt) | Thomas Koenig | 1 | -1/+43 |
2018-02-18 | re PR fortran/84389 (Defined output: unexpected compiler error with the use o... | Jerry DeLisle | 1 | -0/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-07 | gfortran.h (async_io_dt): Add external reference. | Thomas Koenig | 1 | -3/+27 |
2017-10-03 | io.c (match_wait_element): Correctly match END and EOR tags. | Thomas Koenig | 1 | -2/+2 |
2017-05-18 | re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-... | Fritz Reese | 1 | -6/+6 |
2017-05-13 | io.c (gfc_resolve_dt): Fix returns to bool type. | Jerry DeLisle | 1 | -3/+3 |
2017-05-11 | re PR fortran/78659 ([F03] Spurious "requires DTIO" reported against namelist... | Jerry DeLisle | 1 | -10/+67 |
2017-04-23 | re PR fortran/80484 (Three syntax errors involving derived-type I/O) | Jerry DeLisle | 1 | -48/+58 |
2017-03-22 | re PR fortran/79602 (translation: globally replace '%s' with %qs) | Dominique d'Humieres | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-16 | re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co... | Jerry DeLisle | 1 | -1/+2 |
2016-11-17 | re PR fortran/58001 (Make it possible to silence "Extension: Tab character in... | Steven G. Kargl | 1 | -26/+13 |
2016-11-03 | Default missing exponents to 0 with -fdec. | Fritz Reese | 1 | -0/+4 |
2016-10-31 | re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi... | Jerry DeLisle | 1 | -21/+25 |
2016-10-26 | New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec. | Fritz Reese | 1 | -2/+175 |
2016-09-30 | re PR fortran/66643 (Missing compilation error for formatted data transfer wi... | Jerry DeLisle | 1 | -0/+6 |
2016-09-23 | re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO)) | Jerry DeLisle | 1 | -2/+4 |
2016-08-31 | [multiple changes] | Paul Thomas | 1 | -1/+87 |
2016-07-30 | re PR fortran/70006 (Duplicate errors "label not defined") | Steven G. Kargl | 1 | -1/+1 |
2016-06-11 | re PR fortran/60751 (Extra comma in WRITE statement not diagnosed) | Dominique d'Humieres | 1 | -1/+1 |
2016-06-05 | re PR fortran/71404 (416.gamess in SPEC CPU 2006 failed to build) | Jerry DeLisle | 1 | -0/+3 |
2016-06-01 | re PR fortran/52393 (I/O: "READ format" statement with parenthesed default-ch... | Jerry DeLisle | 1 | -14/+49 |
2016-02-27 | re PR fortran/69910 (ICE with NEWUNIT) | Jerry DeLisle | 1 | -7/+10 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-10 | Fix misleading indentation in gcc/fortran/io.c | David Malcolm | 1 | -2/+2 |
2015-12-09 | re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q... | Tobias Burnus | 1 | -1/+1 |
2015-11-13 | re PR fortran/68319 (ICE on using interface with included entry) | Steven G. Kargl | 1 | -0/+9 |