aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-25c-decl.c (grokdeclarator): Move warning for qualified void return types with ...Joseph Myers1-7/+20
2000-10-19Fix tree-checking abort on testcase with undefined macro as array size.Jim Wilson1-3/+12
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-10/+1
2000-10-17Improved sequence point warningsBernd Schmidt1-4/+0
2000-10-17c-common.h (warn_missing_format_attribute): New variable.Joseph Myers1-0/+8
2000-10-13Remove obstacks.Mark Mitchell1-3/+0
2000-10-11c-typeck.c (check_modify_expr): New function.Joseph Myers1-0/+9
2000-10-08tm.texi (INTMAX_TYPE, [...]): Define.Joseph Myers1-0/+21
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson1-24/+3
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-11/+5
2000-09-20c-decl.c (finish_decl): Add else's to avoid referencing TYPE_DOMAIN of an ERR...Richard Kenner1-3/+3
2000-09-19* c-decl.c (poplevel): Invoke warn_about_unused_variables.Richard Henderson1-0/+6
2000-09-18c-decl.c (c_expand_body): Call mark_varargs before expand_function_start.Richard Henderson1-4/+4
2000-09-17c-decl.c (grokdeclarator): Don't give a warning about defaulting to int for p...Joseph Myers1-4/+19
2000-09-17c-decl.c (grokdeclarator): Reorder tests to avoid looking at TYPE_MAIN_VARIAN...Richard Kenner1-2/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-131/+200
2000-09-11* c-decl.c (do_case): Fix a typo.Jakub Jelinek1-1/+1
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell1-11/+0
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-6/+20
2000-09-07Integrated preprocessor.Zack Weinberg1-34/+55
2000-09-06c-decl.c (finish_incomplete_decl): Don't call complete_array_type for 'extern...Jason Merrill1-3/+3
2000-09-01c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.Joseph Myers1-0/+1
2000-08-29top level:Zack Weinberg1-4/+8
2000-08-29c-decl.c (define_label): Call warning_with_file_and_line and error_with_file_...Kaveh R. Ghazi1-3/+5
2000-08-27c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear DECL_EXTERNAL on a...Jason Merrill1-20/+12
2000-08-25Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell1-26/+0
2000-08-24tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.Greg McGary1-9/+7
2000-08-21c-decl.c (duplicate_decls, [...]): Restrict -Wtraditional warnings to user code.Kaveh R. Ghazi1-2/+2
2000-08-21c-tree.h (flag_hosted): Move declaration from here...Joseph Myers1-0/+9
2000-08-10* c-decl.c: Fix formatting.Kazu Hirata1-171/+189
2000-08-09c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers1-15/+15
2000-08-06c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and CTI_UNSIGNED_PTR...Joseph Myers1-0/+2
2000-08-04c-common.h (flag_isoc94): Declare.Joseph Myers1-1/+9
2000-08-04stddef.h: Don't declare wint_t unless __need_wint_t.Joseph Myers1-0/+6
2000-07-31c-decl.c (mesg_implicit_function_declaration): Init to -1.Zack Weinberg1-10/+14
2000-07-31c-decl.c (get_parm_info): Don't treat 'const void'...Joseph Myers1-1/+9
2000-07-27c-decl.c (finish_function): Don't treat 'main' specially unless flag_hosted.Joseph Myers1-1/+5
2000-07-27c-decl.c (store_parm_decls): In C99 mode...Joseph Myers1-1/+3
2000-07-26c-decl.c (finish_enum): Convert enumerations that fit in an `int' to `int'.Alexandre Oliva1-3/+19
2000-07-18c-decl.c (duplicate_decls): Do not call make_var_volatile() in case of invali...Alexandre Oliva1-1/+8
2000-07-13c-common.h (flag_digraphs): New.Neil Booth1-2/+14
2000-07-12c-decl.c (define_label): Warn about identifier conflicts with labels in tradi...Kaveh R. Ghazi1-0/+4
2000-07-12Warning fixes:Kaveh R. Ghazi1-3/+3
2000-07-10c-common.h (build_stmt): Declare.Benjamin Chelf1-1/+57
2000-07-10tree.h (STRIP_NOPS): Check for error_mark_node.Jason Merrill1-1/+1
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-0/+70
2000-06-29c-decl.c, [...]: Include intl.h.Zack Weinberg1-0/+1
2000-06-28c-decl.c: Mark strings for translation.Philipp Thomas1-10/+14
2000-06-26[multiple changes]Richard Henderson1-10/+11
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-3/+15