]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-decl.c
Makefile.in: Set and use UNWIND_H.
[thirdparty/gcc.git] / gcc / c-decl.c
2005-06-28  Paul BrookMakefile.in: Set and use UNWIND_H.
2005-06-28  DJ Deloriec-decl.c (pop_scope): Move warning control into warning...
2005-06-26  Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25  Kelley CookUpdate FSF address.
2005-06-19  Roger Saylec-decl.c (grokdeclarator): Only check TREE_OVERFLOW...
2005-06-18  Kaveh R. Ghazic-decl.c (locate_old_decl): Add format attribute.
2005-06-06  Jakub Jelinekexgettext: Handle gmsgid and cmsgid arguments specially...
2005-06-03  Joseph Myersre PR c/21879 (Memory management problem)
2005-05-28  Ian Lance Taylorc-decl.c (add_stmt): Add C frontend specific version.
2005-05-25  DJ Deloriecommon.opt (-Wattributes): New.
2005-05-25  DJ Deloriec-common.c (unsigned_conversion_warning): Move warning...
2005-05-24  Ziemowit Laskic-common.h (objc_comptypes): Remove prototype.
2005-05-17  Ziemowit LaskiYet more Objective-C++...
2005-05-13  Jan Hubickac-decl.c (finish_function): Suppress "control reaches...
2005-05-11  Richard Hendersonre PR c/21502 (small data relocation mismatch)
2005-05-10  Joseph Myersre PR c/21342 (some incompatible external declarations...
2005-05-03  DJ Deloriec-decl.c (store_parm_decls_oldstyle): Let diagnostic...
2005-05-02  Joseph Myersre PR c/15698 (no error in presence of broken builtin...
2005-04-27  Joseph Myersre PR c/21213 (segfault declaring a transparent union)
2005-04-23  DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-21  Nathan Sidwellalias.c (true_dependence): Remove 'abort' from comments.
2005-04-20  Joseph Myersre PR c/12913 (Jumps into variable length array scope...
2005-04-06  Joseph Myersc-decl.c (finish_decl): Apply pending #pragma weak...
2005-04-05  Per Bothnerc-decl.c (finish_function): If USE_MAPPED_LOCATION...
2005-04-01  Joseph Myersc-decl.c (validate_proto_after_old_defn): Look at TYPE_...
2005-03-30  Joseph Myersre PR c++/772 (Statement expressions issues)
2005-03-30  Joseph Myersre PR c/20368 (internal compiler error: tree check...
2005-03-30  Richard Hendersonre PR c/20519 (completed type not selected properly...
2005-03-20  Joseph Myersc-common.c (handle_aligned_attribute, [...]): Do not...
2005-03-20  Joseph Myersc-decl.c (check_bitfield_type_and_width): Require bit...
2005-03-18  Joseph Myersc-common.c, [...]: Use %D for declarations in diagnosti...
2005-03-14  Zdenek Dvorakbuiltin-attrs.def (ATTR_NOVOPS, [...]): New.
2005-03-13  Kazu Hiratac-decl.c (c_init_decl_processing): Remove useless calls...
2005-03-12  Kazu Hiratac-decl.c (c_init_decl_processing): Remove local variabl...
2005-03-12  Per Bothnerc-tree.h (struct c_declarator): New id_loc field.
2005-03-07  Per BothnerVarious fixes to allow us to again build if --enable...
2005-03-02  Joseph Myersre PR c/8927 (Gcc give error for wrong line of C code.)
2005-02-25  Joseph Myersc-parser.c: New file.
2005-02-03  Joseph Myersre PR c/17807 (No warning/error for undefined local...
2005-02-01  Steven Bosscherre PR c/19333 (C front end accepts arrays of incomplete...
2005-01-29  Joseph Myersc-common.c (fix_string_type): Just use c_build_qualifie...
2005-01-27  Jakub Jelinekre PR c/18946 (ICE in pushdecl)
2005-01-27  Richard HendersonFor real this time...
2005-01-26  Richard HendersonRevert last change.
2005-01-26  Richard Hendersonre PR middle-end/18008 (Duplicate mask on bitfield...
2005-01-05  Andrew Pinskire PR c/19152 (IMA and external inline don't get along)
2005-01-02  Richard Hendersonre PR c/19031 (#pragma weak handling changes in 4.0.0)
2005-01-01  Steven Bosscherre PR middle-end/17544 (incorrect -Wunreachable-code...
2005-01-01  Richard Hendersonre PR middle-end/17799 (Non-optimizing compile loses...
2004-12-21  James A. Morrisonre PR c/18963 (static and nested declarations cause...
2004-12-21  James A. Morrisonre PR c/18596 (ICE in make_decl_rtl)
2004-12-20  Matt Austernre PR c++/19044 (Alternate asm name for atan ignored...
2004-12-19  Richard Hendersonre PR middle-end/16417 (crappy code (gcc.c-torture...
2004-12-19  Richard Hendersonc-decl.c (finish_struct): Add DECL_EXPR for variable...
2004-12-19  Richard Hendersonc-decl.c (grokdeclarator): Save variable array size...
2004-12-17  Dale Johannesenc-decl.c (diagnose_mismatched_decls): Accept mismatched...
2004-11-30  James A. Morrisonre PR c/18596 (ICE in make_decl_rtl)
2004-11-19  Joseph Myersc-decl.c (push_scope): Remove "\n" from end of diagnost...
2004-11-15  Joseph Myersre PR c/18498 (gcc allows non-integral bitfield types)
2004-11-09  Joseph Myersbuiltins.c, [...]: Say "argument" instead of "arg"...
2004-11-09  Joseph Myersbuiltins.c, [...]: Avoid "`" as left quote, using ...
2004-11-07  Joseph Myersc-decl.c (finish_struct): Use complete sentences for...
2004-11-01  Joseph Myersre PR c/18239 (ICE in get_parm_info with werid attribute)
2004-10-30  Joseph Myersre PR c/16666 (dremf type conflict)
2004-10-25  Andrew Pinskire PR middle-end/17407 (ICE in int_mode_for_mode)
2004-10-21  Andrew Pinskire PR objc/17923 (const-str-[34].m fails on the mainlin...
2004-10-14  Richard Hendersonre PR c/17023 (ICE with nested functions in parameter...
2004-10-14  Joseph Myersc-tree.h (enum c_typespec_kind, [...]): New.
2004-10-13  Frank Ch. Eiglertoplev.c (compile_file): Call mudflap_finish_file from...
2004-10-10  Joseph Myersre PR c/17881 (Incomplete type warning is issued even...
2004-10-10  Joseph Myersre PR c/17189 (bogus warning for struct Foo { int...
2004-10-05  Joseph Myersc-decl.c (declspecs_add_type): Don't pedwarn for _Compl...
2004-10-05  Joseph Myersc-decl.c (pushdecl): When an extern declaration at...
2004-10-04  Andrew PinskiPR c/17178, PR c/17820
2004-10-03  Joseph Myersc-aux-info.c, [...]: Follow code formatting conventions.
2004-10-01  Jan Hubickac-decl.c (c_expand_body): Update call tree_rest_of_comp...
2004-09-30  Fariborz JahanianFIxed an IMA bug showed up in parse and gzip.
2004-09-29  Joseph Myersre PR c/7425 (deprecated attribute doesn't merge with...
2004-09-28  Joseph Myersre PR c/16409 (ICE in size_binop, at fold-const.c)
2004-09-24  Joseph Myersre PR c/17188 (struct Foo { } redefinition)
2004-09-22  Mark Mitchellc-decl.c (implicitly_declare): Call maybe_apply_renamin...
2004-09-20  Jan Hubickacgraph.c (cgraph_unnest_node): New function.
2004-09-17  Joseph Myersc-tree.h (enum c_typespec_keyword): New.
2004-09-17  Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2004-09-14  Joseph Myersc-tree.h (struct c_declspecs): Add const_p, volatile_p...
2004-09-14  Dale JohannesenFix PR 17408 and PR 17409.
2004-09-13  Joseph Myersc-decl.c (grokdeclarator): Correct comments about where...
2004-09-12  Joseph Myersc-common.c, [...]: Use %q, %< and %> for quoting in...
2004-09-11  Joseph Myersc-tree.h (enum c_storage_class): New.
2004-09-10  Zack Weinbergc-common.h (struct c_fileinfo): Comment moved here...
2004-09-10  Joseph Myersc-tree.h (struct c_declspecs): Remove typedef_decl.
2004-09-09  Joseph Myersre PR c/8420 (volatile after the type specifier for...
2004-09-09  Joseph Myersc-tree.h (enum c_declarator_kind, [...]): New.
2004-09-09  Joseph Myersc-tree.h (C_DECL_USED, [...]): New.
2004-09-08  Ziemowit Laskic-decl.c (groktypename_in_parm_context): Remove function.
2004-09-07  Nathan Sidwellc-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
2004-09-05  Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-09-03  Ziemowit Laskic-decl.c (store_parm_decls_newstyle): Make static.
2004-09-02  Ziemowit Laskic-decl.c (store_parm_decls_newstyle): Make externally...
2004-09-01  Richard Kennerre PR c/15224 (Attribute mode causes ICE when applied...
next