aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/scanner.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-29re PR fortran/31645 (Error on reading Byte Order Mark)Francois-Xavier Coudert1-0/+27
2007-04-25module.c (module_char): Replace fgetc() with getc().Janne Blomqvist1-5/+5
2007-04-21re PR fortran/31495 (Is this continuation line legal?)Jerry DeLisle1-15/+7
2007-02-15re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE)Jerry DeLisle1-0/+3
2007-01-24[multiple changes]Jerry DeLisle1-7/+0
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-29/+28
2007-01-14re PR fortran/30452 ([4.2, 4.1 only] Strange syntax error with high-value cha...Thomas Koenig1-1/+1
2007-01-11simplify.c: Update copyright to 2007.Brooks Moses1-1/+1
2007-01-11re PR fortran/30430 (Memory corruption in the module search path code)Francois-Xavier Coudert1-2/+2
2007-01-04re PR fortran/30276 (gfortran include problem)Tobias Burnus1-5/+6
2007-01-02re PR fortran/30276 (gfortran include problem)Tobias Burnus1-0/+5
2006-11-17gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.Francois-Xavier Coudert1-21/+64
2006-11-14gfortran.h (GFC_MAX_LINE): Remove constant definition.Brooks Moses1-17/+9
2006-11-13re PR fortran/29759 (ice on line continuation in OMP statements (gfc_next_cha...Jakub Jelinek1-0/+1
2006-10-14re PR fortran/19261 (continuation character illegal as first non-blank charac...Jerry DeLisle1-5/+39
2006-10-06scanner.c (skip_free_comments): Return bool instead of void.Jakub Jelinek1-6/+15
2006-10-03re PR fortran/19262 (more than thirty-nine continuation lines should issue a ...Jerry DeLisle1-7/+56
2006-09-26re PR fortran/29097 (!$ include 'omp_lib.h' does not work)Jakub Jelinek1-1/+19
2006-06-01data.c (gfc_assign_data_value): Handle USE_MAPPED_LOCATION.Per Bothner1-4/+11
2006-03-15re PR fortran/19101 (missing & in character continuation not caught)Jerry DeLisle1-2/+7
2006-03-14re PR fortran/18537 (no warning about tabs with std=f95 option)Steven G. Kargl1-2/+30
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-23/+186
2006-01-27re PR fortran/25324 (Wrong DW_TAG_compile_unit generated when compiling prepr...Jakub Jelinek1-5/+160
2006-01-11re PR fortran/25486 (fortran fixed-form literal character constant not padded.)Bernhard Fischer1-3/+5
2005-11-30re PR fortran/21302 (Max line length in free form mode)Bernhard Fischer1-6/+20
2005-11-17re PR fortran/20811 (gfortran include problem (regression from g77))Francois-Xavier Coudert1-6/+10
2005-08-21gfortran.h (gfc_option_t): Remove source field.Tobias Schlüter1-100/+20
2005-08-19re PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)Steven G. Kargl1-10/+5
2005-08-09scanner.c (preprocessor_line): Don't write beyond the end of flag buffer.Jakub Jelinek1-1/+1
2005-07-14re PR fortran/22417 (gfortran preprocessing regression: nonsense warning abou...Jakub Jelinek1-4/+4
2005-07-07scanner.c (load_line): Add pbuflen argument, don't make buflen static.Jakub Jelinek1-13/+17
2005-07-07scanner.c (preprocessor_line): Only set current_file->line when errors have n...Jakub Jelinek1-16/+24
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-17scanner.c (gfc_next_char_literal): Reset truncation flag for lines ending in ...Richard Guenther1-2/+8
2005-04-15re PR fortran/14569 ([4.0 only] should not warn about truncated comment lines)Richard Guenther1-20/+12
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-6/+2
2004-12-15scanner.c (skip_fixed_comments): Fix typo in comment preceding function.Tobias Schlüter1-1/+1
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-10-04scanner.c (preprocessor_line): Accept preprocessor lines without file names.Erik Schnetter1-7/+33
2004-09-17gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays.Paul Brook1-1/+1
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-08* scanner.c (get_file): Add ATTRIBUTE_UNUSED.Paul Brook1-1/+1
2004-09-07error.c (show_locus): Handle mapped locations.Per Bothner1-4/+21
2004-07-18re PR fortran/16465 (parser chokes with ffixed-line-length-7)Tobias Schlüter1-13/+57
2004-06-22re PR fortran/15511 (Warning about truncated lines does not follow the standa...Tobias Schlüter1-11/+27
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-51/+29
2004-05-15re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter1-253/+318
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-12/+12
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1073