summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * c-decl.c (duplicate_decls): Do not call make_var_volatile() inaoliva2000-07-181-1/+8
* * c-common.h (flag_digraphs): New.neil2000-07-131-2/+14
* * c-decl.c (define_label): Warn about identifier conflicts withghazi2000-07-121-0/+4
* Warning fixes:ghazi2000-07-121-3/+3
* 2000-07-10 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-101-1/+57
* * tree.h (STRIP_NOPS): Check for error_mark_node.jason2000-07-101-1/+1
* 2000-07-01 Benjamin Chelf <chelf@codesourcery.com>chelf2000-07-021-0/+70
* * c-decl.c, timevar.c, tlink.c: Include intl.h.zack2000-06-291-0/+1
* 2000-06-28 Philipp Thomas <pthomas@suse.de>pthomas2000-06-281-10/+14
* 2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>rth2000-06-261-10/+11
* * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.jakub2000-06-141-3/+15
* * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P onzack2000-06-071-2/+6
* * c-common.h (c_language_kind): New type.mmitchel2000-06-061-0/+4
* * tree.h (VOID_TYPE_P): New macro.nathan2000-06-051-11/+10
* * alias.c (get_alias_set): If compnent is addressable, use aliaskenner2000-06-051-8/+0
* * alias.c (struct alias_set_entry): New field has_zero_child.kenner2000-06-031-1/+2
* gcc/rth2000-06-031-2/+0
* * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.rth2000-06-011-2/+2
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-0/+13
* * c-decl.c (build_enumerator): Don't modify the value's type,aoliva2000-05-241-2/+1
* * c-decl.c (pushdecl): Invert sense of test for non-global types.zack2000-05-231-1/+1
* * c-common.h (enum c_tree_index): Add g77 type entries.rth2000-05-181-0/+49
* Add options -Wunused-variable, -Wunused-function, -Wunused-label,cagney2000-05-171-3/+3
* top level:zack2000-05-091-4/+4
* * c-decl.c: Include "tm_p.h".rth2000-05-071-0/+1
* * c-common.c (decl_attributes): For TYPE_DECLs attach theclm2000-05-051-0/+1
* * c-decl.c (mark_binding_level): Use 'for' instead of `while'.kenner2000-04-181-2/+2
* * c-convert.c (convert): Return if output or input type is ERROR_MARK.kenner2000-03-271-29/+36
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-1/+1
* gccnathan2000-03-211-15/+16
* gcc:nathan2000-03-081-0/+39
* * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.kenner2000-03-071-60/+55
* * c-decl.c (current_function_decl): Move to toplev.c.loewis2000-02-291-5/+0
* * Eliminate DECL_FIELD_SIZE.kenner2000-02-291-11/+10
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-271-8/+13
* * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner2000-02-201-20/+5
* * c-decl.c (c_decode_option): Accept optional numeric argument todrepper2000-01-311-0/+2
* Adjust variable names, comments, help strings to c99.drepper2000-01-291-13/+15
* * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,zack2000-01-251-283/+30
* * c-common.c: PROTO -> PARAMS.ghazi2000-01-121-15/+15
* 2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.columbia.edu>zack2000-01-051-49/+46
* * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.geoffk1999-12-041-0/+2
* * c-common.c (check_format_info): Don't call a variadic functionghazi1999-11-251-16/+21
* * c-decl.c (duplicate_decls): Copy DECL_MODE too.rth1999-11-031-0/+1
* * tree.h (BLOCK_TYPE_TAGS): Remove.mmitchel1999-10-261-2/+0
* * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.law1999-10-181-2/+4
* * c-parse.in (component_decl): Support anonymous struct/union.law1999-10-151-60/+0
* checked in wrong versionjason1999-10-101-2/+2
* * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.jason1999-10-081-11/+9
* * c-decl.c (ggc_p): Enable.rth1999-10-071-2/+2