]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-common.h
* c-lex.c (narrowest_unsigned_type): Change itk to int.
[thirdparty/gcc.git] / gcc / c-common.h
2008-06-22  ian * c-lex.c (narrowest_unsigned_type): Change itk to...
2008-06-21  ian * tree.h (enum tree_code): Include all-tree.def, not...
2008-06-06  jakub * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP...
2008-05-25  dfrankegcc:
2008-05-25  amodraDelete get_inner_array_type. Use strip_array_types...
2008-05-02  simonbRolled back the following changes made in revision...
2008-05-01  simonb * c-common.h (warn_array_subscript_range):...
2008-04-24  rguenth2008-04-24 Richard Guenther <rguenther@suse.de>
2008-04-18  jasonlibcpp/ChangeLog:
2008-04-02  jsm28gcc:
2008-03-02  manu2008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2007-10-14  kazu * c-common.h: Remove the prototype for c_expand_body.
2007-09-01  ghazi * c-common.c (const_strip_array_types): Delete.
2007-08-25  ghazi * c-common.c (vector_types_convertible_p,
2007-08-20  chaoyingfu * c-common.h (enum rid): Add new enumeration values...
2007-08-16  ghazi * c-common.c (const_strip_array_types): New.
2007-08-11  ian./:
2007-07-27  dgregor2007-07-27 Douglas Gregor <doug.gregor@gmail.com>
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-06-11  espindolareally remove signed(_or_unsigned)?_type langhooks
2007-06-07  simartingcc/
2007-05-31  dberlinin gcc/
2007-05-14  espindolagcc/
2007-05-11  rusgcc/
2007-05-11  hubicka * semantics.c (expand_or_defer_fn): Do not call c_reco...
2007-05-07  fxcoudert PR driver/31694
2007-05-02  sparkgcc/ChangeLog:
2007-04-07  dberlin2007-04-07 Daniel Berlin <dberlin@dberlin.org>
2007-04-07  dberlinin /
2007-03-30  paologcc/
2007-03-16  manu2007-03-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2007-03-14  mueller2007-03-14 Dirk Mueller <dmueller@suse.de>
2007-03-14  manu2007-03-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2007-03-09  mueller2007-03-09 Dirk Mueller <dmueller@suse.de>
2007-02-28  sandra2007-02-28 Sandra Loosemore <sandra@codesourcery...
2007-02-26  mmitchel * c-decl.c (static_ctors): Move to c-common.c.
2007-02-25  mmitchel * doc/extend.texi: Document optional priority argument to
2007-01-29  manu007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2007-01-25  dgregor2007-01-24 Douglas Gregor <dgregor@osl.iu.edu>
2007-01-08  shinwell gcc/
2007-01-05  ian./:
2006-12-14  ian PR c++/19564
2006-11-21  dgregor2006-11-21 Douglas Gregor <doug.gregor@gmail.com>
2006-11-01  dgregor2006-11-01 Douglas Gregor <doug.gregor@gmail.com>
2006-10-30  mueller2006-10-30 Dirk Mueller <dmueller@suse.de>
2006-08-17  bonzini2006-08-17 Paolo Bonzini <bonzini@gnu.org>
2006-06-15  mmitchel2006-06-14 Mark Mitchell <mark@codesourcery.com>
2006-05-30  kazu * c-common.h: Remove the prototype for yyparse.
2006-05-19  mrs * c-tree.h (default_conversion): Remove.
2006-05-18  mrsWhitespace fixups
2006-05-01  sayle * c-typeck.c (parser_build_binary_op): Don't call...
2006-04-23  mmitchel2006-04-23 Mark Mitchell <mark@codesourcery.com>
2006-02-24  geoffkIndex: gcc/ChangeLog
2006-02-13  gdr2006-02-12 Gabriel Dos Reis <gdr@integrable-solutions...
2006-01-20  rguenth2006-01-20 Dirk Mueller <dmueller@suse.com>
2006-01-18  dnovillo2006-01-18 Richard Henderson <rth@redhat.com>
2006-01-04  rthlibcpp/
2005-12-27  mmitchel PR c++/23171, c++/23172, c++/25417.
2005-12-16  bje2005-12-16 Jon Grimm <jgrimm2@us.ibm.com>
2005-11-24  rguenth2005-11-24 Richard Guenther <rguenther@suse.de>
2005-11-24  gdr2005-11-23 Gabriel Dos Reis <gdr@integrable-solutions...
2005-11-21  rthgcc/
2005-07-24  ghazi * c-common.c (check_missing_format_attribute): New.
2005-07-03  jsm28 * c-common.h (GCC_DIAG_STYLE): Define.
2005-06-29  zlaski[gcc/ChangeLog]
2005-06-26  ghazi PR c/21911
2005-06-25  kcookUpdate FSF address.
2005-06-15  aldyh * c-common.h (same_scalar_type_ignoring_signedness...
2005-05-28  ian./:
2005-05-24  mrs * c-common.h (objc_comptypes): Remove prototype.
2005-05-18  geoffk2005-05-18 Geoffrey Keating <geoffk@apple.com>
2005-05-17  mrs Yet more Objective-C++...
2005-05-12  ian./:
2005-05-02  matz PR c++/19542
2005-04-25  ian./
2005-04-21  sayle * c-common.h (objc_build_method_signature): Update...
2005-04-20  ian./
2005-04-17  ian./
2005-04-14  rth PR middle-end/14311
2005-04-09  ian./
2005-04-08  kazu * c-common.h (C_ARTIFICIAL_STRING_P): Remove.
2005-04-05  ian * c-typeck.c (struct c_switch): Rename switch_stmt...
2005-03-30  rth PR c/20519
2005-03-23  jsm28 * c-common.h (default_conversion): Remove.
2005-03-21  jsm28 * c-common.c (lvalue_or_else): Replace by lvalue_error...
2005-02-20  zack PR 18785
2005-01-27  steven * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS...
2005-01-23  kazu * c-common.c (explicit_flag_signed_bitfields,
2005-01-23  kazu * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
2004-12-20  austern PR c++/19044
2004-11-25  mmitchel PR c++/18001
2004-11-17  kazu * basic-block.h, c-common.h, df.h, expr.h, output...
2004-11-14  kazu * c-common.c (walk_stmt_tree): Remove.
2004-10-31  zlaski[gcc/ChangeLog]
2004-10-25  zlaski[gcc/ChangeLog]
2004-10-22  kazu * c-semantics.c (re_push_stmt_list): Remove.
2004-10-16  jsm28 * c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREX...
2004-10-03  jsm28 * c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin...
2004-09-10  zack * c-common.h (struct c_fileinfo): Comment moved here...
2004-09-03  zlaski[gcc/ChangeLog]
next