summaryrefslogtreecommitdiff
path: root/gcc/c-pch.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (c-pch.o, [...]): Depend on timevar.h.Diego Novillo2010-04-131-3/+22
* * c-pch.c (pch_init): Clear v.Jakub Jelinek2010-02-111-1/+2
* c-pch.c (get_ident): Don't set size of templ array.Ian Lance Taylor2009-06-171-3/+4
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-201-2/+2
* re PR preprocessor/36649 (-H option doesn't work as expected)Jakub Jelinek2008-07-311-0/+3
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-1/+0
* c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-2/+2
* re PR pch/13675 (#including a precompiled header more than once in the same u...Jakub Jelinek2008-04-011-1/+6
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-10/+1
* re PR pch/35027 ("too short to be a PCH file" warning should be conditional o...Andrew Pinski2008-02-231-2/+3
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-0/+17
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* Whitespace fixupsMike Stump2006-05-181-28/+28
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-041-11/+1
* tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis2005-12-171-2/+2
* c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson2005-11-261-1/+1
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-pch.c, [...]: Update copyright.Kazu Hirata2005-05-271-1/+1
* dummy-checksum.c: New.Geoffrey Keating2005-05-181-74/+55
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-13/+13
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-3/+3
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-4/+4
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-6/+5
* c-common.h (lang_post_pch_load): New variable.Mark Mitchell2004-07-291-0/+9
* c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating2004-06-221-12/+66
* toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file.Danny Smith2004-06-051-3/+4
* re PR pch/13419 (Clarification of invoke.texi requested)Geoffrey Keating2004-04-081-0/+41
* c-incpath.c, [...]: Update copyright.Kazu Hirata2004-03-151-1/+1
* c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address extra arguments.Richard Henderson2004-03-101-1/+1
* re PR pch/12480 (pch error messages do not say they for PCH.)Geoffrey Keating2003-12-171-2/+7
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-12/+12
* re PR pch/10757 (Adding -fpic/-fPIC causes crash with PCH created without -fp...Geoffrey Keating2003-10-241-5/+33
* c-pch.c (struct c_pch_validity): Add pch_init field.Mark Mitchell2003-10-221-0/+14
* c-pch.c: Add comments in various places.Geoffrey Keating2003-10-211-2/+75
* c-common.c (allow_pch): Remove.Geoffrey Keating2003-07-291-4/+14
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-301-6/+3
* c-pch.c (c_common_write_pch): Flush asm_out_file to allow for subsequent writes.Rainer Orth2003-06-301-0/+2
* c-lex.c: Convert to ISO C90.Andreas Jaeger2003-06-221-14/+8
* c-pch.c (asm_file_name): Remove.Neil Booth2003-06-151-1/+0
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-14/+8
* c-pch.c: Include flags.h.Geoffrey Keating2003-04-121-25/+72
* dbxout.c (scope_labelno): Add GTY.Geoffrey Keating2003-04-051-11/+6
* c-pch.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-03-131-4/+4
* lang-specs.h (objective-c-header): Use .gch not .pch; support -no-integrated-...Geoffrey Keating2003-03-071-8/+4
* c-pch.c: Include langhooks.h.Geoffrey Keating2003-03-071-7/+33
* c-pch.c (asm_file_startpos): Change to `long'.Kaveh R. Ghazi2003-01-121-8/+8
* Merge from pch-branch.Geoffrey Keating2003-01-101-0/+226