aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-47/+57
2004-09-11re PR c/17396 (ICE in tree-int-cst at -O0)Richard Henderson1-0/+8
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09Fix ICE on invalid input, and eliminate confusing error message.James E Wilson1-2/+6
2004-09-09re PR c/17322 (initializer folding broken)Richard Henderson1-20/+14
2004-09-09c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers1-3/+4
2004-09-09c-tree.h (C_DECL_USED, [...]): New.Joseph Myers1-0/+98
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-48/+37
2004-09-01c-common.h (lookup_interface): Remove prototype.Ziemowit Laski1-1/+1
2004-08-30c-typeck.c (build_unary_op): Don't expand ADDR_EXPR of a COMPONENT_REF to poi...Richard Henderson1-32/+12
2004-08-26c-typeck.c (build_offsetof): Remove.Richard Henderson1-28/+0
2004-08-25c-typeck.c (build_c_cast): In ObjC...Ziemowit Laski1-2/+4
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-9/+7
2004-08-22re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Andrew Pinski1-2/+8
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-0/+4
2004-08-16Make unsafe vector float optimizations dependent on -ffast-math.James E Wilson1-0/+5
2004-08-16c-typeck.c (build_c_cast): Only copy overflow from expr nodes.Nathan Sidwell1-2/+5
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-8/+9
2004-08-15c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui...Roger Sayle1-29/+29
2004-08-06re PR c/13282 (A "-Wno..." switch to turn off "missing initializer" warnings)Richard Sandiford1-1/+1
2004-07-26gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC ().Bernardo Innocenti1-5/+2
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-7/+7
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-11/+12
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-1/+1
2004-07-25c-typeck.c (digest_init): Don't allow arrays of signed or unsigned variants o...Joseph Myers1-19/+29
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-1/+1
2004-07-24c-typeck.c (convert_for_assignment): Tightened up pointer converstions that d...Mike Stump1-1/+1
2004-07-22re PR c/15052 (gcc frontend accepts mismatched function declaration/defintion)Joseph Myers1-3/+3
2004-07-22c-typeck.c (set_init_index): Require designator to be of integer type.Joseph Myers1-0/+7
2004-07-22re PR c/11250 (-pedantic accepts `char a[] = ("x");')Joseph Myers1-68/+112
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-0/+5
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-0/+8
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers1-72/+31
2004-07-17c-typeck.c (parser_build_binary_op): Condition warnings for X<=Y<=Z on -Wpare...Joseph Myers1-5/+6
2004-07-14c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR...Per Bothner1-1/+1
2004-07-09c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes permissible ...Jan Beulich1-1/+2
2004-07-09md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher1-59/+0
2004-07-04re PR c/16348 (Loop gets executed when it shouldnt)Richard Henderson1-4/+2
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-1/+0
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-5/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-5/+5
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson1-188/+192
2004-06-24c-common.c (expand_unordered_cmp): Delete.Roger Sayle1-14/+0
2004-06-23c-typeck.c (composite_type, [...]): Abort if we have type qualifiers at all.Andrew Pinski1-2/+12
2004-06-23[multiple changes]Andrew Pinski1-5/+10
2004-06-23c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call.Richard Henderson1-3/+0
2004-06-22c-typeck.c (emit_side_effect_warnings): Ignore error marks.Richard Henderson1-2/+6
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-6/+10
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-12/+7