aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-08re PR fortran/50404 (SIGSEGV in gfc_resolve_close)Francois-Xavier Coudert1-0/+18
2011-10-202011-10-16 Steven G. Kargl<kargl@gcc.gnu.org>Steven G. Kargl1-8/+22
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-5/+5
2011-05-13re PR fortran/48972 (OPEN with Unicode file name)Tobias Burnus1-3/+13
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-8/+8
2011-02-09io.c (match_io_element): Do not set dt if not inquire.Jerry DeLisle1-1/+2
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-1/+29
2010-12-11re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle1-5/+5
2010-09-25re PR fortran/45776 (Full implementation of variable definition contexts (and...Daniel Kraft1-89/+116