summaryrefslogtreecommitdiff
path: root/gcc/fortran/cpp.c
AgeCommit message (Expand)Author
2020-02-03[OpenACC] bump version for 2.6 plus libgomp.texi updateTobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-29cpp.c (gfc_cpp_init): Add pre-defined macros for INTEGER(1) INTEGER(2)...Steven G. Kargl
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-08-08[PATCH] line-map include-from representationNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-10-11[PATCH] Include path enumerationNathan Sidwell
2017-05-05Eliminate report_diagnostic macroDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-11-10cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus
2014-11-15error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek
2014-03-22re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for bui...Jakub Jelinek
2014-01-09cpp.c (gfc_cpp_handle_option): Add missing break.Tobias Burnus
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-10-21re PR fortran/54725 (cross gfortran always searches host paths (e.g. /usr/inc...Tobias Burnus
2012-09-20re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus
2011-10-17Linemap infrastructure for virtual locationsTom Tromey
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers
2010-10-06cpp.c (gfc_cpp_post_options): Don't create a cpp reader if preprocessing is d...Mikael Morin
2010-10-03cppbuiltin.c: New file.François-Xavier Coudert
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers
2010-08-12gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.Joseph Myers
2010-07-29lang.opt (cpp): Remove Joined and Separate markers.Joseph Myers
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers