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