aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4899/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-18Fortran: reject FORMAT tag of unknown type.Harald Anlauf1-1/+1
2021-02-16Fortran: Reject DT as fmt in I/O statments [PR99111]Tobias Burnus1-0/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-01Fortran : Fortran translation issues PR52279Mark Eggleston1-13/+13
2020-04-29fortran/io.c: Fix use of uninitialized variable num [PR94769]Stefan Schulze Frielinghaus1-1/+3
2020-04-09PR fortran/87923 -- fix ICE when resolving I/O tags and simplify io.cFritz Reese1-478/+380
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-3/+16
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle1-7/+26
2019-10-02re PR fortran/91942 (ICE in match_vtag, at fortran/io.c:1485)Steven G. Kargl1-17/+31
2019-09-28re PR fortran/91864 (ICE in gfc_check_do_variable, at fortran/parse.c:4405)Steven G. Kargl1-2/+11
2019-09-11re PR fortran/91642 (ICE: Bad IO basetype (transfer_expr, at fortran/trans-io...Steven G. Kargl1-0/+11
2019-09-04re PR fortran/91650 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl1-0/+9
2019-08-31re PR fortran/91587 (ICE in gfc_resolve_filepos, at fortran/io.c:2913)Steven G. Kargl1-1/+1
2019-06-22re PR fortran/89782 (Can do an internal READ of a character array when it is ...Jerry DeLisle1-0/+8
2019-06-19re PR fortran/89103 (Allow blank format items in format strings)Jim MacArthur1-0/+9
2019-06-13io.c (check_format): Use G_(...) instead of _(...) for error values...Jakub Jelinek1-26/+35
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist1-4/+27
2019-02-22re PR fortran/83057 (OPEN without a filename and without STATUS='SCRATCH' cou...Harald Anlauf1-6/+5
2019-01-31re PR fortran/52564 (Accepts invalid: Missing I/O list after comma)Jerry DeLisle1-0/+17
2019-01-19re PR fortran/77960 (ICE in gfc_conv_ss_startstride, at fortran/trans-array.c...Steven G. Kargl1-0/+10
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-23re PR fortran/88328 (ICE in resolve_tag_format, at fortran/io.c:1641)Steven G. Kargl1-1/+16
2018-12-11re PR fortran/88249 (ICE in gfc_resolve_filepos, at fortran/io.c:2853)Steven G. Kargl1-7/+6
2018-12-112018-12-10 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl1-0/+30
2018-12-10re PR fortran/88269 (ICE in gfc_format_decoder, at fortran/error.c:947)Steven G. Kargl1-5/+11
2018-12-09re PR fortran/88205 (ICE in gfc_wide_strncasecmp, at fortran/scanner.c:249)Steven G. Kargl1-27/+27
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek1-2/+3
2018-03-26re PR fortran/66709 (ICE on formatted io with parameter array specifier fmt)Thomas Koenig1-1/+43
2018-02-18re PR fortran/84389 (Defined output: unexpected compiler error with the use o...Jerry DeLisle1-0/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-07gfortran.h (async_io_dt): Add external reference.Thomas Koenig1-3/+27
2017-10-03io.c (match_wait_element): Correctly match END and EOR tags.Thomas Koenig1-2/+2
2017-05-18re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-...Fritz Reese1-6/+6
2017-05-13io.c (gfc_resolve_dt): Fix returns to bool type.Jerry DeLisle1-3/+3
2017-05-11re PR fortran/78659 ([F03] Spurious "requires DTIO" reported against namelist...Jerry DeLisle1-10/+67
2017-04-23re PR fortran/80484 (Three syntax errors involving derived-type I/O)Jerry DeLisle1-48/+58
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-16re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co...Jerry DeLisle1-1/+2
2016-11-17re PR fortran/58001 (Make it possible to silence "Extension: Tab character in...Steven G. Kargl1-26/+13
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese1-0/+4
2016-10-31re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi...Jerry DeLisle1-21/+25
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese1-2/+175
2016-09-30re PR fortran/66643 (Missing compilation error for formatted data transfer wi...Jerry DeLisle1-0/+6
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle1-2/+4
2016-08-31[multiple changes]Paul Thomas1-1/+87