summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* c-decl.c, decl.c (start_decl): Point users of the old initialized- typedef ex...Zack Weinberg2002-10-191-1/+1
* c-decl.c (start_decl): Unconditionally issue error for 'typedef foo = bar'.Zack Weinberg2002-10-091-19/+4
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-5/+5
* re PR c/4319 (short accepted on typedef'd char)Joseph Myers2002-08-211-6/+5
* c-decl.c (flexible_array_type_p): New function.Joseph Myers2002-08-171-0/+43
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-101-10/+16
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-071-262/+0
* c-decl.c (duplicate_decls): Error out for incompatible TLS declarations.Aldy Hernandez2002-08-071-0/+14
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-144/+0
* builtins.def [...]: Require an explicit ATTRS argument.Roger Sayle2002-07-281-4/+0
* c-decl.c (c_decode_option): No need to handle switches cpplib handles.Neil Booth2002-07-251-8/+1
* * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.Jakub Jelinek2002-07-221-0/+1
* c-decl.c (build_compound_literal): Defer compound literal decls until until f...Jakub Jelinek2002-07-221-5/+11
* c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis2002-07-211-7/+7
* varargs.h: Replace with stub which issues #error.Zack Weinberg2002-07-161-20/+0
* c-decl.c (duplicate_decls): Preserve the noreturn attribute on non-ANSI built...Roger Sayle2002-07-111-5/+0
* tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2002-07-011-3/+8
* utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi2002-06-201-1/+1
* c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson2002-06-161-5/+38
* re PR c/6660 (Typedeffed unnamed structs/unions do not compile with gcc-3.1)Jakub Jelinek2002-06-101-2/+5
* cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg2002-06-071-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-133/+47
* c-decl.c (struct binding_level): Change int field n_incomplete to tree list i...Stan Shebs2002-05-311-14/+24
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-251-1/+21
* c-common.c (warn_nonnull): Declare.Jason Thorpe2002-05-231-0/+1
* c-common.h (enum rid): Add RID_THREAD.Richard Henderson2002-05-211-18/+75
* c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe2002-05-181-0/+1
* Makefile.in: Update.Neil Booth2002-05-091-0/+4
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-4/+0
* defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill2002-05-031-2/+1
* re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl2002-04-281-1/+2
* c-decl.c (grokdeclarator): Remove outdated ??? note on invalid declaration of...Eric Botcazou2002-04-251-4/+0
* c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays for c99.Richard Henderson2002-04-241-1/+1
* Makefile.in: Update.Neil Booth2002-04-201-5/+5
* builtins.c: Include langhooks.h.Neil Booth2002-04-191-6/+2
* c-decl.c (c_init_decl_processing): Move generation of decls for g77_integer_t...Toon Moene2002-04-101-49/+0
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-1/+1
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-2/+2
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-3/+1
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-6/+7
* c-decl.c (finish_function): New arg can_defer_p.Richard Henderson2002-03-281-3/+5
* Makefile.in (attribs.o): Update.Neil Booth2002-03-271-1/+1
* Makefile.in (ggc-common.o): Update.Neil Booth2002-03-261-1/+1
* c-decl.c (maybe_build_cleanup): Remove.Neil Booth2002-03-251-11/+0
* Removal of separate preprocessor cpp0.Neil Booth2002-03-241-0/+4
* c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson2002-03-221-0/+2
* c-decl.c: Include c-pragma.h.Richard Henderson2002-03-141-3/+15
* toplev.c (documented_lang_options): Document more language-specific options.Geoffrey Keating2002-03-051-143/+64
* * c-decl.c (start_decl): Initialized variables are not common.Richard Henderson2002-03-031-1/+1
* c-decl.c (finish_function): Only warn about missing return statement with -Wr...Jason Merrill2002-02-281-3/+4