aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/cpp.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-3/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-21re PR fortran/54725 (cross gfortran always searches host paths (e.g. /usr/inc...Tobias Burnus1-1/+5
2012-09-20re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus1-2/+4
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-10/+12
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette1-2/+10
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-2/+2
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-4/+4
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-6/+0
2010-10-06cpp.c (gfc_cpp_post_options): Don't create a cpp reader if preprocessing is d...Mikael Morin1-1/+1
2010-10-03cppbuiltin.c: New file.François-Xavier Coudert1-68/+6
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-5/+5
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers1-2/+2
2010-08-12gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.Joseph Myers1-2/+2
2010-07-29lang.opt (cpp): Remove Joined and Separate markers.Joseph Myers1-1/+1
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-3/+4
2010-06-13re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...Daniel Franke1-13/+111
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers1-2/+3
2010-05-26diagnostic.c: Don't include opts.h.Joseph Myers1-4/+4
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-6/+7
2009-06-19c-decl.c (grokdeclarator): If -Wc++-compat, warn about a global variable with...Ian Lance Taylor1-1/+1
2009-03-31re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers1-0/+3
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-5/+53
2008-12-09re PR fortran/36457 (preprocessing: option -idirafter undefined for fortran)Daniel Franke1-0/+11
2008-11-03re PR fortran/37821 (gfortran is ignoring #includes with the syntax <file.h>)Tobias Burnus1-2/+1
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-1/+1
2008-06-23re PR fortran/36597 (OpenMP 3: _OPENMP should be 200805 instead of 200505)Jakub Jelinek1-1/+1
2008-06-11cpp.c: Add copyright notice.Jerry DeLisle1-0/+18
2008-06-02re PR fortran/36375 (ICE on -fpreprocessed)Daniel Franke1-0/+5
2008-05-26cpp.c (cpp_define_builtins): Fixed warning about comment.Daniel Franke1-5/+1
2008-05-26cpp.c (cpp_define_builtins): Remove usage of TARGET_* macros, added FIXME ins...Daniel Franke1-1/+15
2008-05-25re PR fortran/18428 (No preprocessing option -cpp for gfortran)Daniel Franke1-0/+1000