aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-22* c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.Jakub Jelinek1-0/+1
2002-07-22c-decl.c (build_compound_literal): Defer compound literal decls until until f...Jakub Jelinek1-5/+11
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis1-7/+7
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-20/+0
2002-07-11c-decl.c (duplicate_decls): Preserve the noreturn attribute on non-ANSI built...Roger Sayle1-5/+0
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-3/+8
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi1-1/+1
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson1-5/+38
2002-06-10re PR c/6660 (Typedeffed unnamed structs/unions do not compile with gcc-3.1)Jakub Jelinek1-2/+5
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-133/+47
2002-05-31c-decl.c (struct binding_level): Change int field n_incomplete to tree list i...Stan Shebs1-14/+24
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-1/+21
2002-05-23c-common.c (warn_nonnull): Declare.Jason Thorpe1-0/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-18/+75
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe1-0/+1
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