aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2001-01-07builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh R. Ghazi1-1/+1
2001-01-04c-decl.c (finish_struct): Detect flexible array members used in an inappropri...Richard Henderson1-2/+20
2001-01-04c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers1-139/+26
2001-01-03c-decl.c (grokdeclarator): Give zero-length arrays size zero.Richard Henderson1-6/+9
2001-01-02* c-decl.c (start_function): Don't warn on third parameter to main.Richard Kenner1-5/+2
2001-01-02c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn.Andreas Jaeger1-13/+11
2000-12-29c-decl.c (grokdeclarator): Prevent crash in case of overflow in array size.Alexandre Oliva1-1/+6
2000-12-07c-decl.c (grokdeclarator): preserve previous alignments when rebuilding array...DJ Delorie1-0/+2
2000-12-07c-common.c (warn_format_security): New variable.Joseph Myers1-0/+4
2000-12-02Make alpha build again.Bernd Schmidt1-4/+0
2000-12-01c-common.c (warn_format, [...]): Define.Joseph Myers1-8/+16
2000-12-01c-common.c: Include "defaults.h".Joseph Myers1-36/+10
2000-12-01c-decl.c (grokdeclarator): If pedantic, warn about arrays with incomplete ele...Joseph Myers1-12/+6
2000-11-29c-decl.c (c_decode_option): Don't handle -lang-objc.Neil Booth1-3/+1
2000-11-28c-common.h: Remove flag_digraphs.Neil Booth1-14/+3
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-1/+1
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-1/+0
2000-11-25c-common.h (DECL_C_HARD_REGISTER): New.Richard Henderson1-1/+4
2000-11-25c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than lineno for the sta...Richard Henderson1-1/+1
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-7/+1
2000-11-19c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson1-3/+15
2000-11-19c-decl.c (grokdeclarator): Special case the creation of an index for a zero-l...Richard Henderson1-18/+32
2000-11-18c-decl.c (check_for_loop_decls): New function.Joseph Myers1-0/+49
2000-11-17stringpool.c: New file.Zack Weinberg1-1/+1
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers1-2/+21
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-1/+11
2000-11-09In gcc/: 2000-11-09 Geoffrey Keating <geoffk@redhat.com>Geoffrey Keating1-1/+1
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers1-5/+5
2000-10-28* c-decl.c (finish_function): Clear c_function_name_declared_p.Alan Modra1-0/+1
2000-10-25c-decl.c (grokdeclarator): Move warning for qualified void return types with ...Joseph Myers1-7/+20
2000-10-19Fix tree-checking abort on testcase with undefined macro as array size.Jim Wilson1-3/+12
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-10/+1
2000-10-17Improved sequence point warningsBernd Schmidt1-4/+0
2000-10-17c-common.h (warn_missing_format_attribute): New variable.Joseph Myers1-0/+8
2000-10-13Remove obstacks.Mark Mitchell1-3/+0
2000-10-11c-typeck.c (check_modify_expr): New function.Joseph Myers1-0/+9
2000-10-08tm.texi (INTMAX_TYPE, [...]): Define.Joseph Myers1-0/+21
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson1-24/+3
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-11/+5
2000-09-20c-decl.c (finish_decl): Add else's to avoid referencing TYPE_DOMAIN of an ERR...Richard Kenner1-3/+3
2000-09-19* c-decl.c (poplevel): Invoke warn_about_unused_variables.Richard Henderson1-0/+6
2000-09-18c-decl.c (c_expand_body): Call mark_varargs before expand_function_start.Richard Henderson1-4/+4
2000-09-17c-decl.c (grokdeclarator): Don't give a warning about defaulting to int for p...Joseph Myers1-4/+19
2000-09-17c-decl.c (grokdeclarator): Reorder tests to avoid looking at TYPE_MAIN_VARIAN...Richard Kenner1-2/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-131/+200
2000-09-11* c-decl.c (do_case): Fix a typo.Jakub Jelinek1-1/+1
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell1-11/+0
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-6/+20
2000-09-07Integrated preprocessor.Zack Weinberg1-34/+55