summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (boolean_increment): New function.jsm282000-11-131-2/+21
* * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel2000-11-101-1/+11
* In gcc/:geoffk2000-11-091-1/+1
* * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.cjsm282000-11-031-5/+5
* * c-decl.c (finish_function): Clear c_function_name_declared_p.rth2000-10-291-0/+1
* * c-decl.c (grokdeclarator): Move warning for qualified voidjsm282000-10-251-7/+20
* Fix tree-checking abort on testcase with undefined macro as array size.wilson2000-10-201-3/+12
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-181-10/+1
* Improved sequence point warningsbernds2000-10-171-4/+0
* * c-common.h (warn_missing_format_attribute): New variable.jsm282000-10-171-0/+8
* Remove obstacks.mmitchel2000-10-131-3/+0
* * c-typeck.c (check_modify_expr): New function.jsm282000-10-111-0/+9
* * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.jsm282000-10-081-0/+21
* * c-decl.c (warn_missing_noreturn): Remove.rth2000-10-061-24/+3
* * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.mmitchel2000-10-011-11/+5
* * c-decl.c (finish_decl): Add else's to avoid referencingkenner2000-09-201-3/+3
* * c-decl.c (poplevel): Invoke warn_about_unused_variables.rth2000-09-191-0/+6
* * c-decl.c (c_expand_body): Call mark_varargs beforerth2000-09-191-4/+4
* * c-decl.c (grokdeclarator): Don't give a warning about defaultingjsm282000-09-171-4/+19
* * c-decl.c (grokdeclarator): Reorder tests to avoid looking atkenner2000-09-171-2/+2
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-131/+200
* * c-decl.c (do_case): Fix a typo.jakub2000-09-111-1/+1
* * c-common.h (prep_stmt): Declare.mmitchel2000-09-071-11/+0
* Move statement-tree facilities from C++ to C front-end.mmitchel2000-09-071-6/+20
* Integrated preprocessor.zack2000-09-071-34/+55
* * c-decl.c (finish_incomplete_decl): Don't call complete_array_typejason2000-09-061-3/+3
* * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.jsm282000-09-011-0/+1
* top level:zack2000-08-291-4/+8
* * c-decl.c (define_label): Call warning_with_file_and_line andghazi2000-08-291-3/+5
* * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clearjason2000-08-281-20/+12
* * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.mmitchel2000-08-251-26/+0
* * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.gkm2000-08-241-9/+7
* * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditionalghazi2000-08-211-2/+2
* * c-tree.h (flag_hosted): Move declaration from here...jsm282000-08-211-0/+9
* * c-decl.c: Fix formatting.law2000-08-101-171/+189
* * c-common.c (combine_strings, check_format_info): Refer to ISO Cjsm282000-08-081-15/+15
* * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE andjsm282000-08-061-0/+2
* * c-common.h (flag_isoc94): Declare.jsm282000-08-041-1/+9
* * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.jsm282000-08-041-0/+6
* * c-decl.c (mesg_implicit_function_declaration): Init to -1.zack2000-07-311-10/+14
* * c-decl.c (get_parm_info): Don't treat 'const void', 'volatilelaw2000-07-311-1/+9
* * c-decl.c (finish_function): Don't treat 'main' specially unlesslaw2000-07-271-1/+5
* * c-decl.c (store_parm_decls): In C99 mode, pedwarn for functionlaw2000-07-271-1/+3
* * c-decl.c (finish_enum): Convert enumerations that fit in anaoliva2000-07-261-3/+19
* * 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