aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/scanner.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17PR 40958 Compress module files with zlib.Janne Blomqvist1-10/+2
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-13/+13
2013-02-14re PR fortran/56224 (gfortran -fopenmp cannot find omp_lib.h)Thomas Koenig1-2/+3
2013-01-21re PR fortran/55919 (Bogus warning with -J directory/)Thomas Koenig1-1/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-03re PR fortran/55475 (heap-buffer-overflow in fortran/error.c)Tobias Burnus1-2/+4
2012-08-04Fix PR 54033, problems with -I, with test casesThomas Koenig1-5/+8
2012-08-01re PR fortran/54033 (gfortran: Passing file as include directory - add diagno...Thomas Koenig1-1/+18
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2011-08-28Fix the use of linemap_add and remove unnecessary kludgeDodji Seketeli1-2/+22
2011-04-19Use XCNEWVAR instead of xcallocJanne Blomqvist1-2/+2
2011-04-19Replace gfc_getmem with XCNEW, XCNEWVEC or xcallocJanne Blomqvist1-2/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-23/+23
2011-03-25Changelog c-family/Kai Tietz1-3/+3
2011-01-21re PR fortran/47394 (Internal compiler error when error count limit is reached)Tobias Burnus1-2/+2
2010-12-11re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle1-6/+6
2010-10-25re PR fortran/46140 (Include not found - but exit status code is zero)Steven G. Kargl1-1/+3
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-7/+5
2010-07-25re PR fortran/42852 (gfortran -Wall warns about truncated lines when only a c...Jerry DeLisle1-1/+2
2010-07-25re PR fortran/42852 (gfortran -Wall warns about truncated lines when only a c...Jerry DeLisle1-14/+42
2010-06-13re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...Daniel Franke1-12/+27
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-1/+1
2009-09-01re PR fortran/39229 (No warning of truncated lines if a continuation line fol...Jerry DeLisle1-1/+20
2009-08-17re PR fortran/41075 ([F2008] Implement unlimited format item)Jerry DeLisle1-1/+1
2009-06-28re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus1-1/+49
2009-04-21re PR fortran/39811 (Bogus warning for valid continuation lines)Tobias Burnus1-1/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-19scanner.c (load_line): At end of line, skip '\r' without setting the truncati...Daniel Franke1-0/+3
2008-11-03re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)Tobias Burnus1-11/+23
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-4/+4
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-1/+1
2008-07-19re PR fortran/36342 (Missing file name in compilation diagnostics of preproce...Tobias Burnus1-7/+10
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-3/+3
2008-06-20re PR debug/34908 (valgrind error indication from testsuite hashtab.c : htab_...Laurynas Biveinis1-1/+3
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-17/+14
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-6/+12
2008-05-29scanner.c (load_line): Add first_char argument.Francois-Xavier Coudert1-22/+27
2008-05-25re PR fortran/18428 (No preprocessing option -cpp for gfortran)Daniel Franke1-1/+10
2008-05-14re PR fortran/36215 (Fortran bootstrap fails on _abs_c4.F90)Francois-Xavier Coudert1-1/+1
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-18/+65
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-64/+242
2008-04-20re PR fortran/35882 (Miscounted continuation lines when interspersed with data)Jerry DeLisle1-3/+13
2008-04-14re PR fortran/35882 (Miscounted continuation lines when interspersed with data)Jerry DeLisle1-1/+2
2008-04-06dump-parse-tree.c: Use fprintf, fputs and fputc instead of gfc_status and gfc...François-Xavier Coudert1-4/+2
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-19/+0
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-22re PR fortran/34899 (Continuation lines with <tab><number> not recognized)Tobias Burnus1-4/+18
2008-01-07re PR fortran/34659 (corner case continuation line)Jerry DeLisle1-1/+1
2007-12-08re PR fortran/34359 (ICE in December 6 version of gfortran when compiling a f...Jakub Jelinek1-55/+53