aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)Author
2001-01-31 * c-parse.in (structsp): Pedwarn when "enum foo" refers to anJoseph Myers
2001-01-30 * c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type)Neil Booth
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh Ghazi
2001-01-25 * c-decl.c (duplicate_decls): If different_binding_level is nonzero,J"orn Rennecke
2001-01-13 * c-decl.c (start_function): Don't warn if old prototype is builtinRichard Kenner
2001-01-10 * output.h (make_function_rtl): Remove prototype.Mark Mitchell
2001-01-07 * builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh Ghazi
2001-01-05 * c-decl.c (finish_struct): Detect flexible array membersRichard Henderson
2001-01-04 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers
2001-01-04 * c-decl.c (grokdeclarator): Give zero-length arrays size zero.Richard Henderson
2001-01-02 * c-decl.c (start_function): Don't warn on third parameter to main.Richard Kenner
2001-01-02 * c-decl.c (c_decode_option): Remove support ofAndreas Jaeger
2000-12-29* c-decl.c (grokdeclarator): Prevent crash in case of overflow inAlexandre Oliva
2000-12-08* c-decl.c (grokdeclarator): preserve previous alignments whenDJ Delorie
2000-12-07 * c-common.c (warn_format_security): New variable.Joseph Myers
2000-12-02Make alpha build again.Bernd Schmidt
2000-12-01 * c-common.c (warn_format, warn_format_y2k,Joseph Myers
2000-12-01 * c-common.c: Include "defaults.h".Joseph Myers
2000-12-01 * c-decl.c (grokdeclarator): If pedantic, warn about arrays withJoseph Myers
2000-11-29 * c-decl.c (c_decode_option): Don't handle -lang-objc.Neil Booth
2000-11-28 * c-common.h: Remove flag_digraphs.Neil Booth
2000-11-28 * c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth
2000-11-26 * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth
2000-11-26 * c-common.h (DECL_C_HARD_REGISTER): New.Richard Henderson
2000-11-26 * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather thanRichard Henderson
2000-11-25 * c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth
2000-11-19 * c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson
2000-11-19 * c-decl.c (grokdeclarator): Special case the creation of anRichard Henderson
2000-11-18 * c-decl.c (check_for_loop_decls): New function.Joseph Myers
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-11-13 * c-common.c (boolean_increment): New function.Joseph Myers
2000-11-10 * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell
2000-11-09In gcc/:Geoffrey Keating
2000-11-03 * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.cJoseph Myers
2000-10-29 * c-decl.c (finish_function): Clear c_function_name_declared_p.Alan Modra
2000-10-25 * c-decl.c (grokdeclarator): Move warning for qualified voidJoseph Myers
2000-10-20Fix tree-checking abort on testcase with undefined macro as array size.Jim Wilson
2000-10-18 * c-common.h (flag_no_builtin): Declare.Mark Mitchell
2000-10-17Improved sequence point warningsBernd Schmidt
2000-10-17 * c-common.h (warn_missing_format_attribute): New variable.Joseph Myers
2000-10-13 Remove obstacks.Mark Mitchell
2000-10-11 * c-typeck.c (check_modify_expr): New function.Joseph Myers
2000-10-08 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.Joseph Myers
2000-10-06 * c-decl.c (warn_missing_noreturn): Remove.Richard Henderson
2000-10-01 * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell
2000-09-20 * c-decl.c (finish_decl): Add else's to avoid referencingRichard Kenner
2000-09-19 * c-decl.c (poplevel): Invoke warn_about_unused_variables.Richard Henderson
2000-09-19 * c-decl.c (c_expand_body): Call mark_varargs beforeRichard Henderson
2000-09-17 * c-decl.c (grokdeclarator): Don't give a warning about defaultingJoseph Myers
2000-09-17 * c-decl.c (grokdeclarator): Reorder tests to avoid looking atRichard Kenner