summaryrefslogtreecommitdiff
path: root/gcc/fortran/scanner.c
Commit message (Expand)AuthorAgeFilesLines
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-19/+0
* arith.c: Update copyright years.Tobias Schlüter2008-02-241-1/+1
* re PR fortran/34899 (Continuation lines with <tab><number> not recognized)Tobias Burnus2008-01-221-4/+18
* re PR fortran/34659 (corner case continuation line)Jerry DeLisle2008-01-071-1/+1
* re PR fortran/34359 (ICE in December 6 version of gfortran when compiling a f...Jakub Jelinek2007-12-081-55/+53
* re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...Jakub Jelinek2007-12-051-23/+80
* re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...Francois-Xavier Coudert2007-11-161-50/+6
* re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...Francois-Xavier Coudert2007-11-081-6/+50
* re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...Francois-Xavier Coudert2007-10-041-2/+59
* re PR fortran/33538 (bootstrap break in fortran on *-apple-darwin r128671)Francois-Xavier Coudert2007-09-241-55/+2
* re PR fortran/33528 (Wrong locations emitted with mapped locations and includ...Francois-Xavier Coudert2007-09-221-1/+8
* re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...Francois-Xavier Coudert2007-09-221-2/+55
* re PR fortran/33445 (Diagnose "!$OMP&" as an error in free format unless it i...Tobias Burnus2007-09-221-9/+16
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-8/+8
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR fortran/31645 (Error on reading Byte Order Mark)Francois-Xavier Coudert2007-04-291-0/+27
* module.c (module_char): Replace fgetc() with getc().Janne Blomqvist2007-04-251-5/+5
* re PR fortran/31495 (Is this continuation line legal?)Jerry DeLisle2007-04-211-15/+7
* re PR fortran/30779 ([4.1, 4.2 only] incomplete file triggers ICE)Jerry DeLisle2007-02-151-0/+3
* [multiple changes]Jerry DeLisle2007-01-241-7/+0
* openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl2007-01-201-29/+28
* re PR fortran/30452 ([4.2, 4.1 only] Strange syntax error with high-value cha...Thomas Koenig2007-01-141-1/+1
* simplify.c: Update copyright to 2007.Brooks Moses2007-01-111-1/+1
* re PR fortran/30430 (Memory corruption in the module search path code)Francois-Xavier Coudert2007-01-111-2/+2
* re PR fortran/30276 (gfortran include problem)Tobias Burnus2007-01-041-5/+6
* re PR fortran/30276 (gfortran include problem)Tobias Burnus2007-01-021-0/+5
* gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.Francois-Xavier Coudert2006-11-171-21/+64
* gfortran.h (GFC_MAX_LINE): Remove constant definition.Brooks Moses2006-11-141-17/+9
* re PR fortran/29759 (ice on line continuation in OMP statements (gfc_next_cha...Jakub Jelinek2006-11-131-0/+1
* re PR fortran/19261 (continuation character illegal as first non-blank charac...Jerry DeLisle2006-10-141-5/+39
* scanner.c (skip_free_comments): Return bool instead of void.Jakub Jelinek2006-10-061-6/+15
* re PR fortran/19262 (more than thirty-nine continuation lines should issue a ...Jerry DeLisle2006-10-031-7/+56
* re PR fortran/29097 (!$ include 'omp_lib.h' does not work)Jakub Jelinek2006-09-261-1/+19
* data.c (gfc_assign_data_value): Handle USE_MAPPED_LOCATION.Per Bothner2006-06-011-4/+11
* re PR fortran/19101 (missing & in character continuation not caught)Jerry DeLisle2006-03-151-2/+7
* re PR fortran/18537 (no warning about tabs with std=f95 option)Steven G. Kargl2006-03-141-2/+30
* re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek2006-02-141-23/+186
* re PR fortran/25324 (Wrong DW_TAG_compile_unit generated when compiling prepr...Jakub Jelinek2006-01-271-5/+160
* re PR fortran/25486 (fortran fixed-form literal character constant not padded.)Bernhard Fischer2006-01-111-3/+5
* re PR fortran/21302 (Max line length in free form mode)Bernhard Fischer2005-11-301-6/+20
* re PR fortran/20811 (gfortran include problem (regression from g77))Francois-Xavier Coudert2005-11-171-6/+10
* gfortran.h (gfc_option_t): Remove source field.Tobias Schlüter2005-08-211-100/+20
* re PR fortran/23065 (MAXPATHLEN usage in fortran/{scanner,module}.c)Steven G. Kargl2005-08-191-10/+5
* scanner.c (preprocessor_line): Don't write beyond the end of flag buffer.Jakub Jelinek2005-08-091-1/+1
* re PR fortran/22417 (gfortran preprocessing regression: nonsense warning abou...Jakub Jelinek2005-07-141-4/+4
* scanner.c (load_line): Add pbuflen argument, don't make buflen static.Jakub Jelinek2005-07-071-13/+17
* scanner.c (preprocessor_line): Only set current_file->line when errors have n...Jakub Jelinek2005-07-071-16/+24
* Update FSF address.Kelley Cook2005-06-251-2/+2
* scanner.c (gfc_next_char_literal): Reset truncation flag for lines ending in ...Richard Guenther2005-04-171-2/+8
* re PR fortran/14569 ([4.0 only] should not warn about truncated comment lines)Richard Guenther2005-04-151-20/+12