aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/cpp.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-20/+20
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-2/+1
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-6/+9
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-1/+1
2018-08-08[PATCH] line-map include-from representationNathan Sidwell1-4/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-11[PATCH] Include path enumerationNathan Sidwell1-2/+2
2017-05-05Eliminate report_diagnostic macroDavid Malcolm1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-10cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-8/+5
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-7/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-5/+7
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus1-4/+4
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+1
2014-03-22re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for bui...Jakub Jelinek1-0/+1
2014-01-09cpp.c (gfc_cpp_handle_option): Add missing break.Tobias Burnus1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus1-0/+6
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