aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-60/+55
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis1-5/+0
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-11/+10
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-8/+13
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-20/+5
2000-01-31c-decl.c (c_decode_option): Accept optional numeric argument to -Wformat and ...Ulrich Drepper1-0/+2
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-13/+15
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-283/+30
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-15/+15
2000-01-05c-decl.c (finish_enum): Simplify code to determine minimum and maximum values...Zack Weinberg1-49/+46
1999-12-04c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1-0/+2
1999-11-25c-common.c (check_format_info): Don't call a variadic function with a non-lit...Kaveh R. Ghazi1-16/+21
1999-11-03* c-decl.c (duplicate_decls): Copy DECL_MODE too.Richard Henderson1-0/+1
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-2/+0