aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pch.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-17c-pch.c (get_ident): Don't set size of templ array.Ian Lance Taylor1-3/+4
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-2/+2
2008-07-31re PR preprocessor/36649 (-H option doesn't work as expected)Jakub Jelinek1-0/+3
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-1/+0
2008-07-16c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi1-2/+2
2008-04-01re PR pch/13675 (#including a precompiled header more than once in the same u...Jakub Jelinek1-1/+6
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-10/+1
2008-02-23re PR pch/35027 ("too short to be a PCH file" warning should be conditional o...Andrew Pinski1-2/+3
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-0/+17
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-05-18Whitespace fixupsMike Stump1-28/+28
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-11/+1
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+2
2005-11-26c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson1-1/+1
2005-07-03bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-27c-pch.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-05-18dummy-checksum.c: New.Geoffrey Keating1-74/+55
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-13/+13
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-3/+3
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-4/+4
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-6/+5
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-0/+9
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating1-12/+66
2004-06-05toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file.Danny Smith1-3/+4
2004-04-08re PR pch/13419 (Clarification of invoke.texi requested)Geoffrey Keating1-0/+41
2004-03-15c-incpath.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-03-10c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address extra arguments.Richard Henderson1-1/+1
2003-12-17re PR pch/12480 (pch error messages do not say they for PCH.)Geoffrey Keating1-2/+7
2003-11-01re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin1-12/+12
2003-10-24re PR pch/10757 (Adding -fpic/-fPIC causes crash with PCH created without -fp...Geoffrey Keating1-5/+33
2003-10-22c-pch.c (struct c_pch_validity): Add pch_init field.Mark Mitchell1-0/+14
2003-10-21c-pch.c: Add comments in various places.Geoffrey Keating1-2/+75
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-4/+14
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-6/+3
2003-06-30c-pch.c (c_common_write_pch): Flush asm_out_file to allow for subsequent writes.Rainer Orth1-0/+2
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger1-14/+8
2003-06-15c-pch.c (asm_file_name): Remove.Neil Booth1-1/+0
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-14/+8
2003-04-12c-pch.c: Include flags.h.Geoffrey Keating1-25/+72
2003-04-05dbxout.c (scope_labelno): Add GTY.Geoffrey Keating1-11/+6
2003-03-13c-pch.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode1-4/+4
2003-03-07lang-specs.h (objective-c-header): Use .gch not .pch; support -no-integrated-...Geoffrey Keating1-8/+4
2003-03-07c-pch.c: Include langhooks.h.Geoffrey Keating1-7/+33
2003-01-12c-pch.c (asm_file_startpos): Change to `long'.Kaveh R. Ghazi1-8/+8
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+226