summaryrefslogtreecommitdiff
path: root/gcc/fortran/error.c
Commit message (Expand)AuthorAgeFilesLines
* error.c (error_print): Pre-initialize loc by NULL.Kai Tietz2010-06-101-1/+1
* ioparm.def: Update copyright.Paul Thomas2010-04-011-1/+2
* re PR fortran/36161 (gfc_error formats are not marked gcc-internal-format in ...Tobias Burnus2010-01-041-24/+24
* re PR fortran/41459 (Error not printed with -Werror and -fmax-errors=1)Steven G. Kargl2009-09-241-2/+4
* re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas2009-08-011-0/+39
* re PR fortran/39576 (gcc/fortran/error.c's error.c missing "break")Francois-Xavier Coudert2009-05-071-0/+1
* re PR fortran/38113 (on warning/error: skip whitespaces, move position marker...Mikael Morin2008-12-151-9/+1
* re PR fortran/35723 (Can't use run-time array element in character declaration)Daniel Kraft2008-10-091-3/+23
* gfortran.h (try): Remove macro.Kaveh R. Ghazi2008-07-291-1/+1
* arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-3/+3
* intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert2008-05-181-13/+21
* arith.c: (gfc_arith_concat...Francois-Xavier Coudert2008-05-061-30/+34
* openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert2008-05-061-21/+65
* dump-parse-tree.c: Use fprintf, fputs and fputc instead of gfc_status and gfc...François-Xavier Coudert2008-04-061-25/+0
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-4/+0
* arith.c: Update copyright years.Tobias Schlüter2008-02-241-1/+1
* Undo misguided distinction WRT deciding if a warning is an error or a warning.Bernhard Fischer2007-12-161-2/+1
* re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...Jakub Jelinek2007-12-051-1/+1
* re PR fortran/32860 (Support %ld (for "long") for gfc_warning)Francois-Xavier Coudert2007-08-121-9/+61
* arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton2007-08-011-4/+3
* re PR fortran/31668 (%VAL rejected for PROC_MODULE and PROC_INTERNAL procedures)Tobias Burnus2007-04-251-1/+4
* * error.c (show_locus): Remove always-false test.Brooks Moses2007-03-261-6/+0
* decl.c, [...]: Update Copyright dates.Steven G. Kargl2007-01-071-21/+16
* re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Tobias Burnus2006-12-071-0/+1
* re PR fortran/29711 ([4.2 only] error_print does not support %N$X)Francois-Xavier Coudert2006-11-251-57/+139
* re PR fortran/29702 (RFE: Column number in error messages.)Brooks Moses2006-11-141-114/+166
* lang.opt: Add -fmax-errors= option.Brooks Moses2006-11-081-18/+36
* re PR fortran/29539 (ICE in variable_decl)Paul Thomas2006-11-071-0/+9
* re PR fortran/21061 (gfortran ignores -Werror)Bernhard Fischer2006-11-051-4/+12
* error.c (show_locus): Add trailing colon in error messages.Brooks Moses2006-11-041-2/+3
* error.c (show_locus): Remove "In file" from error messages.Brooks Moses2006-11-021-1/+1
* re PR fortran/21203 (gfortran doesn't work on targets/variants without two fl...Tobias Schluter2006-09-251-1/+1
* re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt2006-03-221-1/+1
* re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert2006-02-191-2/+18
* error.c: Use flag_fatal_error.Steven G. Kargl2005-11-071-0/+6
* re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert2005-09-171-25/+25
* gfortran.h (MAX_ERROR_MESSAGE): Remove.Jakub Jelinek2005-07-141-39/+48
* c-format.c (gcc_gfc_format_type, [...]): New.Kaveh R. Ghazi2005-07-031-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* * error.c (gfc_warning): Fix typo in comment.Francois-Xavier Coudert2005-05-221-1/+1
* Update copyright dates.Paul Brook2005-01-161-1/+1
* re PR fortran/19182 (Error messages seem to be printed slower)Tobias Schlüter2005-01-161-1/+14
* arith.c: Add system.h; remove string.hSteven G. Kargl2005-01-031-6/+0
* array.c, [...]: Fix comment typos.Kazu Hirata2004-09-161-1/+1
* error.c (show_locus): Handle mapped locations.Per Bothner2004-09-071-1/+7
* error.c (gfc_error_init_1): Remove blank line in front of function body.Tobias Schlüter2004-08-281-13/+3
* gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter2004-05-271-2/+2
* re PR fortran/13702 (When preprocessing Fortran files (.F, .F90 and .F95) cpp...Tobias Schlüter2004-05-151-11/+17
* Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter2004-05-141-13/+14
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+750