summaryrefslogtreecommitdiff
path: root/gcc/c-pch.c
Commit message (Expand)AuthorAgeFilesLines
* 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