c-common.c (c_common_init): Call preprocess_file instead.
[gcc.git] / gcc / c-common.c
2002-08-11 Neil Boothc-common.c (c_common_init): Call preprocess_file instead.
2002-08-10 Ziemowit Laskic-common.c (flag_objc): New.
2002-08-07 Neil BoothMakefile.in (c-opts.o, [...]): Update.
2002-08-07 Jason Merrillc-common.c (c_expand_expr): If the last expression...
2002-08-06 Dale JohannesenMark __func__ with line number 0, to avoid confusing...
2002-08-02 Zack Weinbergc-common.c (c_common_init): -Wtraditional also implies...
2002-08-02 Franz Sirlc-common.c (cb_register_builtins): Always define __GXX_...
2002-08-01 Neil Booth* c-common.c (__GXX_ABI_VERSION): Correct spelling.
2002-08-01 Benjamin Kosnikc-common.c (cb_register_builtins): Set __GXX_ABI_VERSIO...
2002-08-01 Toon Moenec-common.c (cb_register_builtins): Set __FINITE_MATH_ON...
2002-08-01 Neil Boothc-common.c (cb_register_builtins): If C++, define __EXC...
2002-08-01 Neil Boothc-common.c: Define all C/ObjC/C++ warning and flag...
2002-07-30 Toon Moeneflags.h: Declare flag_finite_math_only.
2002-07-28 Roger SayleMakefile.in: rtlanal.o now depends upon real.h.
2002-07-25 Gabriel Dos Reisc-common.c (c_sizeof_or_alignof_type): Take a third...
2002-07-23 Gabriel Dos ReisFix PR/7363:
2002-07-07 Neil Boothc-common.c (c_common_post_options): Update prototype...
2002-07-06 Roger Saylere PR c++/7099 (G++ doesn't set the noreturn attribute...
2002-07-01 Roger Sayletree.h: Modify builtin_function interface to take an...
2002-06-20 Richard Hendersonc-common.c (c_common_get_alias_set): Correctly handle...
2002-06-18 Aldy Hernandezsimd-1.c: New.
2002-06-16 Richard Hendersonc-common.c (flag_ms_extensions): Move from c++ front...
2002-06-12 Richard Hendersonc-common.c (builtin_define_type_max): New.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-06-02 Neil Boothc-common.c (c_common_init): Override cpplib's default...
2002-05-31 Neil Booth* c-common.c (builtin_define_std): Correct logic.
2002-05-30 Osku Salermac-common.c (c_common_attribute_table): Add "may_alias...
2002-05-28 Zack Weinbergtree.h: Forward-declare struct realvaluetype.
2002-05-27 Roger Saylec-common.c: Add support for __attribute__((nothrow...
2002-05-27 Neil Boothc-common.c (c_common_init): Always use intmax_t.
2002-05-27 Neil Booth* c-common.c (c_common_init): Use intmax_t for now.
2002-05-27 Neil Boothc-common.c (c_common_init): Set CPP arithmetic precision.
2002-05-25 Neil BoothMakefile.in (C_COMMON_H): Fix.
2002-05-23 Jason Thorpec-common.c (warn_nonnull): Declare.
2002-05-22 J"orn Rennecke* c-common.c (cb_register_builtins): Don't indent ...
2002-05-22 Neil Boothre PR preprocessor/6517 (gcc hangs on C compile with...
2002-05-21 Zack Weinbergc-common.c (c_common_init): Set options->unsigned_char...
2002-05-19 Neil Boothc-common.c (preprocessing_asm): New macro.
2002-05-18 Jason Thorpec-common.c (c_common_post_options): Warn if -Wformat...
2002-05-17 Neil Boothc-common.c (c_common_init_options): Use C89 for Objecti...
2002-05-16 Neil Boothc-common.c (cb_register_builtins): Handle more built...
2002-05-16 Zack Weinbergc-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default...
2002-05-15 Zack Weinbergc-parse.in (MODIFIED_WCHAR_TYPE): New macro.
2002-05-13 Neil BoothMakefile.in (c-common.o, cppinit.o): Update.
2002-05-09 Neil BoothMakefile.in: Update.
2002-05-07 Neil Boothc-common.c (c_common_init): Set options->unsigned_wchar.
2002-05-06 Neil Boothc-common.c (warn_multichar): New.
2002-05-05 Neil Boothc-common.c (c_common_init): Set up CPP arithmetic.
2002-04-29 Bernd SchmidtInitial P4 SSE2 builtin support
2002-04-26 Richard Hendersonc-common.c (fix_string_type): Split out of ...
2002-04-26 Richard Hendersonre PR c/2098 (compare with unsigned variable - no error...
2002-04-24 Neil Boothattribs.c (c_common_attribute_table): Move table and...
2002-04-19 Neil Boothbuiltins.c: Include langhooks.h.
2002-04-17 Mark Mitchellc-common.h (STMT_EXPR_NO_SCOPE): New macro.
2002-04-10 Toon Moenec-decl.c (c_init_decl_processing): Move generation...
2002-04-06 Jason Merrilltoplev.c (flag_no_inline, [...]): Default to 2.
2002-04-04 Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-31 Neil Boothc-common.c (c_unsafe_for_reeval): Rename.
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-27 Neil Boothc-common.c (c_expand_expr): Fix prototype.
2002-03-24 Neil BoothRemoval of separate preprocessor cpp0.
2002-03-21 Aldy Hernandezlanghooks.c (lhd_tree_inlining_cannot_inline_tree_fn...
2002-03-21 Neil BoothMakefile.in (fold-const.o, [...]): Update.
2002-03-21 Eric Botcazoure PR c/5354 (function call with two statement expressi...
2002-03-20 Neil BoothMakefile.in: Update.
2002-03-15 Mark Mitchellc-common.c (statement_code_p): Handle CLEANUP_STMT.
2002-03-13 Kaveh R. Ghazic-common.c (c_tree_code_type, [...]): Delete.
2002-03-07 Richard Sandiforddefaults.h (MODE_HAS_NANS, [...]): New.
2002-02-27 Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-22 Aldy Hernandezattr-alwaysinline.c: New.
2002-02-20 Jakub Jelinekre PR c++/4401 (Array subscript evaluation sometimes...
2002-02-19 Aldy Hernandezi386.md ("mmx_uavgv8qi3"): Use const_vector.
2002-02-09 Alexandre OlivaContribute sh64-elf.
2002-02-08 Jakub Jelinekc-common.c (c_expand_expr): Revert 2002-02-06 patch.
2002-02-06 Jakub Jelinekre PR c/5420 (bad code generated with gcc3.1/ia64)
2002-02-06 Jakub Jelinekre PR c/5482 (cyclone-0.2, ICE in emit_move_insn, at...
2002-01-15 Jason Merrillc-common.def (FILE_STMT): New code.
2002-01-04 Jeff Lawc-common.c (c_expand_start_cond): Expect the IF_STMT...
2002-01-04 Kazu Hiratac-common.c: Fix formatting.
2002-01-02 Alexandre Olivac-common.h (genrtl_expr_stmt_value): Declare.
2001-12-21 Kaveh R. Ghazibuiltin-attrs.def (__builtin_printf_unlocked, [......
2001-12-16 Neil Boothc-common.c, c-common.h (back_end_hook): Remove.
2001-12-11 Neil Boothc-common.c (combine_strings): Complain if concatenating...
2001-12-11 Aldy Hernandezc-common.c (type_for_mode): Handle unsigned vectors.
2001-12-05 Neil Boothc-common.c (shadow_warning): New function, moved from...
2001-12-04 Joseph Myersre PR c/4787 (Different anonymous variables declared...
2001-12-04 Alexandre OlivaRevert previous patch
2001-12-04 Alexandre Olivastmt.c (expand_expr_stmt): Keep last_expr_value non...
2001-11-26 Neil Boothcppfiles.c (stack_include_file): Don't optimize zero...
2001-11-18 Neil BoothMakefile.in (c-parse.o, c-common.o): Update dependencies.
2001-11-18 Joseph Myersc-common.c (struct disabled_builtin, [...]): New.
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-11-06 Joseph Myersre PR c/461 (non-lvalue arrays)
2001-10-31 Aldy Hernandeztree.h (tree_index): Add support for V16QI and V8HI.
2001-10-29 Joseph MyersChangeLog.2, [...]: Fix spelling errors and typos.
2001-10-28 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-10-28 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-10-23 Richard Kenneralias.c (can_address_p): Compnonents are not addressabl...
2001-10-23 Neil Boothc-common.c (warn_div_by_zero): New.
next