aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-05io.c (resolve_tag): Check EXIST tag is a default logical.Steven G. Kargl1-0/+8
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus1-1/+1
2010-04-24re PR fortran/43832 (OPEN statement not diagnosing missing unit number)Jerry DeLisle1-2/+5
2010-04-13[multiple changes]Jerry DeLisle1-20/+7
2010-04-09re PR fortran/28039 (Warn when ignoring extra characters in the format specif...Bud Davis1-7/+21
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-3/+0
2009-10-11re PR fortran/38439 (I/O PD edit descriptor inconsistency)Jerry DeLisle1-2/+4
2009-09-29re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle1-7/+40
2009-08-26re PR fortran/28039 (Warn when ignoring extra characters in the format specif...Bud Davis1-14/+15
2009-08-25re PR fortran/41162 (416.gamess in SPEC CPU 2006 failed to build)Jerry DeLisle1-2/+13
2009-08-25re PR fortran/41154 (Comma required after P descriptor)Jerry DeLisle1-2/+2
2009-08-24re PR fortran/35754 (-std=f95: Reject "1P2E12.4" w/o a comma after the "P")Jerry DeLisle1-10/+25
2009-08-24re PR fortran/37446 (Diagnostic of edit descriptors, esp. EN)Jerry DeLisle1-12/+51
2009-08-23[multiple changes]Bud Davis1-15/+14
2009-08-17re PR fortran/41075 ([F2008] Implement unlimited format item)Jerry DeLisle1-19/+56
2009-07-23re PR fortran/40839 (gfortran segmentation fault when a unit number is missing)Jakub Jelinek1-2/+11
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle1-3/+51
2009-05-14re PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)Jakub Jelinek1-13/+30
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-2/+2
2008-12-21re PR fortran/38398 (g0.w edit descriptor: Update for F2008 Tokyo meeting cha...Jerry DeLisle1-3/+13
2008-12-07re PR fortran/38425 (I/O: POS= compile-time diagnostics)Jerry DeLisle1-5/+13
2008-12-06re PR fortran/38291 (Rejects I/O with POS= if FMT=*)Jerry DeLisle1-2/+3
2008-11-22re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...Jakub Jelinek1-1/+4
2008-11-15re PR fortran/37988 (Edit descriptor checking (compile time) for "<Holerith>T)")Jerry DeLisle1-8/+28
2008-10-31re PR fortran/35840 (ICE for character expression in I/O specifier)Mikael Morin1-1/+1
2008-09-14re PR fortran/35840 (ICE for character expression in I/O specifier)Jerry DeLisle1-5/+8
2008-09-02re PR fortran/37228 (F2008: Support g0.<d> edit descriptor)Jerry DeLisle1-14/+11
2008-08-16re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-2/+1
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-11/+11