aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-typeck.c
AgeCommit message (Expand)Author
2005-04-01Merge mainline->tcb as of 2005-03-29.tree-cleanup-branchDiego Novillo
2005-03-23mainline->tcb merge as of 2005-03-22.Diego Novillo
2005-02-24 Merge from mainline (tree-cleanup-merge-20050223)Diego Novillo
2005-02-17mainline->tcb merge as of 2005-02-16.Diego Novillo
2005-02-02mainline->tcb merge as of 2005-02-01.Diego Novillo
2005-01-10mainline -> tcb merge as of 2005-01-08.Diego Novillo
2004-12-29mainline -> tcb merge as of 2004-12-29.Diego Novillo
2004-12-11mainline -> tcb merge as of 2004-12-10.Diego Novillo
2004-12-06*** empty log message ***Diego Novillo
2004-11-18Mainline merge as of 2004-11-17.Diego Novillo
2004-11-05Mainline merge as of 2004-11-04.Diego Novillo
2004-10-24Mainline merge as of 2004-10-24.Diego Novillo
2004-10-13Mainline merge as of 2004-10-13.Diego Novillo
2004-09-30Mainline merge as of 2004-09-29.Diego Novillo
2004-09-22Mainline merge as of 2004-09-22.Diego Novillo
2004-09-21This commit was manufactured by cvs2svn to create branchno-author
2004-09-18 PR c/17424Joseph Myers
2004-09-18 * tree-inline.c (copy_tree_r): Don't duplicate constants, they'reGeoffrey Keating
2004-09-172004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>Jeffrey D. Oldham
2004-09-12 * c-common.c, c-decl.c, c-lex.c, c-objc-common.c, c-opts.c,Joseph Myers
2004-09-11 PR c/17396Richard Henderson
2004-09-10 * bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c,Kazu Hirata
2004-09-10Fix ICE on invalid input, and eliminate confusing error message.James E. Wilson
2004-09-09 PR c/17322Richard Henderson
2004-09-09 * c-tree.h (enum c_declarator_kind, struct c_arg_info, structJoseph Myers
2004-09-09 * c-tree.h (C_DECL_USED, parser_obstack, in_alignof, in_sizeof,Joseph Myers
2004-09-07 * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell
2004-09-01[gcc/ChangeLog]Ziemowit Laski
2004-08-30 * c-typeck.c (build_unary_op): Don't expand ADDR_EXPR of aRichard Henderson
2004-08-27 * c-typeck.c (build_offsetof): Remove.Richard Henderson
2004-08-25[gcc/ChangeLog]Ziemowit Laski
2004-08-25 * tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell
2004-08-232004-08-22 Andrew Pinski <apinski@apple.com>Andrew Pinski
2004-08-19 * tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell
2004-08-17Make unsafe vector float optimizations dependent on -ffast-math.James E. Wilson
2004-08-16 * c-typeck.c (build_c_cast): Only copy overflow from expr nodes.Nathan Sidwell
2004-08-15.:Nathan Sidwell
2004-08-15 * c-common.c (shorten_compare, pointer_int_sum,Roger Sayle
2004-08-06 PR c/13282Richard Sandiford
2004-07-26 * gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC ().Bernardo Innocenti
2004-07-25 * basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti
2004-07-25 * bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti
2004-07-25 * c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti
2004-07-25 * c-typeck.c (digest_init): Don't allow arrays of signed orJoseph Myers
2004-07-25 * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameterBernardo Innocenti
2004-07-24 * c-typeck.c (convert_for_assignment): Tightened up pointer converstionsMike Stump
2004-07-22 PR c/15052Joseph Myers
2004-07-21 * c-typeck.c (set_init_index): Require designator to be of integerJoseph Myers
2004-07-21 PR c/11250Joseph Myers
2004-07-212004-07-21 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini