summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* Emit an error for too large arrays instead of an ICE.James E Wilson2005-08-161-1/+1
* aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi2005-08-161-1/+1
* re PR c/23143 (parameter forward declarations broken)Joseph Myers2005-07-301-6/+6
* re PR c/529 (-Wshadow warns on function prototypes vs. global vars)Joseph Myers2005-07-301-10/+14
* toplev.h: Add comment about the first parameter for warning().DJ Delorie2005-07-191-9/+10
* re PR c/22421 (problems with -Wformat and bit-fields)Joseph Myers2005-07-161-1/+25
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-156/+177
* re PR c/22308 (Failure to diagnose violation of constraint 6.516p2)Joseph Myers2005-07-051-0/+3
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2005-07-031-1/+1
* re PR c++/18279 (missing function bodies from -fdump-translation-unit)Gabriel Dos Reis2005-07-031-0/+11
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-139/+127
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-4/+4
* re PR c/22052 (redefinition of inline function succeeds)Eric Christopher2005-06-291-35/+20
* Makefile.in: Set and use UNWIND_H.Paul Brook2005-06-281-0/+1
* c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie2005-06-281-26/+33
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-4/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle2005-06-191-1/+3
* c-decl.c (locate_old_decl): Add format attribute.Kaveh R. Ghazi2005-06-181-2/+2
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-4/+4
* re PR c/21879 (Memory management problem)Joseph Myers2005-06-031-1/+5
* c-decl.c (add_stmt): Add C frontend specific version.Ian Lance Taylor2005-05-281-10/+25
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-6/+9
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-12/+13
* c-common.h (objc_comptypes): Remove prototype.Ziemowit Laski2005-05-241-19/+1
* Yet more Objective-C++...Ziemowit Laski2005-05-171-5/+15
* c-decl.c (finish_function): Suppress "control reaches end of non-void functio...Jan Hubicka2005-05-131-1/+4
* re PR c/21502 (small data relocation mismatch)Richard Henderson2005-05-111-6/+32
* re PR c/21342 (some incompatible external declarations not diagnosed)Joseph Myers2005-05-101-3/+52
* c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie2005-05-031-2/+2
* re PR c/15698 (no error in presence of broken builtin fn + K&R declaration)Joseph Myers2005-05-021-22/+105
* re PR c/21213 (segfault declaring a transparent union)Joseph Myers2005-04-271-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-60/+60
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-1/+1
* re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers2005-04-201-12/+37
* c-decl.c (finish_decl): Apply pending #pragma weak regardless of scope.Joseph Myers2005-04-061-2/+1
* c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location of the ar...Per Bothner2005-04-051-3/+9
* c-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argume...Joseph Myers2005-04-011-4/+3
* re PR c++/772 (Statement expressions issues)Joseph Myers2005-03-301-0/+17
* re PR c/20368 (internal compiler error: tree check: expected function_type or...Joseph Myers2005-03-301-2/+8
* re PR c/20519 (completed type not selected properly with typeof)Richard Henderson2005-03-291-80/+14
* c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers2005-03-201-7/+0
* c-decl.c (check_bitfield_type_and_width): Require bit-field width to have int...Joseph Myers2005-03-201-2/+4
* c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers2005-03-181-25/+17
* builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak2005-03-141-0/+1
* c-decl.c (c_init_decl_processing): Remove useless calls to build_function_type.Kazu Hirata2005-03-131-6/+0
* c-decl.c (c_init_decl_processing): Remove local variables ptr_ftype_void and ...Kazu Hirata2005-03-121-5/+3
* c-tree.h (struct c_declarator): New id_loc field.Per Bothner2005-03-111-0/+3
* Various fixes to allow us to again build if --enable-mapped-location:Per Bothner2005-03-071-0/+4
* re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers2005-03-021-6/+6