aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2002-07-14Make gengtype.c language independent.Tim Josling1-1/+1
2002-07-09objc-act.c (adjust_type_for_id_default): Fix my previous patch.Devang Patel1-1/+1
2002-07-02objc-act.c (adjust_type_for_id_default): Do not allow an object as parameter.Devang Patel1-0/+4
2002-07-02c-parse.in (designator): Enable designated initializers if ObjC.Ziemowit Laski2-6/+2
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-4/+8
2002-07-01objc-act.c (finish_file): Avoid finish_objc() if -fsyntax-only.Devang Patel1-1/+4
2002-06-11objc-act.c (warn_with_ivar): Adjust calls to diagnostic_count_error.Gabriel Dos Reis1-2/+2
2002-06-06Define some laguage hooks which were missing - LANG_HOOKS_GET_ALIAS_SETNicola Pero1-1/+5
2002-06-05toplev.h (report_error_function): Remove.Gabriel Dos Reis2-5/+6
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating5-87/+19
2002-05-31gcc.c (cpp_unique_options): Remove "-d" options.Matthew Woodcraft1-1/+2
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth2-6/+4
2002-05-22re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth2-14/+3
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