summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * c-decl.c (grokdeclarator): preserve previous alignments whendj2000-12-081-0/+2
* * c-common.c (warn_format_security): New variable.jsm282000-12-071-0/+4
* Make alpha build again.bernds2000-12-021-4/+0
* * c-common.c (warn_format, warn_format_y2k,jsm282000-12-011-8/+16
* * c-common.c: Include "defaults.h".jsm282000-12-011-36/+10
* * c-decl.c (grokdeclarator): If pedantic, warn about arrays withjsm282000-12-011-12/+6
* * c-decl.c (c_decode_option): Don't handle -lang-objc.neil2000-11-291-3/+1
* * c-common.h: Remove flag_digraphs.neil2000-11-281-14/+3
* * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil2000-11-281-1/+1
* * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil2000-11-261-1/+0
* * c-common.h (DECL_C_HARD_REGISTER): New.rth2000-11-261-1/+4
* * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather thanrth2000-11-261-1/+1
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-7/+1
* * c-decl.c (grokdeclarator): Support flexible array members.rth2000-11-191-3/+15
* * c-decl.c (grokdeclarator): Special case the creation of anrth2000-11-191-18/+32
* * c-decl.c (check_for_loop_decls): New function.jsm282000-11-181-0/+49
* * stringpool.c: New file.zack2000-11-171-1/+1
* * 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