aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-07c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on error_mark_node.Zack Weinberg1-2/+6
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-0/+4
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell1-11/+10
2000-06-05alias.c (get_alias_set): If compnent is addressable, use alias set of component.Richard Kenner1-8/+0
2000-06-02alias.c (struct alias_set_entry): New field has_zero_child.Richard Kenner1-1/+2
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson1-2/+0
2000-06-01* c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.Richard Henderson1-2/+2
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-0/+13
2000-05-24c-decl.c (build_enumerator): Don't modify the value's type, convert it.Alexandre Oliva1-2/+1
2000-05-23* c-decl.c (pushdecl): Invert sense of test for non-global types.Zack Weinberg1-1/+1
2000-05-18c-common.h (enum c_tree_index): Add g77 type entries.Chris Demetriou1-0/+49
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney1-3/+3
2000-05-09top level:Zack Weinberg1-4/+4
2000-05-06c-decl.c: Include "tm_p.h".Richard Henderson1-0/+1
2000-05-05c-common.c (decl_attributes): For TYPE_DECLs attach the attribute to the decl.Catherine Moore1-0/+1
2000-04-18c-decl.c (mark_binding_level): Use 'for' instead of `while'.Richard Kenner1-2/+2
2000-03-26c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner1-29/+36
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-1/+1
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-15/+16
2000-03-08c-common.h (make_fname_decl): Declare.Nathan Sidwell1-0/+39