summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * c-decl.c (grokdeclarator): Make invalid combinations with long,jsm282002-08-211-6/+5
* * c-decl.c (flexible_array_type_p): New function.jsm282002-08-171-0/+43
* 2002-08-09 Ziemowit Laski <zlaski@apple.com>zlaski2002-08-101-10/+16
* * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.neil2002-08-071-262/+0
* * c-decl.c (duplicate_decls): Error out for incompatible TLSaldyh2002-08-071-0/+14
* * c-common.c: Define all C/ObjC/C++ warning and flag variables.neil2002-08-011-144/+0
* * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRSsayle2002-07-281-4/+0
* * c-decl.c (c_decode_option): No need to handle switchesneil2002-07-251-8/+1
* * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.jakub2002-07-221-0/+1
* * c-decl.c (build_compound_literal): Defer compound literal declsjakub2002-07-221-5/+11
* 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>gdr2002-07-211-7/+7
* * ginclude/varargs.h: Replace with stub which issues #error.zack2002-07-161-20/+0
* * c-decl.c (duplicate_decls): Preserve the noreturn attribute onsayle2002-07-111-5/+0
* * tree.h: Modify builtin_function interface to take an extrasayle2002-07-011-3/+8
* ada:ghazi2002-06-201-1/+1
* * c-common.c (flag_ms_extensions): Move from c++ front end.rth2002-06-161-5/+38
* PR c/6660jakub2002-06-101-2/+5
* * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -Wzack2002-06-071-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-133/+47
* 2002-05-31 Stan Shebs <shebs@apple.com>shebs2002-05-311-14/+24
* * Makefile.in (C_COMMON_H): Fix.neil2002-05-251-1/+21
* * c-common.c (warn_nonnull): Declare.thorpej2002-05-231-0/+1
* * c-common.h (enum rid): Add RID_THREAD.rth2002-05-221-18/+75
* * c-common.c (c_common_post_options): Warn if -Wformat-zero-lengththorpej2002-05-181-0/+1
* * Makefile.in: Update.neil2002-05-091-0/+4
* * c-common.c (warn_multichar): New.neil2002-05-061-4/+0
* * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.jason2002-05-031-2/+1
* 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2002-04-281-1/+2
* * c-decl.c (grokdeclarator): Remove outdated ??? noterth2002-04-261-4/+0
* * c-decl.c (grokdeclarator): Don't pedwarn variable sized arraysrth2002-04-241-1/+1
* * Makefile.in: Update.neil2002-04-201-5/+5
* * builtins.c: Include langhooks.h.neil2002-04-191-6/+2
* 2002-04-10 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-04-101-49/+0
* * c-decl.c (grokdeclarator): Update.neil2002-04-011-1/+1
* * c-common.c (unsigned_conversion_warning, convert_and_check,neil2002-04-011-2/+2
* * c-common.c (c_unsafe_for_reeval): Rename.neil2002-03-311-3/+1
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-6/+7
* * c-decl.c (finish_function): New arg can_defer_p. Pass itrth2002-03-281-3/+5
* * Makefile.in (attribs.o): Update.neil2002-03-271-1/+1
* * Makefile.in (ggc-common.o): Update.neil2002-03-261-1/+1
* * c-decl.c (maybe_build_cleanup): Remove.neil2002-03-251-11/+0
* Removal of separate preprocessor cpp0.neil2002-03-241-0/+4
* * c-pragma.c (maybe_apply_renaming_pragma): New.rth2002-03-221-0/+2
* * c-decl.c: Include c-pragma.h.rth2002-03-151-3/+15
* * toplev.c (documented_lang_options): Document moregeoffk2002-03-051-143/+64
* * c-decl.c (start_decl): Initialized variables are not common.rth2002-03-031-1/+1
* * c-decl.c (finish_function): Only warn about missing returnjason2002-02-281-3/+4
* * Makefile.in (integrate.o): Update.neil2002-02-281-2/+2
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-271-145/+16
* * c-decl.c (pushdecl): If no global declaration is found for anaoliva2002-02-201-3/+5