OSDN Git Service

* i386.c (incdec_operand): Accept only 1 and -1.
[pf3gnuchains/gcc-fork.git] / gcc / c-decl.c
2001-05-21 mmitchel * c-decl.c (finish_decl): Don't set DECL_C_HARD_REGIST...
2001-05-01 ghazi * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-30 rth * c-common.c (c_promoting_integer_type_p):...
2001-04-24 nathangcc:
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-27 mmitchel * c-common.h (DECL_NUM_STMTS): New macro.
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-02 danglin * print-rtl.c (print_rtx): Cast enums to int for compa...
2001-02-26 jason * c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT...
2001-02-23 kenner * c-decl.c (set_block): Set NAMES and BLOCKS from...
2001-02-21 jason * tree.h (DECL_UNINLINABLE): Move from C++...
2001-02-16 jason * dwarf2out.c (add_bound_info): Don't crash...
2001-02-12 jsm28 * c-decl.c (grokdeclarator): In C99 mode, give the...
2001-02-07 jakub * c-decl.c (finish_enum): Revert part of 2000-01-05...
2001-01-31 jsm28 * c-parse.in (structsp): Pedwarn when "enum foo" refer...
2001-01-30 neil * c-decl.c (c_expand_body): Check TYPE_SIZE_UNI...
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-25 amylaar * c-decl.c (duplicate_decls): If different_binding_lev...
2001-01-13 kenner * c-decl.c (start_function): Don't warn if old prototy...
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-07 ghazi * builtins.def (BUILT_IN_FPRINTF): New entry.
2001-01-05 rth * c-decl.c (finish_struct): Detect flexible...
2001-01-04 jsm28 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
2001-01-04 rth * c-decl.c (grokdeclarator): Give zero-length...
2001-01-02 kenner * c-decl.c (start_function): Don't warn on third param...
2001-01-02 aj * c-decl.c (c_decode_option): Remove support of
2000-12-29 aoliva* c-decl.c (grokdeclarator): Prevent crash in case...
2000-12-08 dj* c-decl.c (grokdeclarator): preserve previous alignmen...
2000-12-07 jsm28 * c-common.c (warn_format_security): New variable.
2000-12-02 berndsMake alpha build again.
2000-12-01 jsm28 * c-common.c (warn_format, warn_format_y2k,
2000-12-01 jsm28 * c-common.c: Include "defaults.h".
2000-12-01 jsm28 * c-decl.c (grokdeclarator): If pedantic, warn about...
2000-11-29 neil * c-decl.c (c_decode_option): Don't handle...
2000-11-28 neil * c-common.h: Remove flag_digraphs.
2000-11-28 neil * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-26 neil * Makefile.in: Remove MAYBE_CPPLIB and maybe_cp...
2000-11-26 rth * c-common.h (DECL_C_HARD_REGISTER): New.
2000-11-26 rth * c-decl.c (c_expand_body): Use DECL_SOURCE_LIN...
2000-11-25 neil * c-common.c: Remove USE_CPPLIB conditional...
2000-11-19 rth * c-decl.c (grokdeclarator): Support flexible...
2000-11-19 rth * c-decl.c (grokdeclarator): Special case the...
2000-11-18 jsm28 * c-decl.c (check_for_loop_decls): New function.
2000-11-17 zack * stringpool.c: New file.
2000-11-13 jsm28 * c-common.c (boolean_increment): New function.
2000-11-10 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-09 geoffkIn gcc/:
2000-11-03 jsm28 * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
2000-10-29 rth * c-decl.c (finish_function): Clear c_function_...
2000-10-25 jsm28 * c-decl.c (grokdeclarator): Move warning for qualifie...
2000-10-20 wilsonFix tree-checking abort on testcase with undefined...
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-10-17 berndsImproved sequence point warnings
2000-10-17 jsm28 * c-common.h (warn_missing_format_attribute): New...
2000-10-13 mmitchel Remove obstacks.
2000-10-11 jsm28 * c-typeck.c (check_modify_expr): New function.
2000-10-08 jsm28 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
2000-10-06 rth * c-decl.c (warn_missing_noreturn): Remove.
2000-10-01 mmitchel * c-decl.c (c_expand_body): Don't generate RTL if...
2000-09-20 kenner * c-decl.c (finish_decl): Add else's to avoid referencing
2000-09-19 rth * c-decl.c (poplevel): Invoke warn_about_unused...
2000-09-19 rth * c-decl.c (c_expand_body): Call mark_varargs...
2000-09-17 jsm28 * c-decl.c (grokdeclarator): Don't give a warning...
2000-09-17 kenner * c-decl.c (grokdeclarator): Reorder tests to avoid...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-11 jakub * c-decl.c (do_case): Fix a typo.
2000-09-07 mmitchel * c-common.h (prep_stmt): Declare.
2000-09-07 mmitchel Move statement-tree facilities from C++ to C front...
2000-09-07 zackIntegrated preprocessor.
2000-09-06 jason * c-decl.c (finish_incomplete_decl): Don't...
2000-09-01 jsm28 * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
2000-08-29 zacktop level:
2000-08-29 ghazi * c-decl.c (define_label): Call warning_with_file_and_...
2000-08-28 jason * c-decl.c (duplicate_decls): Don't set TREE_ST...
2000-08-25 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2000-08-24 gkm * tree.h (enum tree_index): New member `TI_MAIN_IDENTI...
2000-08-21 ghazi * c-decl.c (duplicate_decls, define_label): Restrict...
2000-08-21 jsm28 * c-tree.h (flag_hosted): Move declaration from here...
2000-08-10 law * c-decl.c: Fix formatting.
2000-08-08 jsm28 * c-common.c (combine_strings, check_format_info)...
2000-08-06 jsm28 * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_...
2000-08-04 jsm28 * c-common.h (flag_isoc94): Declare.
2000-08-04 jsm28 * ginclude/stddef.h: Don't declare wint_t unless __nee...
2000-07-31 zack * c-decl.c (mesg_implicit_function_declaration): Init...
2000-07-31 law * c-decl.c (get_parm_info): Don't treat 'const void...
2000-07-27 law * c-decl.c (finish_function): Don't treat 'main' speci...
2000-07-27 law * c-decl.c (store_parm_decls): In C99 mode...
2000-07-26 aoliva* c-decl.c (finish_enum): Convert enumerations that...
2000-07-18 aoliva* c-decl.c (duplicate_decls): Do not call make_var_vola...
2000-07-13 neil * c-common.h (flag_digraphs): New.
2000-07-12 ghazi * c-decl.c (define_label): Warn about identifier confl...
2000-07-12 ghaziWarning fixes:
2000-07-10 chelf2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
2000-07-10 jason * tree.h (STRIP_NOPS): Check for error_mark_node.
2000-07-02 chelf2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
2000-06-29 zack * c-decl.c, timevar.c, tlink.c: Include intl.h.
2000-06-28 pthomas2000-06-28 Philipp Thomas <pthomas@suse.de>
2000-06-26 rth2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
next