aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2002-05-14gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when...Neil Booth1-1/+1
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-16/+18
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-2/+0
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-0/+6
2002-04-20Makefile.in: Update.Neil Booth1-0/+7
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-0/+2
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-0/+2
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-0/+2
2002-04-03re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson1-0/+3
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-0/+2
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-0/+6
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-0/+4
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth2-1/+6
2002-03-28c-decl.c (finish_function): New arg can_defer_p.Richard Henderson1-2/+2
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-0/+2
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-0/+2
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-0/+2
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-1/+1
2002-03-20Makefile.in: Update.Neil Booth3-4/+4
2002-03-19re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0)Jakub Jelinek1-0/+3
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-0/+2
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2-52/+44
2002-03-12Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi1-1/+1
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-0/+2
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2-9/+4
2002-02-18objc-act.c (handle_impent): Remove leading '*' from objc_class_name.David Billinghurst1-1/+1
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-0/+7
2002-02-01Makefile.in (c-parse.c): Handle .output file.Jason Merrill1-3/+8
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-7/+0
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-2/+2
2002-01-08Remove spurious warnings of the like '__objc_class_ref_NSObject defined butNicola Pero1-0/+1
2002-01-06objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*.Jakub Jelinek1-6/+15
2002-01-02objc-act.c (hack_method_prototype): Clear current_function_decl after abusing...Richard Henderson1-1/+5
2001-12-29objc-act.c (STRING_OBJECT_CLASS_NAME): Remove.Stan Shebs1-6/+4
2001-12-29* objc/objc-act.c: Apply various cosmetic and formatting changes.Stan Shebs1-67/+63
2001-12-28objc-act.c (build_module_descriptor): Make sure the init function is not defe...Stan Shebs1-0/+8
2001-12-20configure.in (all_diff_excludes, [...]): Remove.Joseph Myers1-3/+0
2001-12-17Makefile.in: Update dependencies.Neil Booth2-28/+2
2001-12-12Fixed compilation of bitfields of enumerations in args and ivarsNicola Pero1-1/+2
2001-12-11objc-act.c (build_string_class_template): New.Richard Henderson1-2/+36
2001-12-11objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names.Stan Shebs1-2/+2
2001-12-11objc-act.c (build_constructor): Cast initializer values to the proper field t...Richard Henderson1-1/+20
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers1-0/+2
2001-12-04Make-lang.in: Update copyright.Ziemowit Laski5-70/+133
2001-12-02cfgrtl.c (purge_all_dead_edges): Initialize variable.Kaveh R. Ghazi1-1/+1
2001-12-02* objc-act.c: Partially reverse mistaken commit.Neil Booth1-1/+27
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-48/+22
2001-11-29configure.in (target_list): Add generated-manpages.Joseph Myers1-0/+1
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth1-12/+12
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-4/+3