aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-19c-common.c (preprocessing_asm): New macro.Neil Booth1-4/+5
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe1-0/+2
2002-05-17c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth1-2/+4
2002-05-16c-common.c (cb_register_builtins): Handle more built-ins here rather than in ...Neil Booth1-0/+17
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg1-14/+35
2002-05-15c-parse.in (MODIFIED_WCHAR_TYPE): New macro.Zack Weinberg1-8/+35
2002-05-13Makefile.in (c-common.o, cppinit.o): Update.Neil Booth1-3/+7
2002-05-09Makefile.in: Update.Neil Booth1-0/+81
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-0/+9
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-0/+6
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-0/+8
2002-04-29Initial P4 SSE2 builtin supportBernd Schmidt1-0/+4
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-96/+113
2002-04-25re PR c/2098 (compare with unsigned variable - no error reporting)Richard Henderson1-12/+1
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-17/+1151
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-30/+0
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-1/+7
2002-04-10c-decl.c (c_init_decl_processing): Move generation of decls for g77_integer_t...Toon Moene1-0/+53
2002-04-06toplev.c (flag_no_inline, [...]): Default to 2.Jason Merrill1-3/+0
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-14/+15
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-27/+35
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-2/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-6/+7
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-1/+1
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-0/+10
2002-03-21langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i...Aldy Hernandez1-0/+3
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-28/+47
2002-03-21re PR c/5354 (function call with two statement expressions yields incorrect r...Eric Botcazou1-1/+14
2002-03-20Makefile.in: Update.Neil Booth1-1/+2
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-0/+1
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-50/+0
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford1-62/+90
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-24/+3
2002-02-22attr-alwaysinline.c: New.Aldy Hernandez1-4/+3
2002-02-21re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit...Jakub Jelinek1-0/+101
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+7
2002-02-09Contribute sh64-elf.Alexandre Oliva1-0/+2
2002-02-08c-common.c (c_expand_expr): Revert 2002-02-06 patch.Jakub Jelinek1-22/+12
2002-02-06re PR c/5420 (bad code generated with gcc3.1/ia64)Jakub Jelinek1-2/+4
2002-02-06re PR c/5482 (cyclone-0.2, ICE in emit_move_insn, at expr.c:2746)Jakub Jelinek1-12/+22
2002-01-15c-common.def (FILE_STMT): New code.Jason Merrill1-0/+1
2002-01-04c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do...Jeff Law1-5/+49
2002-01-04c-common.c: Fix formatting.Kazu Hirata1-16/+16
2002-01-02c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva1-2/+23
2001-12-21builtin-attrs.def (__builtin_printf_unlocked, [...]): Mark with the __printf_...Kaveh R. Ghazi1-10/+30
2001-12-16c-common.c, c-common.h (back_end_hook): Remove.Neil Booth1-4/+0
2001-12-11c-common.c (combine_strings): Complain if concatenating __FUNCTION__.Neil Booth1-1/+5
2001-12-11c-common.c (type_for_mode): Handle unsigned vectors.Aldy Hernandez1-20/+28
2001-12-05c-common.c (shadow_warning): New function, moved from cp/decl.c.Neil Booth1-0/+14
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+21