aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-4/+4
2005-06-29re PR c/22052 (redefinition of inline function succeeds)Eric Christopher1-35/+20
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-0/+1
2005-06-28c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie1-26/+33
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-4/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-19c-decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle1-1/+3
2005-06-18c-decl.c (locate_old_decl): Add format attribute.Kaveh R. Ghazi1-2/+2
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-4/+4
2005-06-03re PR c/21879 (Memory management problem)Joseph Myers1-1/+5
2005-05-28c-decl.c (add_stmt): Add C frontend specific version.Ian Lance Taylor1-10/+25
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-6/+9
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-12/+13
2005-05-24c-common.h (objc_comptypes): Remove prototype.Ziemowit Laski1-19/+1
2005-05-17Yet more Objective-C++...Ziemowit Laski1-5/+15
2005-05-13c-decl.c (finish_function): Suppress "control reaches end of non-void functio...Jan Hubicka1-1/+4
2005-05-11re PR c/21502 (small data relocation mismatch)Richard Henderson1-6/+32
2005-05-10re PR c/21342 (some incompatible external declarations not diagnosed)Joseph Myers1-3/+52
2005-05-03c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie1-2/+2
2005-05-02re PR c/15698 (no error in presence of broken builtin fn + K&R declaration)Joseph Myers1-22/+105
2005-04-27re PR c/21213 (segfault declaring a transparent union)Joseph Myers1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-60/+60
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-1/+1
2005-04-20re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers1-12/+37
2005-04-06c-decl.c (finish_decl): Apply pending #pragma weak regardless of scope.Joseph Myers1-2/+1
2005-04-05c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location of the ar...Per Bothner1-3/+9
2005-04-01c-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argume...Joseph Myers1-4/+3
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers1-0/+17
2005-03-30re PR c/20368 (internal compiler error: tree check: expected function_type or...Joseph Myers1-2/+8
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-80/+14
2005-03-20c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers1-7/+0
2005-03-20c-decl.c (check_bitfield_type_and_width): Require bit-field width to have int...Joseph Myers1-2/+4
2005-03-18c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers1-25/+17
2005-03-14builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak1-0/+1
2005-03-13c-decl.c (c_init_decl_processing): Remove useless calls to build_function_type.Kazu Hirata1-6/+0
2005-03-12c-decl.c (c_init_decl_processing): Remove local variables ptr_ftype_void and ...Kazu Hirata1-5/+3
2005-03-11c-tree.h (struct c_declarator): New id_loc field.Per Bothner1-0/+3
2005-03-07Various fixes to allow us to again build if --enable-mapped-location:Per Bothner1-0/+4
2005-03-02re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers1-6/+6
2005-02-25c-parser.c: New file.Joseph Myers1-1/+8
2005-02-03re PR c/17807 (No warning/error for undefined local function.)Joseph Myers1-1/+16
2005-02-01re PR c/19333 (C front end accepts arrays of incomplete types)Steven Bosscher1-10/+8
2005-01-29c-common.c (fix_string_type): Just use c_build_qualified_type to build string...Joseph Myers1-28/+15
2005-01-27re PR c/18946 (ICE in pushdecl)Jakub Jelinek1-7/+17
2005-01-26For real this time...Richard Henderson1-2/+5
2005-01-26Revert last change.Richard Henderson1-5/+2
2005-01-26re PR middle-end/18008 (Duplicate mask on bitfield insertion)Richard Henderson1-2/+5
2005-01-04re PR c/19152 (IMA and external inline don't get along)Andrew Pinski1-11/+42
2005-01-01re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson1-0/+2
2005-01-01re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher1-2/+9