aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-22re PR fortran/29835 (Error message of unknown edit descriptor needs improvement)Daniel Kraft1-7/+20
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-14/+14
2008-07-14re PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for in...Jerry DeLisle1-3/+14
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-6/+6
2008-06-07PR fortran/36420, 36422Jerry DeLisle1-1/+19
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-35/+49
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-13/+6
2008-05-03re PR fortran/33268 (read ('(f3.3)'), a rejected due to the extra (...))Jerry DeLisle1-14/+57
2008-04-07PR fortran/25829 28655Jerry DeLisle1-35/+68
2008-04-06re PR fortran/35832 (Better error message for wrong arguments to I/O statements)Tobias Schlüter1-58/+81
2008-04-06io.c (check_io_constraints): Add constrains.Tobias Burnus1-3/+10
2008-04-05PR fortran/25829 28655Jerry DeLisle1-76/+498
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-06re PR fortran/34654 (no unformatted on internal file)Tobias Burnus1-0/+5
2007-11-17re PR fortran/34108 (ICE: Segmentation fault occurs by "write(*,0)" statement)Francois-Xavier Coudert1-2/+6
2007-09-24re PR fortran/33269 (Diagnose missing "(" in "PRINT ('a'),")Tobias Schlüter1-2/+5
2007-09-20io.c (resolve_tag_format): New function using code split out and simplified f...Tobias Schlüter1-108/+92
2007-08-31re PR fortran/33232 (Diagnose comma in "read()," and "write(),")Tobias Burnus1-3/+2
2007-08-10re PR fortran/32987 (TAB in FORMAT: accept extension, warn with -std=f*)Tobias Burnus1-11/+72
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-04re PR fortran/32545 (Give an (compile time) error not a warning for wrong edi...Jerry DeLisle1-17/+8
2007-06-30re PR fortran/32555 (Miscompilation of NIST testsuite)Tobias Burnus1-0/+1
2007-06-29re PR fortran/32483 (edit descriptor checking: Compile-time check for zero wi...Tobias Burnus1-9/+21
2007-06-22re PR fortran/31162 (missing warning for real do-loops with implicit typed va...Jerry DeLisle1-1/+1
2007-06-08re PR fortran/32223 (Backslash handling inconsistent)Steven G. Kargl1-31/+8
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-1/+1
2007-05-26re PR fortran/31813 (Warn about deleted feature: H edit descriptor)Jerry DeLisle1-13/+15
2007-01-26Steven G.Steven G. Kargl1-2/+43
2007-01-08interface.c, [...]: Update Copyright years.Steven G. Kargl1-173/+157
2006-12-28re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle1-1/+9
2006-11-18re PR fortran/24285 ([4.2 only] format(1000(a,$)))Francois-Xavier Coudert1-3/+4
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-1/+1
2006-11-07decl.c (match_attr_spec, [...]): Unify gfc_notify_std message for GFC_STD_F2003.Tobias Burnus1-1/+1
2006-10-30re PR fortran/29452 (Keyword check for specifiers in WRITE and READ)Tobias Burnus1-2/+2
2006-10-28re PR fortran/28224 (gfortran should support namelist (nml) for internal file...Tobias Burnus1-3/+7
2006-10-16io.c (gfc_match_close): Ensure that status is terminated by a NULL element.Kaz Kojima1-1/+1
2006-10-16re PR fortran/29403 ([4.1 only] print ('(a)') not working, print '(a) works)Steven G. Kargl1-4/+21
2006-10-13re PR fortran/21435 (fails to open nonexisting file with status scratch)François-Xavier Coudert1-0/+342
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-0/+9