aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/error.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-15re PR fortran/38113 (on warning/error: skip whitespaces, move position marker...Mikael Morin1-9/+1
2008-10-09re PR fortran/35723 (Can't use run-time array element in character declaration)Daniel Kraft1-3/+23
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-1/+1
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-3/+3
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-13/+21
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert1-30/+34
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-21/+65
2008-04-06dump-parse-tree.c: Use fprintf, fputs and fputc instead of gfc_status and gfc...François-Xavier Coudert1-25/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-4/+0
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2007-12-16Undo misguided distinction WRT deciding if a warning is an error or a warning.Bernhard Fischer1-2/+1
2007-12-05re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...Jakub Jelinek1-1/+1
2007-08-12re PR fortran/32860 (Support %ld (for "long") for gfc_warning)Francois-Xavier Coudert1-9/+61
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-04-25re PR fortran/31668 (%VAL rejected for PROC_MODULE and PROC_INTERNAL procedures)Tobias Burnus1-1/+4
2007-03-26* error.c (show_locus): Remove always-false test.Brooks Moses1-6/+0
2007-01-07decl.c, [...]: Update Copyright dates.Steven G. Kargl1-21/+16
2006-12-07re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Tobias Burnus1-0/+1
2006-11-25re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Francois-Xavier Coudert1-57/+139
2006-11-14re PR fortran/29702 (RFE: Column number in error messages.)Brooks Moses1-114/+166
2006-11-08lang.opt: Add -fmax-errors= option.Brooks Moses1-18/+36
2006-11-07re PR fortran/29539 (ICE in variable_decl)Paul Thomas1-0/+9
2006-11-05re PR fortran/21061 (gfortran ignores -Werror)Bernhard Fischer1-4/+12
2006-11-04error.c (show_locus): Add trailing colon in error messages.Brooks Moses1-2/+3
2006-11-02error.c (show_locus): Remove "In file" from error messages.Brooks Moses1-1/+1
2006-09-25re PR fortran/21203 (gfortran doesn't work on targets/variants without two fl...Tobias Schluter1-1/+1
2006-03-22re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt1-1/+1
2006-02-19re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert1-2/+18
2005-11-07error.c: Use flag_fatal_error.Steven G. Kargl1-0/+6
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-25/+25
2005-07-14gfortran.h (MAX_ERROR_MESSAGE): Remove.Jakub Jelinek1-39/+48
2005-07-03c-format.c (gcc_gfc_format_type, [...]): New.Kaveh R. Ghazi1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-22* error.c (gfc_warning): Fix typo in comment.Francois-Xavier Coudert1-1/+1
2005-01-16Update copyright dates.Paul Brook1-1/+1
2005-01-16re PR fortran/19182 (Error messages seem to be printed slower)Tobias Schlüter1-1/+14
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-6/+0
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-07error.c (show_locus): Handle mapped locations.Per Bothner1-1/+7
2004-08-28error.c (gfc_error_init_1): Remove blank line in front of function body.Tobias Schlüter1-13/+3
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-2/+2
2004-05-15re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter1-11/+17
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-13/+14
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+750