summaryrefslogtreecommitdiff
path: root/gcc/fortran/cpp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* cpp.c (gfc_cpp_init): Add pre-defined macros for INTEGER(1) INTEGER(2)...Steven G. Kargl2018-12-291-0/+22
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-20/+20
* [6/6] Preprocessor forced macro locationNathan Sidwell2018-10-311-2/+1
* Cleanup of libcpp diagnostic callbacksDavid Malcolm2018-10-091-6/+9
* [PATCH] CPP Macro predicatesNathan Sidwell2018-08-161-1/+1
* [PATCH] line-map include-from representationNathan Sidwell2018-08-081-4/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [PATCH] Include path enumerationNathan Sidwell2017-10-111-2/+2
* Eliminate report_diagnostic macroDavid Malcolm2017-05-051-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307.Jakub Jelinek2016-11-101-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-5/+0
* Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm2015-11-061-8/+5
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-7/+5
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-5/+7
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+3
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-161-2/+2
* error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.Tobias Burnus2014-11-151-4/+4
* gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek2014-06-181-1/+1
* re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for bui...Jakub Jelinek2014-03-221-0/+1
* cpp.c (gfc_cpp_handle_option): Add missing break.Tobias Burnus2014-01-091-0/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* c.opt (-Wdate-time): New optionTobias Burnus2013-11-051-0/+6
* Replace enum gfc_try with bool type.Janne Blomqvist2013-04-111-3/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR fortran/54725 (cross gfortran always searches host paths (e.g. /usr/inc...Tobias Burnus2012-10-211-1/+5
* re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus2012-09-201-2/+4
* Linemap infrastructure for virtual locationsTom Tromey2011-10-171-10/+12
* Add ability to force lexed tokens' source_locations.Gabriel Charette2011-08-221-2/+10
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-2/+2
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-4/+4
* common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers2010-11-101-6/+0
* cpp.c (gfc_cpp_post_options): Don't create a cpp reader if preprocessing is d...Mikael Morin2010-10-061-1/+1
* cppbuiltin.c: New file.François-Xavier Coudert2010-10-031-68/+6
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-5/+5
* options.texi (NoDriverArg): Document.Joseph Myers2010-08-161-2/+2
* gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.Joseph Myers2010-08-121-2/+2
* lang.opt (cpp): Remove Joined and Separate markers.Joseph Myers2010-07-291-1/+1
* langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2010-07-271-3/+4
* re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...Daniel Franke2010-06-131-13/+111
* final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers2010-05-281-2/+3