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