aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-04Revert previous patchAlexandre Oliva1-1/+1
2001-12-04stmt.c (expand_expr_stmt): Keep last_expr_value non-NULL iff we're interested...Alexandre Oliva1-1/+1
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-8/+51
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-0/+12
2001-11-18c-common.c (struct disabled_builtin, [...]): New.Joseph Myers1-1/+49
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-2/+10
2001-11-06re PR c/461 (non-lvalue arrays)Joseph Myers1-1/+2
2001-10-31tree.h (tree_index): Add support for V16QI and V8HI.Aldy Hernandez1-0/+4
2001-10-29ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers1-4/+4
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-5/+1
2001-10-23c-common.c (warn_div_by_zero): New.Neil Booth1-0/+3
2001-10-17Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner1-22/+4
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-9/+9