aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-30re PR fortran/70006 (Duplicate errors "label not defined")Steven G. Kargl1-1/+1
2016-06-11re PR fortran/60751 (Extra comma in WRITE statement not diagnosed)Dominique d'Humieres1-1/+1
2016-06-05re PR fortran/71404 (416.gamess in SPEC CPU 2006 failed to build)Jerry DeLisle1-0/+3
2016-06-01re PR fortran/52393 (I/O: "READ format" statement with parenthesed default-ch...Jerry DeLisle1-14/+49
2016-02-27re PR fortran/69910 (ICE with NEWUNIT)Jerry DeLisle1-7/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10Fix misleading indentation in gcc/fortran/io.cDavid Malcolm1-2/+2
2015-12-09re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-1/+1
2015-11-13re PR fortran/68319 (ICE on using interface with included entry)Steven G. Kargl1-0/+9
2015-10-26re PR fortran/66056 (ICEs and endless compilation for lonely labels/numbers i...Louis Krupp1-1/+1
2015-10-02re PR fortran/66979 (gfortran internal compiler error with malformed FLUSH st...Steven G. Kargl1-0/+9
2015-08-19remove more useless typedefsTrevor Saunders1-3/+2
2015-07-17re PR fortran/66724 (ICE on input/output statements with wrong specifier data)Steven G. Kargl1-0/+8
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-06io.c (check_char_variable): New function.Steven G. Kargl1-7/+34
2015-07-04[multiple changes]Steven G. Kargl1-1/+80
2015-05-18re PR fortran/66039 (ICE on incomplete parentheses at rewind, flush, endfile,...Steven G. Kargl1-3/+1
2015-05-16re PR fortran/65903 (Line continuation followed by comment character in strin...Jerry DeLisle1-1/+1
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-12/+14
2015-01-26io.c (gfc_match_inquire): Replace "-1" by a defined constant.Tobias Burnus1-1/+1
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-0/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-1/+1
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-17/+17
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-2/+2
2014-06-06io.c (resolve_tag): Warn on non-default kind for NUMBER...Francois-Xavier Coudert1-3/+6
2014-03-20re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-3/+2
2014-03-19re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-17/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-12/+6
2013-07-08re PR fortran/50554 (INQUIRE cannot redefine DO index (r178939))Tobias Burnus1-2/+2
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-164/+153
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle1-1/+4
2012-10-28re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur...Tobias Burnus1-4/+5
2012-10-04expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus1-0/+3
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-31/+31
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-02-22re PR fortran/52335 (I/O: -std=f95 rejects valid DELIM= in OPEN)Tobias Burnus1-4/+0
2012-02-17re PR translation/52232 (translatable string typos: "conindexed" (should be "...Tobias Burnus1-1/+1