aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/error.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-01configure.ac: Add AC_HEADER_TIOCGWINSZ macro.Janus Weil1-1/+28
2013-05-31re PR fortran/54190 (TYPE(*)/assumed-rank: Type/rank check too relaxed for du...Janus Weil1-1/+16
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-5/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-03re PR fortran/55475 (heap-buffer-overflow in fortran/error.c)Tobias Burnus1-1/+6
2012-09-17error.c (error_print): Move increment out of the assert.Tobias Burnus1-1/+2
2012-08-28re PR fortran/54382 (gfortran show_locus: Invalid read of size 4)Tobias Burnus1-0/+1
2012-08-14re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus1-0/+1
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-3/+42
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-03-19re PR fortran/52559 (Spurious \x00 in error messages of lines with tab)Francois-Xavier Coudert1-11/+7
2012-03-04re PR fortran/36160 (show_locus doesn't deal well with wide characters)Francois-Xavier Coudert1-11/+48
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-2/+2
2011-01-21re PR fortran/47394 (Internal compiler error when error count limit is reached)Tobias Burnus1-3/+3
2010-06-10error.c (error_print): Pre-initialize loc by NULL.Kai Tietz1-1/+1
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+2
2010-01-04re PR fortran/36161 (gfc_error formats are not marked gcc-internal-format in ...Tobias Burnus1-24/+24
2009-09-24re PR fortran/41459 (Error not printed with -Werror and -fmax-errors=1)Steven G. Kargl1-2/+4
2009-08-01re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas1-0/+39
2009-05-07re PR fortran/39576 (gcc/fortran/error.c's error.c missing "break")Francois-Xavier Coudert1-0/+1
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