summaryrefslogtreecommitdiff
path: root/gcc/fortran/scanner.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* arith.c, [...]: Update copyright.Kazu Hirata2005-01-181-1/+2
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-6/+2
* scanner.c (skip_fixed_comments): Fix typo in comment preceding function.Tobias Schlüter2004-12-151-1/+1
* arith.c, [...]: Fix comment formatting.Kazu Hirata2004-11-081-3/+3
* scanner.c (preprocessor_line): Accept preprocessor lines without file names.Erik Schnetter2004-10-041-7/+33
* gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays.Paul Brook2004-09-171-1/+1
* array.c, [...]: Fix comment typos.Kazu Hirata2004-09-161-2/+2
* * scanner.c (get_file): Add ATTRIBUTE_UNUSED.Paul Brook2004-09-081-1/+1
* error.c (show_locus): Handle mapped locations.Per Bothner2004-09-071-4/+21
* re PR fortran/16465 (parser chokes with ffixed-line-length-7)Tobias Schlüter2004-07-181-13/+57
* re PR fortran/15511 (Warning about truncated lines does not follow the standa...Tobias Schlüter2004-06-221-11/+27
* gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter2004-05-271-51/+29
* re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter2004-05-151-253/+318
* Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter2004-05-141-12/+12
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1073