aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-ppoutput.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-09re PR preprocessor/41445 (Debug information is wrong with and without --save-...Jakub Jelinek1-13/+52
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-1/+2
2008-09-23* c-ppoutput.c (cb_used_define): Do nothing for a builtin node.Eric Botcazou1-0/+2
2008-08-22* c-ppoutput.c (init_pp_output): Initialize src_line to 1.Nathan Sidwell1-4/+2
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-0/+86
2008-02-27c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA and CPP_PRAGMA_EOL.Jakub Jelinek1-3/+20
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-5/+5
2007-07-30directives-only.c: New file.Ollie Wild1-0/+25
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-12/+12
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-2/+2
2006-06-01Suppress extra '#1 <built-in> or '#1 <command line>' on -dD output.Per Bothner1-1/+2
2006-05-18Whitespace fixupsMike Stump1-1/+1
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+4
2005-10-14re PR preprocessor/21250 (line number 0 for <built-in> causes GAS to complain)Per Bothner1-1/+2
2005-10-04re PR preprocessor/13726 (cpp -C -dI loses comments on same line as #include ...Ian Lance Taylor1-4/+18
2005-06-25Update FSF address.Kelley Cook1-1/+1
2004-11-28re PR preprocessor/17651 (Erroneous preprocessor output with -g when generati...Nathanael Nerode1-1/+1
2004-10-08re PR c/16999 (#ident stopped working)Andrew Pinski1-1/+1
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-8/+8
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating1-0/+22
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-1/+1
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-02-18re PR preprocessor/14103 (ICEs on "gcc -E -imacros foo.h baz.c")Per Bothner1-2/+4
2004-02-16c-decl.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-02-11Represent column numbers using line-map's source_location.Per Bothner1-49/+50
2004-02-07c-ppoutput.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-07* c-ppoutput.c, var-tracking.c: Fix comment typos.Kazu Hirata1-1/+1
2004-02-04Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner1-0/+16
2003-10-02c-lex.c (fe_file_change): Handle a NULL new_map.Per Bothner1-17/+20
2003-09-18c-ppoutput.c (print): Use fileline typedef for field 'line'.Mike Stump1-17/+16
2003-09-14c-ppoutput.c (cb_line_change): Revert 2003-08-04's change.Alexandre Oliva1-2/+2
2003-08-04c-ppoutput.c (cb_line_change): Don't skip line changing while parsing macro a...Alexandre Oliva1-2/+3
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-2/+2
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger1-64/+32
2003-04-21c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth1-6/+9
2003-03-15Makefile.in: Update.Neil Booth1-2/+0
2003-03-14/home/neil/diffs/include.logNeil Booth1-9/+6
2003-03-06Makefile.in (c-ppoutput.o): Update.Neil Booth1-42/+35
2003-03-04Makefile.in: Update.Neil Booth1-0/+437