aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-18c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.Bernd Schmidt1-2/+4
1999-10-15c-parse.in (component_decl): Support anonymous struct/union.Alastair J. Houghton1-60/+0
1999-10-10checked in wrong versionJason Merrill1-2/+2
1999-10-07expr.c (expand_expr, [...]): Set TREE_USED sooner.Jason Merrill1-11/+9
1999-10-06* c-decl.c (ggc_p): Enable.Richard Henderson1-2/+2
1999-09-30Use lookup table to get register sizes in dwarf2 ehBernd Schmidt1-2/+2
1999-09-30c-tree.h (warn_float_equal): Declare.Dirk Zoller1-0/+8
1999-09-28c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined, call it.Bernd Schmidt1-0/+4
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-19/+19
1999-09-23toplev.c (documented_lang_options): Add -fshort-wchar.Jason Merrill1-2/+12
1999-09-20Add comment saying that lang_decode_options should not complain aboutNick Clifton1-1/+2
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-210/+25
1999-09-09c-decl.c (finish_function): When processing a nested function...Richard Henderson1-0/+9
1999-09-09ggc.h (lang_cleanup_tree): Remove.Mark Mitchell1-16/+5
1999-09-09* c-decl.c (mark_binding_level): Make static to match prototype.Kaveh R. Ghazi1-1/+1
1999-09-08gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1-3/+3
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-19/+9
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+8
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-0/+106
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-21/+10
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-02expr.h (PROMOTE_PROTOTYPES): Move ...Richard Henderson1-1/+1
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-8/+9
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-0/+6
1999-07-20c-common.h: New file.Bernd Schmidt1-417/+9
1999-07-02For gcc:Gavin Romig-Koch1-0/+18
1999-04-12c-decl.c (c_decode_option, [...]): Recognize -Wno-main so we can avoid warnings.Stan Cox1-9/+5
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-5/+5
1999-01-31flags.h: Declare flag_no_ident.Zack Weinberg1-8/+0
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-51/+59
1999-01-16c-decl.c (duplicate_decls): If `warn_traditional'...Kaveh R. Ghazi1-1/+9
1998-12-09c-lang.c: (parse_options,parse_in): Added.Dave Brolley1-10/+1