gcc/:
[official-gcc.git] / gcc / objc / ChangeLog
blob704e118429ae7c271159461343f42c419d50e081
1 2009-04-20  Ian Lance Taylor  <iant@google.com>
3         * objc-act.c (objc_rewrite_function_call): Change parameter from
4         params to first_param.  Change all callers.
6 2009-03-30  Dominique d'Humieres  <dominiq@lps.ens.fr>
8         PR bootstrap/39583
9         * objc-act.c (in_late_binary_op): Define for Objective-C++.
11 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
13         PR c/456
14         PR c/5675
15         PR c/19976
16         PR c/29116
17         PR c/31871
18         PR c/35198
19         * objc-act.c (objc_finish_try_stmt): Set in_late_binary_op.
21 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
23         PR bootstrap/38262
24         * Make-lang.in (cc1obj-dummy, cc1obj): Add BACKENDLIBS,
25         remove GMPLIBS.
27 2008-10-06  Aldy Hernandez  <aldyh@redhat.com>
29         * objc-act.c (objc_build_string_object): Pass location to
30         build_unary_op.
31         (init_def_list): Same.
32         (init_objc_symtab): Same.
33         (init_module_descriptor): Same.
34         (build_module_initializer_routine): Same.
35         (generate_static_references): Same.
36         (build_typed_selector_reference): Same.
37         (add_objc_string): Same.
38         (objc_substitute_decl): Same.
39         (objc_build_ivar_assignment): Same.
40         (objc_build_global_assignment): Same.
41         (objc_build_strong_cast_assignment): Same.
42         (generate_protocols): Same.
43         (build_protocol_initializer): Same.
44         (build_dispatch_table_initializer): Same.
45         (generate_protocol_list): Same.
46         (build_category_initializer): Same.
47         (build_shared_structure_initializer): Same.
48         (generate_shared_structures): Same.
49         (objc_build_protocol_expr): Same.
50         (build_ivar_reference): Same.
51         (get_super_receiver): Same.
53 2008-09-23  Aldy Hernandez  <aldyh@redhat.com>
55         * objc-act.c (next_sjlj_build_enter_and_setjmp): Call
56         c_common_truthvalue_conversion with location.
57         (next_sjlj_build_catch_list): Same.
58         (next_sjlj_build_try_catch_finally): Same.
60 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
62         PR objc/37460
63         * objc-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
64         * objc-act.h (objc_get_callee_fndecl): Remove prototype.
65         * objc-act.c (objc_get_callee_fndecl): Kill.
67 2008-09-17  Jan Hubicka  <jh@suse.cz>
69         PR c++/18071
70         * objc/objc-act.c (objc_finish_method_definition): Do not set
71         DECL_INLINE.
73 2008-09-01  Aldy Hernandez  <aldyh@redhat.com>
75         * objc-act.c (build_typed_selector_reference): Pass input_location to
76         build_unary_op calls.
77         (build_selector_reference): Same, but to build_array_ref.
78         (objc_substitute_decl): Same.
79         (build_ivar_reference): Same, but to build_indirect_ref.
80         (get_super_receiver): Same.
82 2008-07-28  Richard Guenther  <rguenther@suse.de>
84         Merge from gimple-tuples-branch.
86         2008-07-18  Aldy Hernandez  <aldyh@redhat.com>
88         * Make-lang.in (objc-lang.o): Depend on GIMPLE_H.
89         (objc-act.o): Rename TREE_GIMPLE_H to GIMPLE_H.
90         * objc-act.h: Include gimple.h instead of tree-gimple.h.
91         * ipa-reference.c: Same.
93         2007-11-10  Aldy Hernandez  <aldyh@redhat.com>
95         * objc-act.c (objc_gimplify_expr): Change pre and post to sequences.
96         * objc-act.h (objc_gimplify_expr): Change prototype accordingly.
98 2008-07-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
100         * objc-act.c: Fix comment typos.
102 2008-07-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
104         * objc-act.c (objc_start_class_interface,
105         objc_start_category_interface, objc_start_class_implementation,
106         objc_start_category_implementation, objc_build_struct,
107         generate_static_references, build_private_template,
108         lookup_category, objc_add_method, add_category,
109         add_instance_variable, objc_is_public, conforms_to_protocol,
110         start_class, continue_class, finish_class): Avoid C++ keywords.
112 2008-07-14  Jason Merrill  <jason@redhat.com>
114         PR objc++/36723
115         * objc-act.c (objc_build_constructor): Update C++ tweak.
117 2007-07-14  Rafael Ávila de Espíndola  <espindola@google.com>
119         * objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead
120         of DECL_IN_SYSTEM_HEADER.
122 2008-07-11  Ian Lance Taylor  <iant@google.com>
124         * objc-act.c (objc_is_reserved_word): Always check for RID_CLASS,
125         etc., not just when OBJCPLUS is defined.
127 2008-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
129         * objc-act.c (setup_string_decl, objc_build_string_object,
130         hash_interface, eq_interface, objc_begin_try_stmt,
131         encode_method_prototype, build_ivar_list_initializer,
132         objc_build_encode_expr): Fix for -Wc++-compat.
134 2008-05-12  Tomas Bily  <tbily@suse.cz>
136         * objc-act.c (objc_generate_write_barrier, objc_finish_message_expr):
137         Use CONVERT_EXPR_P.
139 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
141         * objc-act.c (objc_build_string_object): Don't set TREE_INVARIANT.
143 2008-04-03  Tom Tromey  <tromey@redhat.com>
145         * Make-lang.in (objc_OBJS): New variable.
147 2008-03-27  Tom Tromey  <tromey@redhat.com>
149         * Make-lang.in: Revert automatic dependency patch.
151 2008-03-27  Douglas Gregor  <doug.gregor@gmail.com>
153         PR obj-c++/35704
154         * objc-act.c (objc_build_component_ref): Fix call to
155         finish_class_member_access_expr.
156         (objc_generate_cxx_ctor_or_dtor): Fix call to
157         build_special_member_call.
159 2008-03-25  Andrew Pinski  <pinskia@gmail.com>
161         PR objc/29197
162         * objc-act.c (encode_type): Handle when type is error_mark_node.
163         (objc_push_parm): Handle when the type of parm is error_mark_node.
165 2008-03-25  Tom Tromey  <tromey@redhat.com>
167         * Make-lang.in (objc_OBJS): New variable.
168         (cc1obj-checksum.o, objc/objc-lang.o, objc/objc-act.o): Remove.
170 2008-03-21  Andreas Tobler  <a.tobler@schweiz.org>
172         PR bootstrap/35660
173         * objc-act.c (objc_generate_cxx_ctor_or_dtor): Rename IS_AGGR_TYPE to
174         MAYBE_CLASS_TYPE_P.
175         (objc_generate_cxx_cdtors): Likewise.
176         (add_instance_variable): Likewise.
178 2008-02-26  Tom Tromey  <tromey@redhat.com>
180         * objc-act.c (objc_init): Remove old location code.
182 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
184         PR other/35107
185         * Make-lang.in (cc1obj-dummy, cc1obj): Add $(GMPLIBS).
187 2007-07-30  Nick Clifton  <nickc@redhat.com>
189         * Make-lang.in: Change copyright header to refer to version 3 of
190         the GNU General Public License and to point readers at the
191         COPYING3 file and the FSF's license web page.
192         * lang-specs.h, objc-act.c, objc-tree.def, objc-act.h,
193         config-lang.in, objc-lang.c: Likewise.
195 2007-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
197         * objc-act.c (objc_get_callee_fndecl): Constify.
198         * objc-act.h (objc_get_callee_fndecl): Likewise.
200 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
202         * objc-act.c (volatilized_hash, volatilized_eq, string_hash,
203         string_eq): Constify.
205 2007-04-04  Stuart Hastings  <stuart@apple.com>
207         PR 31281
208         * objc/objc-act.c (next_sjlj_build_catch_list): Delete volatile from rethrow decl.
210 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
212         * Make-lang.in: Add dummy lang.install-pdf target.
214 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
216         * objc/objc-act.c: Fix comment typos.
218 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
219             Brooks Moses  <brooks.moses@codesourcery.com>
220             Lee Millward  <lee.millward@codesourcery.com>
222         * objc-act.c (receiver_is_class_object): Use new CALL_EXPR accessors.
223         (objc_get_callee_fndecl): Likewise.
225 2007-01-23  Andrew Pinski  <pinskia@gmail.com>
227         PR objc/27438
228         * objc-act.c (objc_add_static_instance): Mark the decl as
229         TREE_USED.
231 2007-01-20  Andrew Pinski  <pinskia@gmail.com>
233         PR objc/30479
234         * objc-act.c (hash_interface): Use IDENTIFIER_HASH_VALUE instead
235         of htab_hash_pointer.
236         (lookup_interface): Likewise.
237         (add_class): Likewise.
239 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
240         
241         * objc-act.c (objc_build_volatilized_type): Keep track of
242         canonical types.
243         (objc_get_protocol_qualified_type): Ditto.
244         
245 2006-11-02  Andreas Tobler  <a.tobler@schweiz.org>
247         * objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
248         content where we called cp_finish_file.
250 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
252         * objc-act.c (synth_module_prologue): Replace calls to
253         builtin_function with add_builtin_function.
254         (build_next_objc_exception_stuff): Replace calls to
255         builtin_function with add_builtin_function.
256         (build_objc_exception_stuff): Replace calls to
257         builtin_function with add_builtin_function.
259 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
261         * Make-lang.in: Added empty "objc.pdf" target.
263 2006-09-26  Andrew Pinski  <pinskia@physics.uc.edu>
265         PR objc/29195
266         * objc-act.c (objc_push_parm): If we change the type of the
267         decl, relayout the decl.
269 2006-09-19  Eric Christopher  <echristo@apple.com>
271         * objc-act.c (JBLEN): Rename to OBJC_JBLEN,
272         default to something innocuous.
273         (build_next_objc_exception_stuff): Rename JBLEN.
275 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
277         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
279 2006-07-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
281         PR obj-c++/28434
282         * objc-act.c (lookup_and_install_protocols): Skip error_mark_nodes.
284 2006-06-06  Mike Stump  <mrs@apple.com>
286         * objc-act.c: Remove prototype for objc_build_volatilized_type.
288 2006-05-24  Mike Stump  <mrs@apple.com>
290         * objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN.
292 2006-05-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
294         PR objc/27240
295         * objc-act.c (objc_is_public): Return early on invalid type.
297 2006-03-02 Fariborz Jahanian <fjahanian@apple.com>
299         * objc-act.c (init_module_descriptor): Remove file name from
300         module descriptor.
301         (gen_type_name_0): Fix ICE when issuing warning.
303 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
304         * Make-lang.in (OBJC): Remove
305         (OBJECTIVE-C): Remove
306         (objective-c): Remove
307         (.PHONY): Remove objective-c and ObjC
309 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
311         PR objc/25360
312         * objc/objc-act.c (encode_type): Encode Complex types as 'j' followed
313         by the inner type.
315 2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
317         PR objc/25348
318         * objc-act.c (encode_array): Handle arrays to zero sized types.
320 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
322         * Make-lang.in (objc.all.build, objc.install-normal): Remove.
324 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
326         * Make-lang.in: Remove all dependencies on s-gtype.
328 2005-12-02  Richard Guenther  <rguenther@suse.de>
330         * objc-act.c (objc_build_exc_ptr, next_sjlj_build_enter_and_setjmp
331         next_sjlj_build_exc_extract, next_sjlj_build_catch_list,
332         next_sjlj_build_try_catch_finally, objc_begin_catch_clause,
333         build_objc_method_call, objc_rewrite_function_call): Use buildN
334         instead of build.
336 2005-10-20  Geoffrey Keating  <geoffk@apple.com>
338         * objc-act.c (synth_module_prologue): Clear TREE_NOTHROW
339         on objc_msgSend and like builtin functions.
341 2005-10-17  Andreas Krebbel  <krebbel1@de.ibm.com>
343         * objc-act.c (objc_build_component_ref): Adjust call to
344         finish_class_member_access_expr due to a changed prototype.
346 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
348         PR objc/23306
349         * objc-act.c (generate_strings): Remove and move code to
350         finish decl to ...
351         (add_objc_string): here when creating a new string decl.
352         (finish_objc): Don't call generate_strings.
354 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
356         PR objc/23381
357         * objc-act.c (next_sjlj_build_try_catch_finally): Set
358         TREE_SIDE_EFFECTS on catch_seq after building it.
360 2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
362         part of PR objc/21992
363         * objc-act.c (handle_class_ref): The ref decl is always referenced.
365 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
367         Make CONSTRUCTOR use VEC to store initializers.
368         * objc-act.c (objc_build_constructor): Use build_constructor_from_list
369         instead of build_constructor.
371 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
373         * objc-act.c (objc_push_parm): DECL_ARG_TYPE_AS_WRITTEN is
374         removed.
375         * objc-act.h (KEYWORD_ARG_NAME): Use decl_non_common.
376         (KEYWORD_KEY_NAME): Use decl_minimal.
377         (METHOD_SEL_NAME): Ditto..
378         (METHOD_SEL_ARGS): Use decl_non_common.
379         (METHOD_ADD_ARGS): Ditto.
380         (METHOD_ADD_ARGS_ELLIPSIS_P): Use decl_common.
381         (METHOD_DEFINITION): Ditto.
382         (METHOD_ENCODING): Ditto.
383         * objc-lang.c: (objc_init_ts): New function.
385 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
387         * objc-act.c (objc_build_struct): Pass in an actual @interface
388         instead of its name, and annotate the struct created (and all
389         existing variants thereof) with the @interface.
390         (objc_compare_types): Treat forward-declared ObjC classes
391         as stand-alone (root) classes for purposes of type comparisons.
392         (build_private_template): Move some code to objc_build_struct().
394 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
396         PR objc/22274
397         * objc-act.c (objc_build_string_object): For GNU-style constants,
398         use the @interface type rather than the built-in type.
400 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
402         * Make-lang.in (cc1plus-checksum.c): Use
403         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
405 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
407         * objc-act.c: Use %q to quote in diagnostics.
409 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
411         * objc-act.c: Use '+' flag instead of %J.  Use 'q' flag for
412         quoting.
414 2005-06-30  Ziemowit Laski  <zlaski@apple.com>
416         * objc-act.c (objc_build_volatilized_type): New function.
417         (objc_volatilize_decl): Call objc_build_volatilized_type()
418         instead of build_qualified_type().
420 2005-06-29  Ziemowit Laski  <zlaski@apple.com>
422         * objc-act.c (objc_build_internal_const_str_type): New function.
423         (check_string_class_template): Use objc_get_class_ivars() instead
424         of TYPE_FIELDS() to retrieve ivar list.
425         (AT_LEAST_AS_LARGE_AS): Check the size of each field's type rather
426         than the field itself.
427         (objc_build_string_object): Synthesize a "__builtin_ObjCString"
428         type and use it to lay out compile-time string objects.
429         * objc-act.h (OCTI_INTERNAL_CNST_STR_TYPE, internal_const_str_type):
430         New.
432 2005-06-28  Paul Brook  <paul@codesourcery.com>
434         * objc-act.c (objc_init_exceptions): Call
435         default_init_unwind_resume_libfunc.
437 2005-06-27  Ziemowit Laski  <zlaski@apple.com>
439         * objc-act.c (objc_build_struct): Save the TYPE_OBJC_INFO
440         portion of TYPE_LANG_SPECIFIC info for all variants of
441         a class before calling finish_struct(), and restore
442         same TYPE_OBJC_INFO afterwards.
444 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
446         * all files: Update FSF address in copyright headers.
448 2005-06-15  Joseph S. Myers  <joseph@codesourcery.com>
450         * objc-act.c (my_build_string_pointer): New.
451         (objc_get_class_reference, get_super_receiver): Call
452         my_build_string_pointer instead of my_build_string when building
453         function arguments.
455 2005-05-25  Mike Stump  <mrs@mrs.kithrup.com>
457         * objc-act.c (volatilized_hash): Avoid warnings on 64-bit
458         machines.
460 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
462         * objc-act.c (objc_build_struct): New function.
463         (objc_derived_from_p): Likewise.
464         (objc_build_component_ref): Likewise.
465         (objc_copy_binfo): Likewise.
466         (objc_xref_basetypes): Likewise.
467         (objc_lookup_protocol): Likewise.
468         (objc_compare_protocols): Likewise.
469         (objc_volatilize_decl): Likewise.
470         (encode_aggregate_fields): Likewise.
471         (volatilized_hash): Likewise.
472         (volatilized_eq): Likewise.
473         (objc_compare_types): Likewise.
474         (objc_type_quals_match): Likewise.
475         (DERIVED_FROM_P): New ObjC macro, corresponding to C++ macro
476         of same name.
477         (get_class_ivars): Add second parameter indicating if entire
478         hierarchy is desired.
479         (struct volatilized_type): New type.
480         (volatilized_htab): New hash table.
481         (objc_types_compatible_p, objc_comptypes): Remove functions.
482         (synth_module_prologue): Do not initialize 'unused_list'.
483         (objc_get_class_reference): Fix ObjC++ impedance mismatches.
484         (objc_declare_alias): Implement as a typedef.
485         (objc_substitute_decl, objc_gimplify_expr): Reformat.
486         (objc_get_class_ivars): Adjust call to get_class_ivars().
487         (next_sjlj_build_enter_and_setjmp, synth_forward_declarations,
488         build_ivar_reference, get_super_receiver): Call
489         objc_build_component_ref() instead of build_component_ref().
490         (objc_begin_catch_clause): Use DERIVED_FROM_P() instead of
491         objc_comptypes().
492         (build_private_template): Call objc_build_struct() instead of
493         start_struct() and finish_struct().
494         (hash_init): Initialize volatilized_htab.
495         (objc_is_public): Adjust calls to objc_get_ivars(); adjust
496         ObjC++ impedance mismatches.
497         (encode_aggregate_within): Streamline by calling
498         encode_aggregate_fields().
499         * objc-act.h (objc_types_compatible_p): Remove prototype.
500         (OCTI_UNUSED_LIST, unused_list): Remove slot.
501         * objc-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
503 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
505         * Make-lang.in (cc1obj-dummy): New.
506         (cc1obj-checksum.c): New.
507         (cc1obj-checksum.o): New.
508         (cc1obj): Add cc1obj-checksum.o.
510 2005-05-18  Mike Stump  <mrs@apple.com>
512         PR objc/21641
513         * objc-act.c (struct interface_tuple): Mark it up for GC.
514         (interface_htab): It is really a struct interface_tuple.
516 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
517             Mike Stump  <mrs@apple.com>
519         Yet more Objective-C++...
521         * objc-act.c (objc_finish_try_stmt): Add return value.
522         (objc_build_synchronized): Likewise.
524         * objc-act.c (objc_is_gcable_type): Add.
525         (objc_substitute_decl): Add.
526         (objc_build_ivar_assignment): Add.
527         (objc_build_global_assignment): Add.
528         (objc_build_strong_cast_assignment): Add.
529         (objc_is_ivar_reference_p): Add.
530         (objc_is_global_reference_p): Add.
531         (objc_generate_write_barrier): Add.
532         (objc_rewrite_function_call): Add.
533         (objc_gimplify_expr): Add Objective-C++ support.
534         * objc-act.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Likewise.
535         (SIZEOF_OBJC_TYPE_LANG_SPECIFIC): Add.
536         (INIT_TYPE_OBJC_INFO): Add Objective-C++ support.
537         (DUP_TYPE_OBJC_INFO): Likewise.
538         (struct imp_entry): Add field has_cxx_cdtors.
539         (struct imp_entry *imp_list): Add OCTI_UMSG_FAST_DECL,
540         OCTI_METH_LIST_TEMPL, OCTI_METH_PROTO_LIST_TEMPL,
541         OCTI_IVAR_LIST_TEMPL, OCTI_ASSIGN_IVAR_DECL,
542         OCTI_ASSIGN_IVAR_FAST_DECL, OCTI_ASSIGN_GLOBAL_DECL,
543         OCTI_ASSIGN_STRONGCAST_DECL.
544         (umsg_fast_decl): Add.
545         (objc_assign_ivar_decl): Add.
546         (objc_assign_ivar_fast_decl): Add.
547         (objc_assign_global_decl): Add.
548         (objc_assign_strong_cast_decl): Add.
549         (objc_method_list_ptr): Add.
550         (objc_method_proto_list_ptr): Add.
551         (objc_ivar_list_ptr): Add.
553         * objc-act.c (should_call_super_dealloc): Add.
554         (OBJC_VERSION): Bump to 6.
555         (objc_is_gcable_type): Add.
556         (objc_substitute_decl): Add.
557         (objc_build_ivar_assignment): Add.
558         (objc_build_global_assignment): Add.
559         (objc_build_strong_cast_assignment): Add.
560         (objc_is_gcable_p): Add.
561         (objc_is_ivar_reference_p): Add.
562         (objc_is_global_reference_p): Add.
563         (generate_shared_structures): Add flags parameter.
564         (objc_generate_cxx_ctor_or_dtor): Add.
565         (objc_generate_cxx_cdtors): Add.
566         (add_class): Add name parameter.
567         (objc_types_share_size_and_alignment): Add.
568         (comp_proto_with_proto): Add strict parameter.
569         (CLS_HAS_CXX_STRUCTORS): Add.
570         (TAG_ASSIGNIVAR): Add.
571         (TAG_ASSIGNGLOBAL): Add.
572         (TAG_ASSIGNSTRONGCAST): Add.
573         (TAG_MSGSEND_FAST): Add.
574         (TAG_ASSIGNIVAR_FAST): Add.
575         (TAG_CXX_CONSTRUCT): Add.
576         (TAG_CXX_DESTRUCT): Add.
577         (OBJC_LOOKUP_CLASS): Add.
578         (OBJC_LOOKUP_NO_SUPER): Add.
579         (objc_finish_file): Add pch support.
580         (objc_finish_implementation): Add Objective-C++ support.
581         (synth_module_prologue): Likewise.
582         (synth_module_prologue): Add fast dispatching.
583         (objc_get_class_reference): Add Objective-C++ support.
584         (objc_generate_write_barrier): Likewise.
585         (next_sjlj_build_enter_and_setjmp): Likewise.
586         (objc_begin_try_stmt): Likewise.
587         (build_next_objc_exception_stuff): Add fast ivar support.
588         (build_private_template): Mark the record as used so debug
589         information is generated.
590         (build_protocol_template): Add Objective-C++ support.
591         (objc_method_parm_type) Likewise.
592         (objc_generate_cxx_ctor_or_dtor): Likewise.
593         (objc_generate_cxx_cdtors): Likewise.
594         (build_protocol_initializer): Likewise.
595         (build_category_template): Likewise.
596         (build_class_template): Likewise.
597         (build_method_list_template): Likewise.
598         (build_category_initializer): Likewise.
599         (build_shared_structure_initializer): Likewise.
600         (objc_finish_message_expr): Likewise.
601         (build_objc_method_call): Add fast dispatch support.
602         (lookup_method_static): Add support to end search at superclasses.
603         (add_method_to_hash_list): Add strict parameter to
604         comp_proto_with_proto.
605         (objc_add_method): Likewise.
606         (objc_add_method): Also set the interface_value.
607         (add_instance_variable): Add Objective-C++ support.
608         (objc_is_public): Likewise.
609         (start_class): Likewise.
610         (continue_class): Likewise.
611         (encode_aggregate_within): Likewise.
612         (start_method_def): Likewise.
613         (objc_start_function): Clear current_function_returns_value
614         and current_function_returns_null.
615         (really_start_method): Add Objective-C++ support.
616         (objc_finish_method_definition): Add warning for missing
617         [super dealloc].
618         (finish_objc): Add Objective-C++ support.
619         (generate_objc_image_info): Likewise.
620         (objc_lookup_ivar): Likewise.
621         * objc-act.h (TYPE_HAS_OBJC_INFO): Likewise.
622         (INIT_TYPE_OBJC_INFO): Likewise.
623         (DUP_TYPE_OBJC_INFO): Likewise.
625 2005-04-23  DJ Delorie  <dj@redhat.com>
627         * objc-act.c: Adjust warning() callers.
629 2005-04-21  Roger Sayle  <roger@eyesopen.com>
631         * objc-act.h (METHOD_ADD_ARGS_ELLIPSIS_P): New macro for accessing
632         this field of an objc method decl.
633         * objc-act.c (build_method_decl): Take an additional "ellipsis"
634         argument, and set METHOD_ADD_ARGS_ELLIPSIS_P as appropriate.
635         (objc_build_method_signature): Accept additional "ellipsis"
636         argument and pass it to build_method_decl.
637         (get_arg_type_list, start_method_def, gen_method_decl): Use
638         the new METHOD_ADD_ARGS_ELLIPSIS_P instead of examining the
639         TREE_OVERFLOW field of a TREE_LIST node.
641 2005-04-20  Joseph S. Myers  <joseph@codesourcery.com>
643         PR c/12913
644         * objc-act.c (objc_start_function): Create stack level for context
645         of identifiers with variably modified type.
647 2005-03-30  Joseph S. Myers  <joseph@codesourcery.com>
649         PR c/772
650         PR c/17913
651         * objc-act.c (objc_start_function): Push context on
652         label_context_stack.
654 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
656         * objc-act.c (next_sjlj_build_enter_and_setjmp,
657         next_sjlj_build_catch_list, next_sjlj_build_try_catch_finally):
658         Call c_common_truthvalue_conversion.
660 2005-02-25  Joseph S. Myers  <joseph@codesourcery.com>
662         * Make-lang.in (objc/objc-parse.o-warn, objc/objc-parse.o,
663         objc/objc-parse.c, objc/objc-parse.y): Remove
664         (OBJC_OBJS, objc.srcextra, objc.tags, objc.mostlyclean,
665         objc.distclean, objc.maintainer-clean): Update for new parser.
666         * config-lang.in (gtfiles): Update for new parser.
668 2005-01-29  Kazu Hirata  <kazu@cs.umass.edu>
670         * lang-specs.h, objc-act.c, objc-act.h, objc-lang.c: Update
671         copyright.
673 2005-01-27  Matt Austern  <austern@apple.com>
675         * objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before
676         calling instantiate_pending_templates.
678 2005-01-26  Alexander Malmberg  <alexander@malmberg.org>
680         PR objc/18862
681         * objc-act.c (build_selector_translation_table): Use
682         input_location in the diagnostic for the GNU runtime or if
683         TREE_PURPOSE (chain) is NULL.
685 2005-01-25  Alexander Malmberg  <alexander@malmberg.org>
687         PR objc/18408
688         * objc-act.c (objc_types_compatible_p): New function.
689         * objc-act.h (objc_types_compatible_p): Declare.
690         * objc-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Define.
692 2005-01-16  Ziemowit Laski  <zlaski@apple.com>
694         * objc-act.c (objc_push_parm): Call c_type_promotes_to()
695         via a lang-hook.
697 2005-01-15  Ziemowit Laski  <zlaski@apple.com>
699         PR objc/19321
700         * objc-act.c (get_arg_type_list): Decay function arguments into
701         pointers.
702         (objc_push_parm): Likewise; bring PARM_DECL construction closer
703         in line with what the C front-end does.
704         (objc_get_parm_info): Call pushdecl() and finish_decl() on
705         each PARM_DECL, like the C front-end does.
706         (start_method_def): Remove redundant ARRAY_TYPE decay.
707         (objc_start_function): Bring closer in line with what the
708         C front-end does for functions.
710 2005-01-14  Mike Stump  <mrs@apple.com>
712         * lang-specs.h ("@objective-c"): Use cc1obj when -E is used so
713         that -fobjc-exceptions is accepted.
715 2004-12-30  Ziemowit Laski  <zlaski@apple.com>
717         PR objc/18971
718         * objc-act.c (get_arg_type_list, start_method_def): Decay
719         array arguments into pointers.
720         (gen_type_name_0): Learn to pretty-print array types.
722 2004-12-15  Ziemowit Laski  <zlaski@apple.com>
724         * objc-act.c (build_private_template): Change to return 'void'; do
725         not set ivar_context, uprivate_record or objc_instance_type.
726         (objc_comptypes, gen_type_name_0): For types 'id' and 'Class',
727         retrieve protocol list from the pointee rather than the pointer itself;
728         check TYPE_HAS_OBJC_INFO(...) precondition before accessing
729         TYPE_OBJC_PROTOCOL_LIST.
730         (objc_get_protocol_qualified_type): For types 'id' and 'Class',
731         construct a variant of the pointee as well as the pointer, and
732         store protocol information in the former.  When creating variants
733         of RECORD_TYPEs, clone their TYPE_LANG_SPECIFIC fields and propagate
734         TYPE_OBJC_INTERFACE information.
735         (objc_declare_class): If a TYPE_DECL is looked up, retrieve the
736         underlying RECORD_TYPE to check for presence of TYPE_OBJC_INTERFACE;
737         for newly-created RECORD_TYPEs, create a tentative TYPE_OBJC_INTERFACE
738         holding an IDENTIFIER_NODE.
739         (objc_finish_message_expr): Check TYPE_HAS_OBJC_INFO(...) before
740         accessing TYPE_OBJC_PROTOCOL_LIST; Use TYPE_OBJC_INTERFACE instead
741         of calling lookup_interface(); allow for TYPE_OBJC_INTERFACE holding
742         an IDENTIFIER_NODE (meaning a @class forward-declaration only).
743         (objc_is_public): Check TYPE_OBJC_INTERFACE instead of calling
744         lookup_interface().
745         (continue_class): For @implementations, set ivar_context,
746         uprivate_record and objc_instance_type, for @interfaces, call
747         build_private_template().
748         (encode_pointer): Check TYPE_HAS_OBJC_INFO(...) before accessing
749         TYPE_OBJC_INTERFACE.
750         (objc_types_are_equivalent): Check TYPE_HAS_OBJC_INFO(...) before
751         accessing TYPE_OBJC_PROTOCOL_LIST.
752         * objc-act.h (OBJC_INFO_SLOT_ELTS, TYPE_OBJC_INFO, INIT_TYPE_OBJC_INFO,
753         DUP_TYPE_OBJC_INFO, ALLOC_OBJC_TYPE_LANG_SPECIFIC,
754         SIZEOF_OBJC_TYPE_LANG_SPECIFIC): New macros.
755         (TYPE_OBJC_INTERFACE): Replaces TREE_STATIC_INSTANCE and now points
756         to an actual @interface; stored in TYPE_LANG_SPECIFIC(...).
757         (TYPE_OBJC_PROTOCOL_LIST): Replaces TYPE_PROTOCOL_LIST; stored in
758         TYPE_LANG_SPECIFIC(...).
759         (TREE_STATIC_INSTANCE, TYPE_PROTOCOL_LIST): Delete.
760         (IS_ID, IS_CLASS, IS_PROTOCOL_QUALIFIED_UNTYPED, IS_SUPER,
761         TYPED_OBJECT): Check for POINTER_TYPE rather than POINTER_TYPE_P;
762         adjust for use of TYPE_OBJC_INTERFACE and TYPE_OBJC_PROTOCOL_LIST
763         instead of TREE_STATIC_INSTANCE and TYPE_PROTOCOL_LIST.
765 2004-11-29  Joseph Myers  <joseph@codesourcery.com>
767         PR c/7544
768         * Make-lang.in (objc/objc-act.o): Update dependencies.
769         * objc-act.c (objc_finish_file): Call
770         maybe_apply_pending_pragma_weaks if not OBJCPLUS.
772 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
774         PR objc/18406
775         * obj-act.c (encode_type): 96bits doubles are encoded the
776         same way as 64bit and 128bit doubles are.
778 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
780         * objc-act.c: Use %q, %< and %> for quoting in diagnostics.
782 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
784         PR objc/16546
785         * objc-act.c (generate_method_descriptors): Remove setting
786         the new decls' type to variable_length_type.
787         (generate_ivar_lists): Likewise.
788         (generate_dispatch_tables): Likewise.
790 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
792         * objc-act.c (objc_lookup_ivar): The new OTHER parameter
793         contains the result of the ID lookup by the C or C++
794         front-end; in class methods, use OTHER if it exists;
795         in instance methods, use OTHER only if it is locally
796         declared.
798 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
800         * objc-act.c (finish_class): Do not synthesize bogus
801         'extern objc_object *_Foo;' declarations for @interface Foo.
803 2004-10-25  Ziemowit Laski  <zlaski@apple.com>
804             David Ayers  <d.ayers@inode.at>
806         * objc-act.c (objc_comptypes): Use IS_PROTOCOL_QUALIFIED_UNTYPED
807         instead of IS_PROTOCOL_QUALIFIED_ID; add comparisons for:
808         'Class <Protocol> != id <Protocol>'; 'Class <Protocol> != <class> *';
809         'Class <Protocol> == id' and 'Class <Protocol> == Class'.
810         (objc_is_id): Add test for 'super'.
811         (objc_finish_message_expr): Allow for messaging of 'Class <Proto>'
812         receivers; if class methods are not found in protocol lists, search
813         for instance methods therein and warn if one is found.  Look in
814         global hash tables for suitable method as a last resort when messaging
815         'id <Proto>', 'Class <Proto>' and invalid receiver types.
816         (objc_add_method): Insert instance methods listed in protocols into
817         the global class method hash table.
818         * objc-act.h (IS_PROTOCOL_QUALIFIED_ID): Rename to
819         IS_PROTOCOL_QUALIFIED_UNTYPED and allow for 'Class <Proto>' in
820         addition to 'id <Proto>'.
822 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
824         PR objc/17923
825         * objc-act.c (objc_build_string_object): Create a CONST_DECL
826         for the NeXT runtime case.
828 2004-10-02  Kazu Hirata  <kazu@cs.umass.edu>
830         * objc-act.c: Fix comment typos.
832 2004-09-24  Ziemowit Laski  <zlaski@apple.com>
834         * objc-act.c (init_objc_symtab, init_module_descriptor,
835         build_shared_structure_initializer): When initializing 'long'
836         fields, ensure that the initializer value is also 'long'.
838 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
840         * objc-act.c: Change annotate_with_locus to SET_EXPR_LOCATION
841         throughout.
842         (objc_init): Only set input_line to 0 #ifndef USE_MAPPED_LOCATION.
843         (build_selector_translation_table): Use %J in diagnostic
844         instead of diddling input_line.  Fix spelling.
846 2004-09-21  Ziemowit Laski  <zlaski@apple.com>
848         * objc-act.c (objc_fold_objc_type_ref): New function.
849         * objc-act.h (objc_fold_objc_type_ref): New prototype.
851 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
853         * objc-act.c (objc_start_function, really_start_method,
854         objc_get_parm_info, start_method_def): Update to new arg_info
855         structures.
857 2004-09-07  Ziemowit Laski  <zlaski@apple.com>
859         * Make-lang.in (objc/objc-parse.o): Depend on $(C_COMMON_H) instead of
860         objc/objc-act.h.
861         (objc/objc-act.o): Depend on $(HASHTAB_H).
862         * objc-act.c: Include hashtab.h; in ObjC++ mode, include cp-tree.h and
863         objcp-decl.h instead of c-tree.h.
864         (build_module_descriptor, get_class_ivars, synth_id_with_class_suffix,
865         error_with_ivar, gen_method_decl, gen_declaration, setup_string_decl,
866         build_protocol_template): Adjust prototypes.
867         (build_module_initializer_routine, start_class, continue_class,
868         finish_class, start_method_def, objc_start_function, start_protocol,
869         build_method_decl, objc_add_method, add_instance_variable,
870         build_ivar_reference, is_ivar, is_private, get_super_receiver,
871         build_selector_table_decl, objc_push_parm, objc_get_parm_info,
872         gen_type_name, gen_type_name_0, start_var_decl, finish_var_decl,
873         create_field_decl): New prototypes.
874         (objc_expand_function_end, comp_method_with_proto, objc_expr_last,
875         gen_declaration_1, gen_declarator, is_complex_decl, adorn_decl,
876         define_decl, create_builtin_decl, gen_declspecs): Remove prototypes.
877         (TYPE_ID): Rename to OBJECT_TYPEDEF_NAME.
878         (CLASS_TYPEDEF_NAME): New.
879         (TAG_EXECCLASS): Change from a global variable to a #define.
880         (TAG_RETURN_STRUCT): Delete.
881         (TAG_GNUINIT): New, holds '__objc_gnu_init' name.
882         (objc_inherit_code, objc_public_flag): New, moved from c-parse.in.
883         (string_descriptor): New struct.
884         (string_htab): New hash table.
885         (string_hash, string_eq): New prototypes.
886         (generate_struct_by_value_array): Call create_field_decl() instead of
887         create_builtin_decl().
888         (objc_init): Do not initialize objc_ellipsis_node or TAG_EXECCLASS;
889         In ObjC++ mode, call cxx_init() instead of c_objc_common_init().
890         (objc_finish_file): In ObjC++, call instantiate_pending_templates()
891         and cp_finish_file().
892         (define_decl, get_static_reference, get_protocol_reference,
893         create_builtin_decl): Remove functions.
894         (objc_start_class_interface, objc_start_category_interface,
895         objc_start_protocol, objc_continue_interface, objc_finish_interface,
896         objc_start_class_implementation, objc_start_category_implementation,
897         objc_continue_implementation, objc_finish_implementation,
898         objc_set_visibility, objc_set_method_type,
899         objc_build_method_signature, objc_add_method_declaration,
900         objc_start_method_definition, objc_add_instance_variable,
901         objc_get_protocol_qualified_type, create_field_decl,
902         start_var_decl, finish_var_decl): New functions.
903         (setup_string_decl): Simplify since it is only called once.
904         (synth_module_prologue): Call build_class_template(); predefine 'id'
905         and 'Class' as typedefs; rename 'temp_type' to 'type'; disable debug
906         hooks for duration of function; fix GNU runtime messenger signatures
907         to correspond to reality; forward-declare '__objc_exec_class' for the
908         GNU runtime; call build_selector_table_decl(); in ObjC++ mode, generate
909         'extern "C" { ... }' wrappers around synthesized declarations; call
910         build_protocol_template() and build_category_template().
911         (string_hash, string_eq): New functions.
912         (objc_build_string_object): Check metaclass correctness only once;
913         store string literals in hash table.
914         (objc_build_constructor): Do not convert initializer elements;
915         adjust for ObjC++ impedance mismatch.
916         (build_objc_symtab_template): Call create_field_decl() instead of
917         create_builtin_decl().
918         (init_objc_symtab): Add missing conversion to initializer element.
919         (build_metadata_decl): Call start_var_decl() instead of define_decl().
920         (generate_objc_symtab_decl): Do not call build_category_template();
921         call start_var_decl() and finish_var_decl() instead of start_decl()
922         and finish_decl().
923         (build_module_descriptor): Call create_field_decl() instead of
924         grokfield(); call start_var_decl() and finish_var_decl() instead of
925         start_decl() and finish_decl(); always mark module descriptor as
926         used; move GNU runtime-specific functionality to
927         build_module_initializer_routine().
928         (build_module_initializer_routine): New function, broken off of
929         build_module_descriptor().
930         (objc_static_init_needed_p, objc_generate_static_init_call): New
931         functions.
932         (generate_static_references, generate_strings,
933         build_selector_translation_table, generate_descriptor_table,
934         generate_ivars_list, generate_dispatch_table, generate_category): Call
935         start_var_decl() and finish_var_decl() instead of start_decl() and
936         finish_decl(); build a type directly instead of via groktypename().
937         (build_selector_reference_decl, build_selector_table_decl,
938         build_class_reference_decl, build_protocol_reference,
939         generate_objc_image_info): Call start_var_decl() instead of
940         build_decl().
941         (build_selector_reference): For GNU runtime, do not call
942         build_selector_reference_decl().
943         (build_selector, build_typed_selector_reference): Always convert
944         result to the selector type.
945         (add_objc_string): Cast return value to 'char *'.
946         (build_method_prototype_template, build_selector_template,
947         build_method_template): Use actual selector type for fields
948         pointing to selectors.
949         (finish_objc): For GNU runtime, call
950         build_module_initializer_routine() after build_module_descriptor().
951         (generate_protocol_list, generate_shared_structures): Call
952         start_var_decl() and finish_var_decl() instead of start_decl() and
953         finish_decl(); build a type directly instead of via
954         groktypename().
955         (synth_id_with_class_suffix): Return a string.
956         (get_arg_type_list): For instance methods, use the instance type for
957         'self'; do not call groktypename_in_parm_context().
958         (build_objc_string_decl): Squash redeclaration errors in ObjC++.
959         (objc_is_class_name): Use OBJC_TYPE_NAME instead of TYPE_NAME;
960         handle RECORD_TYPEs in ObjC as well as ObjC++.
961         (objc_is_id): New function.
962         (objc_is_object_ptr): Return the canonical type node.
963         (objc_get_class_ivars): Simplify using get_class_ivars().
964         (get_class_ivars): Remove second parameter; create a fresh copy
965         of the ivar list for each call; do not check for existence of
966         super class.
967         (objc_eh_runtime_type): Mark #ifndef OBJCPLUS.
968         (objc_init_exceptions): When using SJLJ-style exceptions, require
969         the use of '-fobjc-exceptions' flag; do not require it for DWARF-style
970         exceptions.
971         (objc_build_exc_ptr, next_sjlj_build_try_catch_finally): Use
972         objc_object_type instead of objc_id_type.
973         (objc_begin_catch_clause): Convert the incoming PARM_DECL into
974         a VAR_DECL before placing it in the appropriate scope; do not
975         call define_decl(); adjust call to c_begin_compound_stmt();
976         use objc_object_type instead of objc_id_type.
977         (build_next_objc_exception_stuff): Call create_field_decl() instead
978         of create_builtin_decl(); construct type directly instead of calling
979         groktypename(); use OBJC_VOID_AT_END to mark end of function parameters.
980         (build_private_template): Adjust call to get_class_ivars(); build
981         a type directly instead of via groktypename().
982         (build_protocol_template, build_method_prototype_list_template,
983         build_method_prototype_template, build_category_template,
984         build_selector_template, build_class_template, build_super_template,
985         build_ivar_template, build_ivar_list_template,
986         build_method_list_template, build_method_template):
987         Call create_field_decl() instead of grokfield().
988         (objc_method_parm_type): Do not call groktypename().
989         (generate_descriptor_table): Call start_var_decl() and
990         finish_var_decl() instead of start_decl() and finish_decl().
991         (generate_method_descriptors, build_protocol_initializer,
992         generate_dispatch_tables, build_category_initializer,
993         build_shared_structure_initializer): Do not call groktypename().
994         (generate_protocols): Call start_var_decl() and finish_var_decl()
995         instead of start_decl() and finish_decl(); do not call groktypename().
996         (error_with_ivar): Remove last parameter.
997         (check_ivars): Do not iterate ovar CLASS_RAW_IVARS lists in addition
998         to CLASS_IVARS lists; adjust calls to error_with_ivar().
999         (generate_ivar_lists): Convert one of the initializer elements; do
1000         not call groktypename().
1001         (get_arg_type_list, start_method_def, gen_method_def): Account for
1002         new representation of variable arguments and '...' in Objective-C
1003         methods; add Objective-C++ impedance matching code.
1004         (is_objc_type_qualifier): Remove function.
1005         (adjust_type_for_id_default): Simplify; there is no longer a need to
1006         wade through declspecs.
1007         (lookup_interface, start_class, continue_class,
1008         finish_class, start_method_def, start_protocol, build_method_decl,
1009         objc_add_method, add_instance_variable, build_ivar_reference,
1010         is_ivar, is_private, get_super_receiver, objc_build_finally_epilogue):
1011         Make into static functions.
1012         (receiver_is_class_object): Use new IS_CLASS() macro.
1013         (objc_build_message_expr): Tweak ObjC++ message argument handling;
1014         call objc_finish_message_expr() instead of finish_message_expr().
1015         (finish_message_expr): Rename to objc_finish_message_expr(); use
1016         OBJC_TYPE_NAME and OBJC_SET_TYPE_NAME macros instead of TYPE_NAME.
1017         call gen_type_name() instead of gen_declaration(); call objc_is_id()
1018         instead of using IS_ID and IS_CLASS; Use objc_class_name instead of
1019         calling get_identifier("Class"); handle CONVERT_EXPRs in receiver.
1020         (build_objc_method_call, warn_with_method): Do not call groktypename().
1021         (build_ivar_reference): Call convert() instead of clobbering in a
1022         type.
1023         (hash_init): Initialize string_htab hash table.
1024         (add_instance_variable): Simplify parameter list; do not call grokfield();
1025         do not populate CLASS_IVARS list.
1026         (start_class): Check for the existence of super class, if one was specified.
1027         (continue_class): Use CLASS_RAW_IVARS rather than CLASS_IVARS; do not
1028         call build_class_template(); adjust call to get_class_ivars(); call
1029         build_decl(), pushdecl() and finish_decl() instead of define_decl().
1030         (finish_class): Call build_decl(), pushdecl() and finish_decl() instead
1031         of define_decl().
1032         (add_protocols): Use PROTOCOL_BINFO_ELTS for the tree vector size.
1033         (start_protocol): Do not call build_protocol_template(); use
1034         PROTOCOL_BINFO_ELTS for the tree vector size.
1035         (encode_type_qualifiers): Do not handle the 'const' qualifier here.
1036         (encode_pointer): Encode 'const char *' as 'r*', for backwards
1037         compatibility.
1038         (encode_array): Use HOST_WIDE_INT_PRINT_DEC instead of "%ld".
1039         (encode_type): Handle the 'const' qualifier here.
1040         (objc_parmlist): New global variable, sued by objc_push_parm and
1041         objc_get_parm_info().
1042         (objc_push_parm, objc_get_parm_info): New functions.
1043         (objc_expr_last): Remove function.
1044         (synth_self_and_ucmd_args): For instance methods, use the instance
1045         type for 'self'; call objc_push_parm() instead of push_parm_decl().
1046         (start_method_def): Do not call push_scope(), declare_parm_level(),
1047         pop_scope(), push_parm_decl(), store_parm_decls() or objc_expr_last();
1048         just use objc_push_parm() and objc_get_parm_info().
1049         (comp_method_with_proto): Remove function.
1050         (objc_types_are_equivalent): Strip away indirections before comparing
1051         underlying types.
1052         (comp_proto_with_proto): Do not call groktypename(); types are no
1053         longer in raw declspec format.
1054         (objc_start_function): New function.
1055         (really_start_method): Call comp_proto_with_proto() instead of
1056         comp_method_with_proto(); call objc_start_function() instead of
1057         hand-crafting a function declarator.
1058         (continue_method_def, objc_expand_function_end): Remove functions.
1059         (get_super_receiver): Call objc_get_current_scope() instead of
1060         get_current_scope(); reference 'super_class' field (instead of
1061         'class').
1062         (finish_method_def): Rename to objc_finish_method_definition() and
1063         add a function decl parameter; move method encoding call from
1064         objc_expand_function_end().
1065         (is_complex_decl, adorn_decl, gen_declarator, gen_declspecs,
1066         gen_declaration_1): Remove functions.
1067         (tmpbuf, RAW_DECLSPEC): Remove.
1068         (gen_declaration): Remove second parameter; simplify to deal
1069         with TYPE_P nodes instead of raw declspecs.
1070         (gen_type_name, gen_type_name_0): New functions.
1071         (gen_method_decl): Remove second parameter; call gen_type_name()
1072         instead of gen_declaration_1().
1073         (dump_interface): Adjust calls to gen_declaration() and
1074         gen_method_decl(); do not allocate a separate string buffer.
1075         (init_objc): Allocate a larger string buffer to accommodate
1076         dump_interface(); adjust call to build_module_descriptor();
1077         add call to build_module_initializer_routine() for the GNU
1078         runtime.
1079         (generate_classref_translation_entry): Do not call start_decl(); call
1080         finish_var_decl() instead of finish_decl(); call convert() instead of
1081         build_c_cast().
1082         * objc-act.h (CLASS_OWN_IVARS): Remove accessor.
1083         (CLASS_BINFO_ELTS): Reduce from 6 to 5, now that CLASS_OWN_IVARS is
1084         gone.
1085         (OCTI_GNU_INIT_DECL, GNU_INIT_decl): New.
1086         (OCTI_ELLIPSIS_NODE, objc_ellipsis_node): Remove.
1087         (OCTI_ID_ID, id_type, objc_id_id): Rename to OCTI_ID_NAME,
1088         objc_object_type and objc_object_name, respectively.
1089         (OCTI_CLS_REF, OCTI_CLASS_NAME, objc_class_reference,
1090         objc_class_name): New.
1091         (IS_CLASS): New macro.
1092         (IS_ID, IS_SUPER): Robustify.
1093         (OCTI_EXECCLASS_DECL, execclass_decl): New.
1094         (finish_file, start_class, continue_class, finish_class,
1095         start_method_def, continue_method_def, finish_method_def,
1096         start_protocol, finish_protocol, objc_build_throw_stmt,
1097         objc_build_try_catch_finally_stmt, objc_build_synchronized_prologue,
1098         objc_build_synchronized_epilogue, objc_build_try_prologue,
1099         objc_build_try_epilogue, objc_build_catch_stmt, objc_build_catch_epilogue,
1100         objc_build_finally_prologue, objc_build_finally_epilogue,
1101         is_ivar, is_private, is_public, add_instance_variable, objc_add_method,
1102         get_super_receiver, objc_clear_super_receiver, get_class_ivars_from_name,
1103         get_class_reference, get_static_reference, get_object_reference,
1104         build_message_expr, finish_message_expr, build_selector_expr,
1105         build_ivar_reference, build_keyword_decl, build_method_decl,
1106         build_protocol_expr, build_objc_string_object, objc_declare_alias,
1107         objc_declare_class, objc_declare_protocols, objc_comptypes,
1108         objc_check_decl, build_encode_expr): Remove prototypes.
1109         (imp_count, cat_count): Make GGC-aware.
1110         (OBJC_SET_TYPE_NAME): New macro.
1112 2004-09-03  Ziemowit Laski  <zlaski@apple.com>
1114         * config-lang.in: Update copyright notice.
1115         (lang_requires): Indicate that ObjC requires C to be built first.
1117 2004-09-01  Ziemowit Laski  <zlaski@apple.com>
1119         * objc-act.c (objc_check_decl): Use OBJC_TYPE_NAME macro instead of
1120         TYPE_NAME.
1121         (build_objc_string_object): Rename to objc_build_string_object().
1122         (get_class_reference): Rename to objc_get_class_reference().
1123         (get_class_ivars_from_name): Rename to objc_get_class_ivars().
1124         (next_sjlj_build_catch_list, get_super_receiver): Call
1125         objc_get_class_reference() instead of get_class_reference().
1126         (build_keyword_decl): Rename to objc_build_keyword_decl().
1127         (build_message_expr): Rename to objc_build_message_expr().
1128         (build_protocol_expr): Rename to objc_build_protocol_expr().
1129         (build_selector_expr): Rename to objc_build_selector_expr().
1130         (build_encode_expr): Rename to objc_build_encode_expr().
1131         * objc-act.h (get_class_ivars_from_name): Rename prototype to
1132         objc_get_class_ivars().
1133         (get_class_reference): Rename prototype to objc_get_class_reference().
1134         (build_message_expr): Rename prototype to objc_build_message_expr().
1135         (build_selector_expr): Rename prototype to objc_build_selector_expr().
1136         (build_keyword_decl): Rename prototype to objc_build_keyword_decl().
1137         (build_protocol_expr): Rename prototype to objc_build_prototype_expr().
1138         (build_objc_string_object): Rename prototype to
1139         objc_build_string_object().
1141 2004-09-01  Ziemowit Laski  <zlaski@apple.com>
1143         * objc-act.c (lookup_interface): Make function 'static' and add a
1144         local prototype.
1145         (objc_check_decl, get_class_reference, objc_declare_alias,
1146         objc_declare_class, objc_is_object_ptr): Call objc_is_class_name()
1147         instead of is_class_name().
1148         (get_super_receiver, objc_clear_super_receiver): Call
1149         objc_get_current_scope() instead of get_current_scope().
1150         (is_class_name): Rename to objc_is_class_name.
1151         (lookup_objc_ivar): Rename to objc_lookup_ivar.
1153 2004-08-28  Ziemowit Laski  <zlaski@apple.com>
1155         * objc-act.c (objc_is_reserved_word): New function.
1157 2004-08-15  Ziemowit Laski  <zlaski@apple.com>
1159         * Make-lang.in (objc/objc-lang.o): Depend on $(C_PRETTY_PRINT_H),
1160         $(DIAGNOSTIC_H), c-objc-common.h and gtype-objc.h, but not on toplev.h.
1161         (objc/objc-parse.o): Do not depend on gtype-objc.h.
1162         * objc-act.c: Do not include gtype-objc.h.
1163         (finish_file): Rename to objc_finish_file().
1164         * objc-act.h (finish_file): Update copyright notice; remove prototype.
1165         * objc-lang.c: Update copyright notice; include diagnostic.h,
1166         c-objc-common.h, c-pretty-print.h and gtype-objc.h; do not include
1167         toplev.h.
1168         (finish_file): New hook routine.
1169         (LANG_HOOKS_FINISH, LANG_HOOKS_INIT_OPTIONS,
1170         LANG_HOOKS_INITIALIZE_DIAGNOSTICS, LANG_HOOKS_HANDLE_OPTION,
1171         LANG_HOOKS_MISSING_ARGUMENT, LANG_HOOKS_POST_OPTIONS,
1172         LANG_HOOKS_GET_ALIAS_SET, LANG_HOOKS_SAFE_FROM_P,
1173         LANG_HOOKS_EXPAND_EXPR, LANG_HOOKS_MARK_ADDRESSABLE,
1174         LANG_HOOKS_PARSE_FILE, LANG_HOOKS_TRUTHVALUE_CONVERSION,
1175         LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL,
1176         LANG_HOOKS_STATICP, LANG_HOOKS_SET_DECL_ASSEMBLER_NAME,
1177         LANG_HOOKS_NO_BODY_BLOCKS, LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL,
1178         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_FUNCTION_ENTER_NESTED,
1179         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_DUP_LANG_SPECIFIC_DECL,
1180         LANG_HOOKS_DECL_UNINIT, LANG_HOOKS_RTL_EXPAND_STMT,
1181         LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
1182         LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
1183         LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
1184         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
1185         LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING,
1186         LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS,
1187         LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN,
1188         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_TYPE_FOR_MODE,
1189         LANG_HOOKS_TYPE_FOR_SIZE, LANG_HOOKS_SIGNED_TYPE,
1190         LANG_HOOKS_UNSIGNED_TYPE, LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE,
1191         LANG_HOOKS_INCOMPLETE_TYPE_ERROR, LANG_HOOKS_TYPE_PROMOTES_TO,
1192         LANG_HOOKS_REGISTER_BUILTIN_TYPE, LANG_HOOKS_WRITE_GLOBALS):
1193         Move to c-objc-common.h.