aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-09Makefile.in: Update.Neil Booth1-0/+4
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-4/+0
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill1-2/+1
2002-04-28re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl1-1/+2
2002-04-25c-decl.c (grokdeclarator): Remove outdated ??? note on invalid declaration of...Eric Botcazou1-4/+0
2002-04-24c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays for c99.Richard Henderson1-1/+1
2002-04-20Makefile.in: Update.Neil Booth1-5/+5
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-6/+2
2002-04-10c-decl.c (c_init_decl_processing): Move generation of decls for g77_integer_t...Toon Moene1-49/+0
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-2/+2
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-3/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-6/+7
2002-03-28c-decl.c (finish_function): New arg can_defer_p.Richard Henderson1-3/+5
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-1/+1
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-1/+1
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth1-11/+0
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-0/+4
2002-03-22c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson1-0/+2
2002-03-14c-decl.c: Include c-pragma.h.Richard Henderson1-3/+15
2002-03-05toplev.c (documented_lang_options): Document more language-specific options.Geoffrey Keating1-143/+64
2002-03-03* c-decl.c (start_decl): Initialized variables are not common.Richard Henderson1-1/+1
2002-02-28c-decl.c (finish_function): Only warn about missing return statement with -Wr...Jason Merrill1-3/+4
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-2/+2
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-145/+16
2002-02-20c-decl.c (pushdecl): If no global declaration is found for an extern declarat...Alexandre Oliva1-3/+5
2002-02-20re PR c++/5713 (Redeclaration causes ice in in make_decl_rtl, at varasm.c:835)Jakub Jelinek1-0/+1
2002-02-15* c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.Richard Sandiford1-2/+2
2002-02-14re PR c/5503 (GCC ignores prototype)Jakub Jelinek1-0/+16
2002-02-06c-decl.c (finish_function): Warn about a non-void function with no return sta...Jason Merrill1-0/+31
2002-02-05target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva1-1/+2
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-137/+114
2002-02-01c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source...Zack Weinberg1-0/+1
2002-01-31c-decl.c (grokdeclarator): Handle type being a typedef for an invalid type.Joseph Myers1-3/+8
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-114/+137
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-1/+1
2002-01-25builtins.c (expand_builtin_strncpy): Use integer_zerop instead of compare_tre...Richard Kenner1-6/+5
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-2/+31
2002-01-05c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson1-5/+0
2002-01-02c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl...Jason Merrill1-1/+6
2001-12-24re PR debug/5163 (Internal compiler error in add_abstract_origin_attribute, a...Richard Henderson1-15/+34
2001-12-17re PR c/5105 (compound literal patch broken with inlining)Joseph Myers1-1/+3
2001-12-15c-parse.in (typename): Do not split attributes.Aldy Hernandez1-3/+11
2001-12-07* c-decl.c (c_language): Remove duplicate.Richard Henderson1-4/+0
2001-12-05c-common.c (shadow_warning): New function, moved from cp/decl.c.Neil Booth1-45/+72
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-5/+1
2001-12-05c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's type is RECO...Jakub Jelinek1-3/+24
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+53
2001-12-04c-decl.c (duplicate_decls): Revert rth's patch.Alexandre Oliva1-5/+6
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-1/+1