1 2022-10-07 Martin Liska <mliska@suse.cz>
3 * objc-gnu-runtime-abi-01.cc (generate_static_references):
4 Remove unused variable.
6 2022-06-02 David Malcolm <dmalcolm@redhat.com>
8 * objc-act.h (objc_get_sarif_source_language): New decl.
9 * objc-lang.cc (LANG_HOOKS_GET_SARIF_SOURCE_LANGUAGE): Redefine.
10 (objc_get_sarif_source_language): New.
12 2022-05-31 Jason Merrill <jason@redhat.com>
14 * Make-lang.in (objc.tags): Look at *.cc.
16 2022-05-25 Jakub Jelinek <jakub@redhat.com>
19 * objc-act.cc (objc_build_component_ref): Adjust build_component_ref
22 2022-05-11 Martin Liska <mliska@suse.cz>
25 * lang-specs.h: Use Separate syntax.
27 2022-05-03 Iain Sandoe <iain@sandoe.co.uk>
29 * objc-next-runtime-abi-02.cc (next_runtime_abi_02_protocol_decl): Do
30 not dead-strip the runtime meta-data symbols.
31 (build_v2_classrefs_table): Likewise.
32 (build_v2_protocol_list_address_table): Likewise.
34 2022-01-17 Martin Liska <mliska@suse.cz>
36 * Make-lang.in: Rename .c names to .cc.
37 * config-lang.in: Likewise.
38 * lang-specs.h: Likewise.
39 * objc-act.cc (objc_build_component_ref): Likewise.
40 (objc_copy_binfo): Likewise.
41 (lookup_method_in_hash_lists): Likewise.
42 (objc_finish_foreach_loop): Likewise.
43 * objc-act.h (objc_common_init_ts): Likewise.
44 * objc-gnu-runtime-abi-01.cc: Likewise.
45 * objc-lang.cc (struct lang_hooks): Likewise.
46 * objc-map.cc: Likewise.
47 * objc-next-runtime-abi-01.cc (generate_objc_symtab_decl): Likewise.
48 * objc-runtime-shared-support.cc: Likewise.
49 * objc-runtime-shared-support.h (build_protocol_initializer): Likewise.
51 2022-01-17 Martin Liska <mliska@suse.cz>
53 * objc-act.c: Moved to...
54 * objc-act.cc: ...here.
55 * objc-encoding.c: Moved to...
56 * objc-encoding.cc: ...here.
57 * objc-gnu-runtime-abi-01.c: Moved to...
58 * objc-gnu-runtime-abi-01.cc: ...here.
59 * objc-lang.c: Moved to...
60 * objc-lang.cc: ...here.
61 * objc-map.c: Moved to...
62 * objc-map.cc: ...here.
63 * objc-next-runtime-abi-01.c: Moved to...
64 * objc-next-runtime-abi-01.cc: ...here.
65 * objc-next-runtime-abi-02.c: Moved to...
66 * objc-next-runtime-abi-02.cc: ...here.
67 * objc-runtime-shared-support.c: Moved to...
68 * objc-runtime-shared-support.cc: ...here.
70 2022-01-11 Jakub Jelinek <jakub@redhat.com>
73 * objc-act.c (objc_rewrite_function_call): Build OBJ_TYPE_REF
74 with INTEGER_CST OBJ_TYPE_REF_TOKEN with type equal to
75 OBJ_TYPE_REF_OBJECT type.
76 * objc-next-runtime-abi-01.c (build_objc_method_call): Likewise.
77 * objc-gnu-runtime-abi-01.c (build_objc_method_call): Likewise.
78 * objc-next-runtime-abi-02.c (build_v2_objc_method_fixup_call,
79 build_v2_build_objc_method_call): Likewise.
81 2021-12-05 Iain Sandoe <iain@sandoe.co.uk>
83 * objc-next-metadata-tags.h (objc_rt_trees): Declare here.
84 * objc-next-runtime-abi-01.c: Remove from here.
85 * objc-next-runtime-abi-02.c: Likewise.
86 * objc-runtime-shared-support.c: Reorder headers, provide
87 a GTY declaration the definition of objc_rt_trees.
89 2021-11-30 Richard Biener <rguenther@suse.de>
91 * objc-act.c (objc_build_setter_call): Remove unreachable
94 2021-11-29 Eric Gallager <egallager@gcc.gnu.org>
97 * Make-lang.in: Use ETAGS variable in TAGS target.
99 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
102 * Make-lang.in: Add dummy objc.install-dvi target.
104 2021-10-08 Martin Liska <mliska@suse.cz>
106 * objc-next-runtime-abi-01.c: Add missing include.
107 * objc-next-runtime-abi-02.c: Likewise.
109 2021-10-08 Martin Liska <mliska@suse.cz>
111 * objc-next-runtime-abi-01.c: Use new macro
113 * objc-next-runtime-abi-02.c (objc_next_runtime_abi_02_init): Likewise.
115 2021-09-01 Iain Sandoe <iain@sandoe.co.uk>
118 * objc-next-runtime-abi-02.c (build_v2_build_objc_method_call):
119 Revise for cases where scalar objects use an sret parameter.
120 (next_runtime_abi_02_build_objc_method_call): Likwise.
122 2021-09-01 Iain Sandoe <iain@sandoe.co.uk>
124 * objc-act.c (objc_add_property_declaration): Register unavailable
126 (maybe_make_artificial_property_decl): Set available.
127 (objc_maybe_build_component_ref): Generalise to the method prototype
128 to count availability.
129 (objc_build_class_component_ref): Likewise.
130 (build_private_template): Likewise.
131 (objc_decl_method_attributes): Handle unavailable attribute.
132 (lookup_method_in_hash_lists): Amend comments.
133 (objc_finish_message_expr): Handle unavailability in addition to
135 (start_class): Likewise.
136 (finish_class): Likewise.
137 (lookup_protocol): Likewise.
138 (objc_declare_protocol): Likewise.
139 (start_protocol): Register unavailable attribute.
140 (really_start_method): Likewise.
141 (objc_gimplify_property_ref): Emit error on encountering an
142 unavailable entity (and a warning for a deprecated one).
144 2021-08-19 Iain Sandoe <iain@sandoe.co.uk>
146 * objc-next-runtime-abi-02.c (objc_next_runtime_abi_02_init):
147 Default receiver nilchecks on.
149 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
150 Matt Jacobson <mhjacobson@me.com>
153 * objc-act.c (objc_build_constructor): Handle empty constructor
155 * objc-next-runtime-abi-02.c (build_v2_objc_method_fixup_call):
156 Handle nil receivers.
157 (build_v2_build_objc_method_call): Likewise.
159 2021-08-17 Matt Jacobson <mhjacobson@me.com>
161 * objc-next-runtime-abi-02.c
162 (objc_next_runtime_abi_02_init): Warn about and reset
163 flag_objc_sjlj_exceptions regardless of flag_objc_exceptions.
164 (next_runtime_02_initialize): Use a checking assert that
165 flag_objc_sjlj_exceptions is off.
167 2021-06-28 Martin Sebor <msebor@redhat.com>
169 * objc-act.c (objc_maybe_build_modify_expr): Replace direct uses
170 of TREE_NO_WARNING with warning_suppressed_p, and suppress_warning.
171 (objc_build_incr_expr_for_property_ref): Same.
172 (objc_build_struct): Same.
173 (synth_module_prologue): Same.
174 * objc-gnu-runtime-abi-01.c (gnu_runtime_01_initialize): Same.
175 * objc-next-runtime-abi-01.c (next_runtime_01_initialize): Same.
176 * objc-next-runtime-abi-02.c (next_runtime_02_initialize): Same.
178 2021-06-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
180 * Make-lang.in (cc1-obj-checksum.c): Check previous
181 stage checksum exists.
183 2021-06-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
185 * Make-lang.in (cc1obj-checksum.c): For stage-final re-use
186 the checksum from the previous stage.
188 2021-05-20 Indu Bhagat <indu.bhagat@oracle.com>
190 * objc-act.c (synth_module_prologue): Use uint32_t instead of enum
193 2021-05-10 Martin Liska <mliska@suse.cz>
195 * objc-act.c (objc_string_ref_type_p): Use startswith
196 function instead of strncmp.
197 * objc-encoding.c (encode_type): Likewise.
198 * objc-next-runtime-abi-02.c (has_load_impl): Likewise.
200 2020-11-20 Jakub Jelinek <jakub@redhat.com>
203 * Make-lang.in (objc.serial): Change from goal to a variable.
204 (.PHONY): Drop objc.serial and objc.prev.
205 (cc1obj$(exeext)): Depend on $(objc.serial) rather than objc.serial.
207 2020-11-18 Jakub Jelinek <jakub@redhat.com>
209 * Make-lang.in (objc.serial): New goal.
210 (.PHONY): Add objc.serial objc.prev.
211 (cc1obj$(exeext)): Depend on objc.prev. Call LINK_PROGRESS.
213 2020-11-13 Iain Sandoe <iain@sandoe.co.uk>
216 * objc-act.c (objc_prop_attr_kind_for_rid): Handle nullability.
217 (objc_add_property_declaration): Handle nullability attributes.
218 Check that these are applicable to the property type.
219 * objc-act.h (enum objc_property_nullability): New.
221 2020-11-13 Iain Sandoe <iain@sandoe.co.uk>
224 * objc-act.c (objc_start_class_interface): Accept the location
225 of the class name, use it in existing diagnostic.
226 (start_class): Accept obj_root_class type attributes. Warn when
227 the interface for an implementation does not contain a super
228 class (unless the diagnostic is suppressed by the the command
229 line flag or the objc_root_class type attribute).
231 2020-11-08 Iain Sandoe <iain@sandoe.co.uk>
233 * objc-act.c (objc_prop_attr_kind_for_rid): Handle class
235 (objc_add_property_declaration): Likewise.
236 * objc-act.h (PROPERTY_CLASS): Record class attribute state.
238 2020-11-07 Iain Sandoe <iain@sandoe.co.uk>
240 * objc-act.c (objc_prop_attr_kind_for_rid): Handle
243 2020-11-07 Iain Sandoe <iain@sandoe.co.uk>
245 * objc-act.c (objc_compare_types): Handle NSObject type
247 (objc_type_valid_for_messaging): Likewise.
249 2020-11-06 Iain Sandoe <iain@sandoe.co.uk>
251 * objc-act.c (start_class): Accept visibility attributes
254 2020-11-06 Iain Sandoe <iain@sandoe.co.uk>
256 * objc-act.c (objc_prop_attr_kind_for_rid): New.
257 (objc_add_property_declaration): Adjust to consume the
258 parser output using a vector of parsed attributes.
260 2020-11-04 Iain Sandoe <iain@sandoe.co.uk>
262 * objc-act.c (objc_non_constant_expr_p): New.
264 2020-11-01 Iain Sandoe <iain@sandoe.co.uk>
266 * objc-act.c (synth_module_prologue): Get the SEL identifier.
267 * objc-act.h (enum objc_tree_index): Add OCTI_SEL_NAME.
268 (objc_selector_name): New.
269 (SEL_TYPEDEF_NAME): New.
270 * objc-gnu-runtime-abi-01.c
271 (gnu_runtime_01_initialize): Initialize SEL typedef.
272 * objc-next-runtime-abi-01.c
273 (next_runtime_01_initialize): Likewise.
274 * objc-next-runtime-abi-02.c
276 2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
278 * objc-next-runtime-abi-02.c
279 (create_global_decl): Update to allow the caller to
280 specify declaration or definition.
281 (create_hidden_decl): Likewise.
282 (next_runtime_abi_02_protocol_decl): Make the symbol
283 weak and hidden for later OS runtime versions.
284 (build_v2_protocol_list_address_table): Likewise.
286 2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
288 * objc-next-runtime-abi-02.c (objc_v2_build_ivar_ref): Test
289 DECL_C_BIT_FIELD to detect that an ivar is a bitfield.
291 2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
293 * objc-next-runtime-abi-02.c (FIXUP_NEEDED): Rename ...
294 (USE_FIXUP_BEFORE): ... to this.
295 (next_runtime_02_initialize): Likewise.
296 (next_runtime_abi_02_get_arg_type_list_base): Likewise.
297 (next_runtime_abi_02_build_objc_method_call): Likewise.
299 2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
301 * objc-next-runtime-abi-02.c (TAG_MSGSENDSUPER): Revised
303 (TAG_MSGSENDID): Likewise.
304 (TAG_MSGSENDSUPER_STRET): Likewise.
305 (TAG_MSGSENDID_STRET): Likewise.
306 (FIXUP_NEEDED): Likewise.
308 (next_runtime_02_initialize): Adjust message calls to use
309 fixup variants only when required.
310 (next_runtime_abi_02_get_arg_type_list_base): Correct
312 (build_v2_build_objc_method_call): New.
313 (build_v2_objc_method_fixup_call): Split out from ...
314 (next_runtime_abi_02_build_objc_method_call): ... here.
315 Arrange to adjust the call on the basis of the target
318 2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
320 * objc-runtime-shared-support.c (start_var_decl): Make the
321 decl_assembler_name follow the metadata name for C++ on NeXT
324 2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
326 * objc-next-runtime-abi-02.c
327 (next_runtime_abi_02_category_decl): Adjust category
328 superclass name ordering.
330 2020-10-11 Iain Sandoe <iain@sandoe.co.uk>
332 * objc-next-runtime-abi-02.c (build_v2_super_template): Add new
333 fields to the template.
334 (build_v2_protocol_template): Build new field entries.
335 (generate_v2_meth_descriptor_table): Adjust to allow recording all
337 (generate_v2_meth_type_list): New.
338 (build_v2_protocol_initializer): Initialize the additional fields.
339 (generate_v2_protocols): Record method types for all entries and
340 generate the additional method type table.
342 2020-10-10 Iain Sandoe <iain@sandoe.co.uk>
344 * objc-next-runtime-abi-02.c
345 (objc_get_superclass_ref_decl): Split this code out.
346 (next_runtime_abi_02_get_class_super_ref): Compute
347 super refs using the objc_get_superclass_ref_decl().
348 (next_runtime_abi_02_get_category_super_ref): Likewise.
350 2020-10-10 Iain Sandoe <iain@sandoe.co.uk>
352 * objc-next-runtime-abi-02.c
353 (next_runtime_abi_02_init_metadata_attributes): Make protocol
354 refs a distinct section.
356 2020-10-10 Iain Sandoe <iain@sandoe.co.uk>
358 * objc-next-runtime-abi-02.c
359 (next_runtime_abi_02_init_metadata_attributes): Attach metadata
360 for the special string sections to class, method and method type
363 2020-10-10 Iain Sandoe <iain@sandoe.co.uk>
365 * objc-gnu-runtime-abi-01.c
366 (build_shared_structure_initializer): Remove references to
368 (generate_static_references): Likewise.
370 2020-09-19 Sandra Loosemore <sandra@codesourcery.com>
372 * objc-act.c (objc_start_method_definition): Update to reflect
373 changes to break/continue state bookkeeping in C front end.
375 2020-09-17 Patrick Palka <ppalka@redhat.com>
378 * objc-gnu-runtime-abi-01.c
379 (gnu_runtime_abi_01_get_class_super_ref): Reduce indentation of
380 misleadingly indented return statements.
381 * objc-next-runtime-abi-01.c
382 (next_runtime_abi_01_get_class_super_ref): Likewise.
384 2020-01-01 Jakub Jelinek <jakub@redhat.com>
386 Update copyright years.
388 2019-10-10 Iain Sandoe <iain@sandoe.co.uk>
390 * objc-next-metadata-tags.h (OCTI_RT_META_IVAR_REF): New.
391 (meta_ivar_ref): New.
392 * objc-next-runtime-abi-02.c
393 (next_runtime_abi_02_init_metadata_attributes): Create the
394 IVAR ref metadata identifier.
395 (ivar_offset_ref): Tag IVAR refs with specific metadata.
397 2019-06-05 Martin Sebor <msebor@redhat.com>
399 * objc-act.c (objc_build_setter_call): Adjust quoting and hyphenation.
400 * objc-encoding.c (encode_gnu_bitfield): Same.
402 2019-05-18 Iain Sandoe <iain@sandoe.co.uk>
404 * objc-act.h (OCTI_INSTANCE_TYPE, OCTI_INSTANCETYPE_NAME): New.
405 (objc_global_trees): Add instance type and name.
406 (INSTANCE_TYPEDEF_NAME): New.
407 * objc-act.c (synth_module_prologue): Build decls for
408 objc_instancetype_type and objc_instancetype_name.
410 2019-05-16 Martin Sebor <msebor@redhat.com>
412 * objc-act.c (objc_begin_catch_clause): Quote keywords and options
414 (objc_build_throw_stmt): Same.
415 (objc_finish_message_expr): Same.
416 (get_super_receiver): Same.
417 * objc-next-runtime-abi-01.c (objc_next_runtime_abi_01_init): Spell
418 out "less than" in English./
419 * objc-next-runtime-abi-02.c (objc_next_runtime_abi_02_init): Spell
420 out "greater" in English.
422 2019-05-10 Jakub Jelinek <jakub@redhat.com>
425 * config-lang.in (gtfiles): Add c-family/c-format.c.
427 2019-04-05 Martin Liska <mliska@suse.cz>
430 * objc-act.c (objc_add_property_declaration): Use %< and %>, or %qs in
431 order to wrap keywords or arguments.
432 (objc_add_synthesize_declaration_for_property): Likewise.
434 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
438 * objc-act.c: Mechanically replace "can not" with "cannot".
440 2019-01-01 Jakub Jelinek <jakub@redhat.com>
442 Update copyright years.
444 2018-12-19 David Malcolm <dmalcolm@redhat.com>
448 * objc-act.c (objc_maybe_build_component_ref): Strip any location
449 wrapper before checking for UOBJC_SUPER_decl and self_decl.
450 (objc_finish_message_expr): Strip any location wrapper.
451 (gen_declaration): Strip location wrappers from "w".
453 2018-10-17 David Malcolm <dmalcolm@redhat.com>
455 * Make-lang.in (selftest-objc): New.
457 2018-04-20 Martin Liska <mliska@suse.cz>
460 * objc-act.c (finish_class): Do not overflow string buffer.
462 2018-01-03 Jakub Jelinek <jakub@redhat.com>
464 Update copyright years.
466 2017-11-30 Jakub Jelinek <jakub@redhat.com>
468 * objc-next-runtime-abi-01.c (generate_dispatch_table): Use ; instead
471 2017-11-10 Martin Sebor <msebor@redhat.com>
474 * objc-encoding.c (encode_type): Use memcpy instead of strncpy.
476 2017-10-31 David Malcolm <dmalcolm@redhat.com>
478 * objc-gnu-runtime-abi-01.c (objc_gnu_runtime_abi_01_init): Use
479 UNKNOWN_LOCATION rather than 0.
481 2017-10-17 Nathan Sidwell <nathan@acm.org>
483 * objc-act.c (objc_common_tree_size): Return size of TYPE nodes.
485 2017-10-10 Richard Sandiford <richard.sandiford@linaro.org>
487 * objc-act.c (objc_decl_method_attributes): Use wi::to_wide when
488 operating on trees as wide_ints.
490 2017-09-29 Jakub Jelinek <jakub@redhat.com>
492 * objc-act.c (check_ivars, gen_declaration): For OBJCPLUS look at
493 DECL_BIT_FIELD_REPRESENTATIVE rather than DECL_INITIAL.
495 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
496 Alan Hayward <alan.hayward@arm.com>
497 David Sherwood <david.sherwood@arm.com>
499 * objc-encoding.c (encode_type): Use SCALAR_INT_TYPE_MODE.
501 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
502 Alan Hayward <alan.hayward@arm.com>
503 David Sherwood <david.sherwood@arm.com>
505 * objc-encoding.c (encode_type): Use SCALAR_FLOAT_TYPE_MODE
506 instead of TYPE_MODE.
508 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
509 Alan Hayward <alan.hayward@arm.com>
510 David Sherwood <david.sherwood@arm.com>
512 * objc-encoding.c (encode_gnu_bitfield): Prefix mode names with E_ in
515 2017-08-09 Marek Polacek <polacek@redhat.com>
518 * objc-next-runtime-abi-02.c (build_v2_build_objc_method_call): Update
519 a call to build_conditional_expr.
521 2017-08-08 Martin Liska <mliska@suse.cz>
523 * objc-gnu-runtime-abi-01.c: Include header files.
524 * objc-next-runtime-abi-01.c: Likewise.
525 * objc-next-runtime-abi-02.c: Likewise.
527 2017-07-20 Nathan Sidwell <nathan@acm.org>
530 * objc-runtime-shared-support.c (build_ivar_list_initializer):
531 Don't presume first item is a FIELD_DECL.
533 2017-07-19 Nathan Sidwell <nathan@acm.org>
535 * objc-act.h (CLASS_NST_METHODS, CLASS_CLS_METHODS): Use
536 TYPE_{MIN,MAX}_VALUE_RAW.
538 2017-05-16 Sylvestre Ledru <sylvestre@debian.org>
540 * objc-runtime-shared-support.c (build_module_descriptor):
541 Remove unnecessary conditional when building instance of
542 objc_module. CID 1406758
544 2017-05-09 Nathan Sidwell <nathan@acm.org>
546 * objc-gnu-runtime-abi-01.c (objc_add_static_instance): Use
549 2017-05-04 Martin Sebor <msebor@redhat.com>
552 * objc-gnu-runtime-abi-01.c (objc_eh_runtime_type): Add missing
553 quoting to directives.
554 * objc-next-runtime-abi-01.c (objc_eh_runtime_type): Ditto.
555 * objc-next-runtime-abi-02.c (next_runtime_02_eh_type): Ditto.
557 2017-01-01 Jakub Jelinek <jakub@redhat.com>
559 Update copyright years.
561 2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
562 Richard Biener <rguenther@suse.de>
564 * config-lang.in (gtfiles): Add c/c-parser.h.
566 2016-09-27 Jakub Jelinek <jakub@redhat.com>
568 * objc-act.c (continue_class): Remove break after return.
569 (objc_maybe_printable_name): Likewise.
571 2016-08-12 Marek Polacek <polacek@redhat.com>
574 * objc-encoding.c (encode_type): Add FALLTHRU.
576 2016-06-07 David Malcolm <dmalcolm@redhat.com>
578 * objc-act.c (objc_build_component_ref): Update call
579 to build_component_ref for added param, passing UNKNOWN_LOCATION.
581 2016-04-18 Michael Matz <matz@suse.de>
583 * objc-act.c (objc_build_struct): Use SET_DECL_ALIGN.
585 2016-02-12 Jakub Jelinek <jakub@redhat.com>
587 * objc-act.c: Spelling fixes - behaviour -> behavior and
588 neighbour -> neighbor.
589 * objc-map.h: Likewise.
591 2016-01-04 Jakub Jelinek <jakub@redhat.com>
593 Update copyright years.
595 2015-11-11 Andrew MacLeod <amacleod@redhat.com>
597 * objc-act.c: Remove unused header files.
598 * objc-encoding.c: Likewise.
599 * objc-gnu-runtime-abi-01.c: Likewise.
600 * objc-lang.c: Likewise.
601 * objc-map.c: Likewise.
602 * objc-next-runtime-abi-01.c: Likewise.
603 * objc-next-runtime-abi-02.c: Likewise.
604 * objc-runtime-shared-support.c: Likewise.
606 2015-11-09 Alan Modra <amodra@gmail.com>
608 * objc-encoding.c (encode_aggregate_within): Cast obstack_next_free
611 2015-10-29 Andrew MacLeod <amacleod@redhat.com>
613 * objc-lang.c: Reorder #include's and remove duplicates.
614 * objc-map.c: Likewise.
616 2015-08-18 Trevor Saunders <tbsaunde@tbsaunde.org>
618 * objc-act.h, objc-next-runtime-abi-02.c, objc-runtime-hooks.h:
619 Remove useless typedefs.
621 2015-07-12 Aldy Hernandez <aldyh@redhat.com>
623 * objc-map.h: Fix double word typos.
625 2015-07-07 Andrew MacLeod <amacleod@redhat.com>
627 * objc-act.c: Adjust includes.
628 * objc-encoding.c: Likewise.
629 * objc-gnu-runtime-abi-01.c: Likewise.
630 * objc-lang.c: Likewise.
631 * objc-map.c: Likewise.
632 * objc-next-runtime-abi-01.c: Likewise.
633 * objc-next-runtime-abi-02.c: Likewise.
634 * objc-runtime-shared-support.c: Likewise.
636 2015-06-25 Andrew MacLeod <amacleod@redhat.com>
638 * objc-act.c: Remove ipa-ref.h and plugin-api.h from include list.
640 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
642 * objc-act.c (objc_string_hasher): Inherit from ggc_ptr_hash
643 rather than ggc_hasher.
645 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
647 * objc-act.c (decl_name_hash): Inherit from nofree_ptr_hash rather
648 than typed_noop_remove. Remove redudant typedefs.
650 2015-06-17 Andrew MacLeod <amacleod@redhat.com>
652 * objc-act.c: Do not include input.h, line-map.h or is-a.h.
653 * objc-encoding.c: Likewise.
654 * objc-gnu-runtime-abi-01.c: Likewise.
655 * objc-lang.c: Likewise.
656 * objc-map.c: Likewise.
657 * objc-next-runtime-abi-01.c: Likewise.
658 * objc-next-runtime-abi-02.c: Likewise.
659 * objc-runtime-shared-support.c: Likewise.
661 2015-06-08 Andrew MacLeod <amacleod@redhat.com>
663 * objc-act.c : Adjust include files.
664 * objc-encoding.c : Likewise.
665 * objc-gnu-runtime-abi-01.c : Likewise.
666 * objc-lang.c : Likewise.
667 * objc-map.c : Likewise.
668 * objc-next-runtime-abi-01.c : Likewise.
669 * objc-next-runtime-abi-02.c : Likewise.
670 * objc-runtime-shared-support.c : Likewise.
672 2015-06-08 Aldy Hernandez <aldyh@redhat.com>
674 * objc-runtime-shared-support.c (build_module_descriptor): Set
675 TREE_USED on UOBJC_MODULES_decl.
677 2015-06-05 Aldy Hernandez <aldyh@redhat.com>
679 * objc-act.c (objc_write_global_declarations): Adjust comment.
680 * objc-gnu-runtime-abi-01.c (build_selector_table_decl): Set
683 2015-06-04 Andrew MacLeod <amacleod@redhat.com>
685 * objc-act.c: Adjust includes for restructured coretypes.h.
686 * objc-encoding.c: Likewise.
687 * objc-gnu-runtime-abi-01.c: Likewise.
688 * objc-lang.c: Likewise.
689 * objc-map.c: Likewise.
690 * objc-next-runtime-abi-01.c: Likewise.
691 * objc-next-runtime-abi-02.c: Likewise.
692 * objc-runtime-shared-support.c: Likewise.
694 2015-04-27 Jim Wilson <jim.wilson@linaro.org>
696 * Make-lang.in (objc.mostlyclean): Remove cc1obj.
698 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
700 * objc-act.c: Adjust for hash_table changes.
702 2015-01-09 Michael Collison <michael.collison@linaro.org>
704 * objc-act.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
705 input.h, alias.h, symtab.h, options, fold-const.h,
706 wide-int.h, and inchash.h due to flattening of tree.h.
707 * objc-encoding.c: Ditto.
708 * objc-gnu-runtime-abi-01.c: Ditto.
709 * objc-lang.c: Ditto.
711 * objc-next-runtime-abi-01.c: Ditto.
712 * objc-next-runtime-abi-02.c: Ditto.
713 * objc-runtime-shared-support.c: Ditto.
715 2015-01-05 Jakub Jelinek <jakub@redhat.com>
717 Update copyright years.
719 2014-10-28 Andrew MacLeod <amacleod@redhat.com>
721 * objc-act.c: Adjust include files.
723 2014-10-22 Alan Modra <amodra@gmail.com>
725 * objc-encoding.c (encode_array): Cast result of obstack_base.
726 (encode_type): Likewise.
728 2014-10-16 Andrew MacLeod <amacleod@redhat.com>
730 * objc-act.c: Adjust include files.
732 2014-10-12 Trevor Saunders <tsaunders@mozilla.com>
734 * objc-act.c: use hash_table instead of hashtab.
736 2014-09-15 Jakub Jelinek <jakub@redhat.com>
738 * Make-lang.in (check_objc_parallelize): Change to just an upper
741 2014-07-14 Jan Hubicka <hubicka@ucw.cz>
743 * objc-act.c (objc_common_tree_size): New function.
744 * objc-act.h (KEYWORD_KEY_NAME, KEYWORD_ARG_NAME): Add type
746 (INSTANCE_METHOD_OR_CLASS_METHOD_DECL_CHECK): New macro.
747 (METHOD_SEL_NAME, METHOD_SEL_ARGS, METHOD_ADD_ARGS,
748 METHOD_ADD_ARGS_ELLIPSIS_P, METHOD_DEFINITION, METHOD_ENCODING,
749 METHOD_TYPE_ATTRIBUTES, METHOD_PROPERTY_CONTEXT): Add type checking.
750 (METHOD_SEL_ARGS): Use decl_common.size instead of
751 decl_non_common.result.
752 (PROPERTY_NAME, PROPERTY_GETTER_NAME, PROPERTY_SETTER_NAME,
753 PROPERTY_READONLY, PROPERTY_NONATOMIC, PROPERTY_ASSIGN_SEMANTICS,
754 PROPERTY_IVAR_NAME, PROPERTY_DYNAMIC, PROPERTY_HAS_NO_GETTER,
755 PROPERTY_HAS_NO_SETTER, PROPERTY_OPTIONAL): Add type checking.
756 (objc_common_tree_size): Declare.
757 * objc-lang.c (LANG_HOOKS_TREE_SIZE): New macro.
759 2014-06-24 Jan Hubicka <hubicka@ucw.cz>
761 * objc-act.c (objc_xref_basetypes): Set TYPE_BINFO of type variants,
764 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
766 * objc-act.c: Adjust.
768 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
770 * objc-act.c (objc_build_string_object): Adjust.
771 (continue_class): Likewise.
772 * objc-act.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Likewise.
773 * objc-map.c (objc_map_alloc_ggc): Likewise.
774 (objc_map_private_resize): Likewise.
775 * objc-next-runtime-abi-02.c (objc_next_runtime_abi_02_init):
777 (hash_name_enter): Likewise.
779 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
780 Mike Stump <mikestump@comcast.net>
781 Richard Sandiford <rdsandiford@googlemail.com>
783 * objc-act.c: Include wide-int.h.
784 (objc_decl_method_attributes): Use wide-int interfaces.
786 2014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
789 * objc-act.c (objc_ivar_visibility, objc_default_ivar_visibility): Add.
790 (objc_init): Initialize objc_default_ivar_visibility.
791 (objc_start_class_interface): Use objc_default_ivar_visibility.
792 (objc_start_class_implementation): Likewise.
793 (objc_lookup_ivar): Implement -fno-local-ivars.
795 2014-01-31 Marek Polacek <polacek@redhat.com>
798 * objc-next-runtime-abi-02.c (build_throw_stmt): Pass vNULL to
799 build_function_call_vec.
800 (finish_catch): Likewise.
801 (next_runtime_abi_02_get_class_reference): Likewise.
802 * objc-next-runtime-abi-01.c (build_objc_method_call): Pass vNULL to
803 build_function_call_vec.
804 (build_throw_stmt): Likewise.
805 * objc-gnu-runtime-abi-01.c: (build_objc_method_call): Pass vNULL to
806 build_function_call_vec.
807 (build_throw_stmt): Likewise.
809 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
811 Update copyright years
813 2013-12-04 Joseph Myers <joseph@codesourcery.com>
816 * objc-act.c (objc_synthesize_getter): Update calls to
817 c_sizeof_or_alignof_type.
819 2013-11-22 Andrew MacLeod <amacleod@redhat.com>
821 * objc-act.c: Add required include files from gimple.h.
823 2013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
825 * objc-encoding.c: Replace tree_low_cst (..., 1) with tree_to_uhwi
828 2013-11-18 Richard Sandiford <rdsandiford@googlemail.com>
830 * objc-next-runtime-abi-02.c: Replace tree_low_cst (..., 0) with
831 tree_to_shwi throughout.
833 2013-11-14 Andrew MacLeod <amacleod@redhat.com>
835 * objc-act.c: Include only gimplify.h and gimple.h as needed.
837 2013-11-14 Diego Novillo <dnovillo@google.com>
839 * objc-act.c: Include stringpool.h.
840 Include stor-layout.h.
842 * objc-encoding.c: Include stringpool.h.
843 Include stor-layout.h.
844 * objc-gnu-runtime-abi-01.c: Include stringpool.h.
845 * objc-next-runtime-abi-01.c:
846 Include stringpool.h.
847 * objc-next-runtime-abi-02.c: Include stringpool.h.
848 * objc-runtime-shared-support.c: Include stringpool.h.
850 2013-11-12 Andrew MacLeod <amacleod@redhat.com>
852 * objc-act.c: Include gimplify.h.
854 2013-11-07 Andrew MacLeod <amacleod@redhat.com>
856 * objc-act.c (objc_push_parm): Handle atomic qualifier.
858 2013-09-25 Tom Tromey <tromey@redhat.com>
860 * Make-lang.in (START_HDRS, cc1obj-checksum.o, objc/objc-lang.o)
861 (objc/objc-runtime-shared-support.o)
862 (objc/objc-gnu-runtime-abi-01.o, objc/objc-next-runtime-abi-01.o)
863 (objc/objc-next-runtime-abi-02.o, objc/objc-act.o)
864 (objc/objc-encoding.o, objc/objc-map.o): Remove.
866 2013-09-14 Iain Sandoe <iain@codesourcery.com>
869 * objc-next-runtime-abi-01.c (generate_objc_image_info): Remove.
870 (objc_generate_v1_next_metadata): Remove generation of ImageInfo.
871 * objc-next-runtime-abi-02.c (generate_v2_objc_image_info): Remove.
872 (objc_generate_v2_next_metadata): Remove generation of ImageInfo.
874 2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
876 * objc-act.c: Fix typos.
877 * objc-encoding.c: Likewise.
878 * objc-gnu-runtime-abi-01.c: Likewise.
879 * objc-next-runtime-abi-01.c: Likewise.
880 * objc-next-runtime-abi-02.c: Likewise.
882 2013-05-22 Paolo Carlini <paolo.carlini@oracle.com>
884 * objc-next-runtime-abi-02.c (build_v2_build_objc_method_call):
885 Fix build_conditional_expr call.
887 2013-05-16 Jason Merrill <jason@redhat.com>
889 * Make-lang.in (cc1obj$(exeext)): Use link mutex.
891 2012-11-20 Diego Novillo <dnovillo@google.com>
893 * objc-act.c: Replace all vec<T, A>() initializers with vNULL.
895 2012-11-16 Diego Novillo <dnovillo@google.com>
897 Adjust for new vec API (http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec)
899 * objc-act.c: Use new vec API in vec.h.
900 * objc-act.h: Likewise.
901 * objc-gnu-runtime-abi-01.c: Likewise.
902 * objc-next-runtime-abi-01.c: Likewise.
903 * objc-next-runtime-abi-02.c: Likewise.
904 * objc-runtime-hooks.h: Likewise.
905 * objc-runtime-shared-support.c: Likewise.
906 * objc-runtime-shared-support.h: Likewise.
908 2012-10-01 Lawrence Crowl <crowl@google.com>
910 * Make-lang.in (OBJC_OBJS): Add dependence on hash-table.o.
911 (objc-act.o): Add dependence on hash-table.h.
912 * objc-act.c (objc_detect_field_duplicates): Change to new type-safe
915 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
917 * Make-ang.in: Adjust for move of C front-end files.
918 * config-lang.in: Likewise.
919 * objc-encoding.c: Look for cp-tree.h in cp/, and for c-tree.h
921 * objc-runtime-shared-support.c: Likewise.
922 * objc-next-runtime-abi-01.c: Likewise.
923 * objc-next-runtime-abi-02.c: Likewise.
924 * objc-gnu-runtime-abi-01.c: Likewise.
925 * objc-act.c: Likewise.
926 * objc-lang.c: Likewise.
928 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
930 * objc-next-runtime-abi-01.c: Do not include tm.h and output.h.
931 Include c-family/c-target.h.
932 (handle_next_class_ref): Rewrite to emit top-level asm statements.
933 (handle_next_impent): Likewise.
934 * Make-lang.in: Fix dependencies for objc-next-runtime-abi-01.o.
936 2012-05-31 Steven Bosscher <steven@gcc.gnu.org>
938 * objc-act.c: Do not include output.h.
940 2012-05-17 Paolo Carlini <paolo.carlini@oracle.com>
943 * objc-act.c (objc_get_class_reference, objc_build_message_expr):
944 Use build_min_nt_loc.
946 2012-04-20 Jan Hubicka <jh@suse.cz>
948 * objc-act.c (mark_referenced_methods); Use
949 cgraph_mark_force_output_node.
951 2012-03-21 Steven Bosscher <steven@gcc.gnu.org>
953 * objc-act (objc_build_ivar_assignment): Do not call assemble_external.
954 (objc_build_global_assignment): Likewise.
955 (objc_build_strong_cast_assignment): Likewise.
956 * objc-next-runtime-abi-01.c: Cleanup commented-out assemble_external.
957 * objc-next-runtime-abi-02.c: Likewise.
958 * objc-gnu-runtime-abi-01.c: Likewise.
960 2012-03-05 Jason Merrill <jason@redhat.com>
962 * objc-map.c (objc_map_private_resize, objc_map_alloc_ggc): Don't
963 call _stat functions without MEM_STAT_INFO.
965 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
967 * objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality
970 2011-10-29 Iain Sandoe <iains@gcc.gnu.org>
973 * objc-act.c (objc_build_string_object): Remove redundant second
974 call to fix_string_type (). Add a checking assert that we are,
975 indeed, passed a STRING_CST.
977 2011-10-18 Mikael Pettersson <mikpe@it.uu.se>
980 * objc-act.c (check_duplicates): Cast TREE_VEC_LENGTH result to
981 size_t to avoid signed/unsigned
983 (insert_method_into_method_map): Likewise.
985 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>
987 * objc-map.h: New file.
988 * objc-map.c: New file.
989 * config-lang.in (gtfiles): Added objc-map.h.
990 * Make-lang.in (OBJC_OBJS): Added objc-map.o.
991 (objc/objc-map.o): New rule.
992 (objc/objc-act.o): Depend on objc/objc-map.h.
993 * objc-next-runtime-abi-02.c: Added a TODO comment.
994 * objc-act.c: Include objc-map.h.
995 (nst_method_hash_list, cls_method_hash_list): Removed.
996 (instance_method_map, class_method_map): New.
997 (cls_name_hash_list, als_name_hash_list): Removed.
998 (class_name_map, alias_name_map): Removed.
999 (ivar_offset_hash_list): Removed.
1000 (hash_class_name_enter, hash_class_name_lookup, hash_enter,
1001 hash_lookup, hash_add_attr, add_method_to_hash_list): Removed.
1002 (interface_hash_init): New.
1003 (objc_init): Call interface_hash_init.
1004 (objc_write_global_declarations): Iterate over class_method_map
1005 and instance_method_map instead of cls_method_hash_list and
1006 nst_method_hash_list.
1007 (objc_declare_alias): Use alias_name_map instead of
1009 (objc_is_class_name): Use class_name_map and alias_name_map
1010 instead of cls_name_hash_list and als_name_hash_list.
1011 (interface_tuple, interface_htab, hash_interface, eq_interface):
1013 (interface_map): New.
1014 (add_class): Renamed to add_interface. Use interface_map instead
1016 (lookup_interface): Use interface_map instead of interface_htab.
1017 (check_duplicates): Changed first argument to be a tree,
1018 potentially a TREE_VEC, instead of a hash. Changed implementation
1020 (lookup_method_in_hash_lists): Use class_method_map and
1021 instance_method_map instead of cls_method_hash_list and
1022 nst_method_hash_list.
1023 (objc_build_selector_expr): Likewise.
1024 (hash_func): Removed.
1025 (hash_init): Create instance_method_map, class_method_map,
1026 class_name_map, and alias_name_map. Do not create
1027 nst_method_hash_list, cls_method_hash_list, cls_name_hash_list,
1028 als_name_hash_list, and ivar_offset_hash_list.
1029 (insert_method_into_method_map): New.
1030 (objc_add_method): Use insert_method_into_method_map instead of
1031 add_method_to_hash_list.
1032 (start_class): Call add_interface instead of add_class.
1033 * objc-act.h (cls_name_hash_list, als_name_hash_list,
1034 nst_method_hash_list, cls_method_hash_list): Removed.
1036 2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
1038 * objc-next-runtime-abi-01.c (objc_build_exc_ptr): Delete old
1039 interface with two parallel arrays to hold standard builtin
1040 declarations, and replace it with a function based interface that
1041 can support creating builtins on the fly in the future. Change
1042 all uses, and poison the old names. Make sure 0 is not a
1043 legitimate builtin index.
1044 * objc-next-runtime-abi-02.c (objc_build_exc_ptr): Ditto.
1045 * objc-gnu-runtime-abi-01.c (objc_build_exc_ptr): Ditto.
1047 2011-07-19 Richard Guenther <rguenther@suse.de>
1049 * objc-next-runtime-abi-02.c (objc_v2_build_ivar_ref):
1050 Use fold_build_pointer_plus.
1051 (objc2_build_ehtype_initializer): Likewise.
1053 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>
1055 * objc-encoding.h (obstack.h): Do not include.
1056 (util_obstack, util_firstobj): Do not declare.
1057 (encode_field_decl): Updated prototype to return a tree and take a
1058 single tree argument. Updated comments.
1059 * objc-encoding.c (util_obstack, util_firstobj): Made static.
1060 (objc_encoding_init): New.
1061 (encode_field_decl): Existing function renamed to encode_field and
1062 made static. New encode_field_decl wrapper function added.
1063 (encode_aggregate_fields): Update call to encode_field_decl to
1065 * objc-next-runtime-abi-02.c (obstack.h): Do not include.
1066 (util_obstack, util_firstobj): Do not declare.
1067 (build_v2_ivar_list_initializer): Updated call to
1069 * objc-runtime-shared-support.c (obstack.h): Do not include.
1070 (util_obstack, util_firstobj): Do not declare.
1071 (build_ivar_list_initializer): Updated call to encode_field_decl.
1072 * objc-act.c (objc_init): Use objc_encoding_init.
1073 * Make-lang.in (objc/objc-runtime-shared-support.o): Do not depend
1075 (objc/objc-gnu-runtime-abi-01.o): Likewise.
1076 (objc/objc-next-runtime-abi-01.o): Likewise.
1077 (objc/objc-next-runtime-abi-02.o): Likewise.
1078 (objc/objc-act.o): Likewise.
1080 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>
1082 Refactored encoding code into objc-encoding.h and objc-encoding.c.
1083 * objc-act.c (util_obstack, util_firstobj, encode_type_qualifiers,
1084 encode_type, generating_instance_variables, objc_method_parm_type,
1085 objc_encoded_type_size, encode_method_prototype,
1086 objc_build_encode_expr, pointee_is_readonly, encode_pointer,
1087 encode_array, encode_vector, encode_aggregate_fields,
1088 encode_aggregate_within, encode_next_bitfield,
1089 encode_gnu_bitfield, encode_field_decl,
1090 objc_v2_encode_property_attr): Moved to objc-encoding.h and
1091 objc-encoding.c. No change in the actual code.
1092 Include objc-encoding.h.
1093 (objc_init): Added TODO.
1094 (objc_build_property_setter_name): Made non-static so it can be
1095 called from objc-encoding.c.
1096 * objc-act.h (OBJC_ENCODE_INLINE_DEFS,
1097 OBJC_ENCODE_DONT_INLINE_DEFS): Moved to objc-encoding.h.
1098 * objc-runtime-shared-support.h (objc_v2_encode_property_attr,
1099 encode_method_prototype, encode_field_decl,
1100 generating_instance_variables): Moved to objc-encoding.h.
1101 (objc_build_property_setter_name): Declare.
1102 * objc-encoding.c: New.
1103 * objc-encoding.h: New.
1104 * objc-gnu-runtime-abi-01.c: Include objc-encoding.h.
1105 * objc-next-runtime-abi-01.c: Likewise.
1106 * objc-next-runtime-abi-02.c: Likewise.
1107 * objc-runtime-shared-support.c: Likewise.
1108 * Make-lang.in (OBJC_OBJS): Added objc-encoding.o.
1109 (objc/objc-lang.o): Reordered dependencies.
1110 (objc/objc-runtime-shared-support.o): Reordered dependencies.
1111 Added dependencies on objc-encoding.h and on $(GGC_H),
1112 $(DIAGNOSTIC_CORE_H), $(FLAGS_H) and input.h.
1113 (objc/objc-gnu-runtime-abi-01.o): Likewise.
1114 (objc/objc-next-runtime-abi-01.o): Likewise.
1115 (objc/objc-next-runtime-abi-02.o): Likewise.
1116 (objc/objc-act.o): Reordered dependencies. Added dependency on
1118 (objc/objc-encoding.o): New rule.
1120 * objc-encoding.c (encode_type): Use "%<%T%>" format when printing
1121 warning "unknown type %<%T%> found during Objective-C encoding"
1122 instead of using gen_type_name.
1124 2011-06-05 Nicola Pero <nicola.pero@meta-innovation.com>
1126 * objc-act.c (receiver_is_class_object): Expanded comment.
1127 (objc_finish_message_expr): Likewise.
1129 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com>
1132 * objc-act.c (objc_finish_message_expr): Warn if messaging a class
1133 that was only declared using @class without an @interface. Warn
1134 if messaging an instance of a class that was only declared using
1135 @class without an @interface, unless the receiver was also typed
1136 with a protocol list.
1138 2011-06-01 Nicola Pero <nicola.pero@meta-innovation.com>
1140 * objc-act.c (objc_decl_method_attributes): Implement nonnull
1141 attribute for Objective-C methods.
1143 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>
1145 * config-lang.in (gtfiles): Updated order of files to fix building
1146 when the gcc/cp directory is missing, as in the case of some
1149 2011-05-20 Nathan Froyd <froydnj@codesourcery.com>
1151 * objc-act.c (objc_compare_types): Use function_args_iterator
1152 instead of TYPE_ARG_TYPES to compare function argument types.
1154 2011-05-13 Toon Moene <toon@moene.org>
1156 * objc-next-runtime-abi-02.c (newabi_append_ro):
1157 Add const qualifier to constant variable pointer declaration.
1159 2011-05-11 Nathan Froyd <froydnj@codesourcery.com>
1161 * objc-act.h (CLASS_NAME, CLASS_SUPER_NAME): Use proper accessors.
1162 (CLASS_NST_METHODS, CLASS_CLS_METHODS): Likewise.
1163 (PROTOCOL_NAME, PROTOCOL_NST_METHODS, PROTOCOL_CLS_METHODS): Likewise.
1165 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
1167 * objc-runtime-shared-support.h (get_arg_type_list): Delete.
1168 (build_function_type_for_method): Declare.
1169 * objc-runtime-hooks.h (struct _objc_runtime_hooks_r): Change
1170 type of get_arg_type_base_list field.
1171 * objc-act.h (OBJC_VOID_AT_END): Delete.
1172 * objc-act.c (get_arg_type_list): Delete.
1173 (build_function_type_for_method): New function.
1174 (objc_decl_method_attributes): Call build_function_type_for_method.
1175 (really_start_method): Likewise.
1176 * objc-gnu-runtime-abi-01.c
1177 (gnu_runtime_abi_01_get_type_arg_list_base): Change prototype and
1178 adjust function accordingly. Update header comment.
1179 (build_objc_method_call): Call build_function_type_for_method.
1180 * objc-next-runtime-abi-01.c
1181 (next_runtime_abi_01_get_type_arg_list_base): Change prototype and
1182 adjust function accordingly. Update header comment.
1183 (build_objc_method_call): Call build_function_type_for_method.
1184 * objc-next-runtime-abi-02.c
1185 (next_runtime_abi_02_get_type_arg_list_base): Change prototype and
1186 adjust function accordingly. Update header comment.
1187 (objc_copy_to_temp_side_effect_params): Take fntype instead of a
1188 typelist. Use function_args_iterator for traversing fntype.
1189 (build_v2_build_objc_method_call): Adjust call to it.
1190 Call build_function_type_for_method
1192 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1194 * objc-act.c (objc_start_method_definition): Add parameter expr.
1195 Update call to start_method_def.
1196 (objc_generate_cxx_ctor_or_dtor, objc_synthesize_getter,
1197 objc_synthesize_setter) Update calls to
1198 objc_start_method_definition.
1199 (objc_get_parm_info): Add parameter expr. Update call to
1201 (start_method_def): Add parameter expr. Update call to
1203 * objc-gnu-runtime-abi-01.c (build_module_initializer_routine):
1204 Update call to objc_get_parm_info.
1205 * objc-runtime-shared-support.h (objc_get_parm_info): Add extra
1208 2011-04-26 Jason Merrill <jason@redhat.com>
1210 * objc-act.c (objc_fold_objc_type_ref): Remove.
1211 * objc-act.h: Remove prototype.
1213 2011-04-21 Nathan Froyd <froydnj@codesourcery.com>
1215 * objc-act.c (synth_module_prologue): Call build_function_type_list
1216 instead of build_function_type.
1217 * objc-next-runtime-abi-02.c (next_runtime_02_initialize):
1220 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
1222 * objc-act.c (ivar_of_class): New.
1223 (objc_is_public): Use ivar_of_class.
1225 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
1227 * objc-act.c (objc_get_interface_ivars): Removed.
1228 (objc_detect_field_duplicates): New.
1229 (hash_instance_variable): New.
1230 (eq_instance_variable): New.
1232 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
1234 * objc-act.c (objc_declare_protocols): Renamed to
1235 objc_declare_protocol. Changed first argument to be an identifier
1236 instead of a tree chain of identifiers, so that callers don't have
1237 to create a temporary tree chain.
1239 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>
1241 * objc-act.c (objc_declare_class): Changed to take a single
1242 identifier as argument instead of a tree list. This means callers
1243 don't have to build temporary tree lists to call this function.
1244 (synth_module_prologue): Updated calls to objc_declare_class.
1246 2011-04-13 Nicola Pero <nicola.pero@meta-innovation.com>
1248 * objc-act.c (build_keyword_selector): Use get_identifier_with_length
1249 instead of get_identifier.
1251 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
1253 * objc-lang.c (objc_init_ts): Move code for this function...
1254 * objc-act.c (objc_common_init_ts): ...here. Define.
1255 * objc-act.h (objc_common_init_ts): Declare.
1257 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
1259 * objc-act.c (objc_build_message_expr): Accept two arguments
1260 instead of one so that callers can simply pass the arguments
1261 without having to create a temporary chain to hold them.
1263 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
1265 * objc-act.c (comp_proto_with_proto): Do not create and use
1266 inefficient temporary argument lists. Compare the arguments
1267 directly. (match_proto_with_proto): Removed; incorporated into
1268 comp_proto_with_proto ().
1270 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
1272 * objc-act.c (printable_ivar_name): New.
1273 (add_instance_variable): Call printable_ivar_name() when an error
1274 message needs to be printed. Do not prepare the instance variable
1275 for printing unless there is an actual error.
1277 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
1279 * objc-act.c (objc_is_class_name, objc_is_id): For efficiency,
1280 avoid calling identifier_global_value() multiple times.
1282 2011-04-12 Martin Jambor <mjambor@suse.cz>
1284 * objc-act.c (mark_referenced_methods): Call cgraph_get_create_node
1285 instead of cgraph_node.
1287 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1289 * objc-act.c: Include c-target.h instead of target.h.
1290 * Make-lang.in (objc/objc-act.o): Update dependencies.
1292 2011-03-06 Joseph Myers <joseph@codesourcery.com>
1294 * lang-specs.h: Match -save-temps* instead of -save-temps.
1296 2011-02-26 Nicola Pero <nicola.pero@meta-innovation.com>
1298 * objc-act.c (objc_v2_encode_prop_attr): Rewritten.
1300 2011-02-23 Nicola Pero <nicola.pero@meta-innovation.com>
1302 * objc-act.c (build_private_template): Do not copy the
1303 CLASS_HAS_EXCEPTION_ATTR from the class to the struct.
1304 * objc-act.h (CLASS_HAS_EXCEPTION_ATTR): Define using
1307 2011-02-22 Nicola Pero <nicola.pero@meta-innovation.com>
1310 * objc-act.c (flexible_array_type_p): New.
1311 (add_instance_variable): Produce an error if an instance variable
1312 uses flexible array members.
1313 (encode_array): Do not emit an error if encoding a flexible array
1314 type while generating instance variables.
1316 2011-02-21 Mike Stump <mikestump@comcast.net>
1318 * Make-lang.in (check_objc_parallelize): Refine for 4 processor
1321 2011-02-20 Nicola Pero <nicola.pero@meta-innovation.com>
1323 * objc-gnu-runtime-abi-01.c (TARGET_64BIT): Removed. Removed
1324 usage of padding fields. Do not include tm.h.
1325 * objc-act.c (objc_write_global_declaration): Set input_location
1326 to BUILTINS_LOCATION while generating runtime metadata.
1328 2011-01-20 Nicola Pero <nicola.pero@meta-innovation.com>
1331 * objc-act.c (objc_maybe_build_modify_expr): If 'rhs' has side
1332 effects, do not use a temporary variable.
1334 2011-01-19 Nicola Pero <nicola.pero@meta-innovation.com>
1336 * objc-next-runtime-abi-01.c: Updated comments.
1337 * objc-next-runtime-abi-02.c: Same.
1339 2011-01-19 Nicola Pero <nicola.pero@meta-innovation.com>
1341 * objc-act.c (objc_init, generate_struct_by_value_array): Updated
1344 2011-01-19 Nicola Pero <nicola.pero@meta-innovation.com>
1346 * objc-act.c: Updated comments.
1347 * objc-next-runtime-abi-02.c: Same.
1348 * objc-runtime-shared-support.c: Same.
1349 * objc-runtime-hooks.h: Same.
1351 * objc-gnu-runtime-abi-01.c: Same.
1353 2011-01-19 Nicola Pero <nicola.pero@meta-innovation.com>
1355 * objc-gnu-runtime-abi-01.c (objc_generate_v1_gnu_metadata): Do
1356 not generate metadata if there is nothing to put into it.
1358 2011-02-17 Iain Sandoe <iains@gcc.gnu.org>
1360 * config-lang.in (gtfiles): Updated.
1361 * Make-lang.in (START_HDRS): New.
1362 (OBJC_OBJS): Added new object files.
1363 (objc/objc-act.o): Updated prerequisites.
1364 (objc/objc-lang.o): Updated prerequisites.
1365 (objc/objc-runtime-shared-support.o): New.
1366 (objc/objc-gnu-runtime-abi-01.o): New.
1367 (objc/objc-next-runtime-abi-01.o): New.
1368 (objc/objc-next-runtime-abi-02.o): New.
1369 * objc-runtime-hooks.h: New.
1370 * objc-runtime-shared-support.h: New.
1371 * objc-runtime-shared-support.c: New.
1372 * objc-gnu-runtime-abi-01.c: New.
1373 * objc-next-metadata-tags.h: New.
1374 * objc-next-runtime-abi-01.c: New.
1375 * objc-next-runtime-abi-02.c: New.
1376 * objc-lang.c: Include c-lang.h.
1377 (LANG_HOOKS_EH_PERSONALITY): Removed.
1378 * objc-act.h: Moved many declarations and code from objc-act.c
1379 into objc-act.h to make them available outside objc-act.c.
1380 (objc_eh_runtime_type): Removed.
1381 (objc_eh_personality): Removed.
1382 (CLASS_HAS_EXCEPTION_ATTR): New.
1383 (OCTI_SUPER_SUPERFIELD_ID): New.
1384 (OCTI_V1_PROP_LIST_TEMPL): New.
1385 (OCTI_V1_PROP_NAME_ATTR_CHAIN): New.
1386 (super_superclassfield_id): New.
1387 (objc_prop_list_ptr): New.
1388 (prop_names_attr_chain): New.
1389 * objc-act.c: Include new runtime headers. Moved many #defines
1390 and declarations into objc-act.h and
1391 objc-runtime-shared-support.h. Made some corresponding functions
1392 non-static, and moved some others into
1393 objc-runtime-shared-support.c. Moved metadata generation code
1394 into the new runtime hook files.
1395 (ivar_offset_hash_list): New.
1396 (objc_init): Call generate_struct_value_by_array() before doing
1397 any runtime initialization. Create the appropriate runtime hook
1399 (init_objc): Removed. Code moved directly into objc_init.
1400 (finish_objc): Removed. Code moved directly into
1401 objc_write_global_declarations.
1402 (objc_write_global_declarations): Do the warn_selector checks
1403 before emitting metadata. Use a runtime hook to emit the
1404 metadata. Do not emit the metadata or do -gen-decls processing if
1405 -fsyntax-only or we are producing a PCH.
1406 (build_objc_exception_stuff): Renamed to
1407 build_common_objc_exception_stuff. Remove TREE_NOTHROW flag from
1408 objc_exception_throw_decl.
1409 (synth_module_prologue): Call runtime initialize hook instead of
1410 building runtime declarations here. Use the
1411 default_constant_string_class_name runtime hook to set the
1412 constant string class name.
1413 (objc_build_string_object): Call the setup_const_string_class_decl
1414 runtime hook instead of setup_string_decl. Call the
1415 build_const_string_constructor runtime hook instead of building
1416 the string object here.
1417 (get_objc_string_decl): Added prop_names_attr case. Removed
1418 gcc_unreachable() at the end.
1419 (objc_begin_catch_clause): Distinguish between @catch (...) and
1420 @catch (id x). Call the begin_catch runtime hook instead of
1421 building the CATCH_EXPR here.
1422 (objc_finish_catch_clause): Call the finish_catch runtime hook
1423 instead of adding the catch here.
1424 (objc_finish_try_stmt): Call the finish_try_stmt runtime hook
1425 instead of doing it here.
1426 (objc_build_throw_stmt): Bail out early for error_mark_node. Call
1427 the build_exc_ptr runtime hook instead of objc_build_exc_ptr.
1428 Call the build_throw_stmt runtime hook instead of building the
1430 (objc_generate_cxx_cdtors): Set has_cxx_cdtors for the GNU runtime
1432 (get_arg_type_list): Call the get_arg_type_list_base runtime hook
1433 instead of building the list of arguments here.
1434 (receiver_is_class_object): Call the receiver_is_class_object
1435 runtime hook instead of doing the check here. Call the
1436 tag_getclass runtime hook instead of using TAG_GETCLASS.
1437 (objc_finish_message_expr): Call the build_objc_method_call
1439 (objc_build_protocol_expr): Call the get_protocol_reference
1441 (objc_build_selector_expr): Call the build_selector_reference
1443 (build_ivar_reference): Call the build_ivar_reference runtime
1445 (hash_init): Set up ivar_offset_hash_list.
1446 (start_class): Recognize the objc_exception attribute and store
1448 (continue_class): Use the class_decl and metaclass_decl runtime
1450 (build_objc_property_accessor_helpers): Renamed to
1451 build_common_objc_property_accessor_helpers. Do not build
1452 objc_copyStruct_decl, objc_getPropertyStruct_decl and
1453 objc_setPropertyStruct_decl.
1454 (objc_synthesize_getter): Check what struct setter/getter helper
1455 is available instead of checking the type of runtime.
1456 (get_super_receiver): Use the super_superclassfield_ident runtime
1457 hook. Added assert. Use the get_class_super_ref and
1458 get_category_super_ref runtime hooks.
1459 (objc_v2_encode_prop_attr): New.
1461 2011-01-17 Nicola Pero <nicola.pero@meta-innovation.com>
1464 * objc-act.c (finish_objc): When calling check_duplicates to check
1465 duplicated instance methods, set 'is_class' to 0, not 1.
1467 2011-01-14 Ben Elliston <bje@au.ibm.com>
1470 * objc-act.c (generate_struct_by_value_array): Do not output a
1471 definition for struct_forward_array.
1473 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
1475 * objc-act.c (objc_finish_foreach_loop): Mark collection expression
1478 2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
1480 * objc-act.c (check_that_protocol_is_defined): Fix a typo.
1482 2011-01-02 Nicola Pero <nicola.pero@meta-innovation.com>
1484 * objc-act.c (check_that_protocol_is_defined): New.
1485 (lookup_protocol): Call check_that_protocol_is_defined.
1487 2010-12-30 Nicola Pero <nicola.pero@meta-innovation.com>
1489 * objc-act.c (objc_types_are_equivalent): Fixed comparing protocol
1490 lists. Check them two-ways to fix comparisons when one protocol
1491 implements the other one, or when one list contains duplicated
1494 2010-12-30 Nicola Pero <nicola.pero@meta-innovation.com>
1496 * objc-act.c (objc_add_method): When emitting an error because a
1497 method with the same name but conflicting types is found in the
1498 same class or category interface, print a note with the location
1499 of the original method. Also, improved the error message to
1500 clearly state that the conflict is due to conflicting types, and
1501 produce it for protocols as well. Emit an error if two identical
1502 methods are declared in a protocol, but one is @required and the
1503 other one is @optional.
1505 2010-12-30 Nicola Pero <nicola.pero@meta-innovation.com>
1507 * objc-act.c (start_class): Warn when a class attribute is
1509 (objc_declare_protocols): Warn when a protocol attribute in a
1510 protocol forward-declaration is ignored.
1511 (start_protocol): Warn when a protocol attribute is ignored.
1513 2010-12-30 Nicola Pero <nicola.pero@meta-innovation.com>
1515 * objc-act.c (objc_set_method_opt): Tidy up error messages. In
1516 particular, explicitly mention whether the error is due to the
1517 @optional or @required keyword instead of mentioning
1518 "@optional/@required".
1520 2010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
1523 * objc-act.c (objc_build_synchronized): Check the argument of
1524 @synchronized and emit an appropriate error if it is not a valid
1525 Objective-C object. Deal gracefully with that case. Updated
1526 comments and variable names.
1528 2010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
1531 * objc-act.h (PROPERTY_REF_DEPRECATED_GETTER): New.
1532 * objc-tree.def (PROPERTY_REF): Increased the number of operands
1534 * objc-act.c (objc_finish_message_expr): Added optional argument
1535 allowing to return the deprecated method prototype for deprecated
1536 methods, instead of immediately emitting the deprecation warning.
1537 (objc_maybe_build_component_ref): Do not warn for a deprecated
1538 property. When building the getter call, get the deprecated
1539 method prototype from objc_finish_message_expr() and put it into
1541 (objc_build_class_component_ref): Same change.
1542 (finish_class): Mark the getter and setter as deprecated if they
1543 are generated from a deprecated property.
1544 (objc_gimplify_property_ref): If the getter is deprecated, emit a
1545 deprecation warning.
1546 (objc_build_setter_call, objc_build_message_expr,
1547 objc_finish_foreach_loop): Updated call to
1548 objc_finish_message_expr.
1550 2010-12-28 Nicola Pero <nicola.pero@meta-innovation.com>
1553 * objc-act.c (lookup_protocol): Added 'definition_required'
1554 argument. If 'definition_required', and the protocol is not
1555 defined, emit a warning.
1556 (objc_declare_protocols): Updated call to lookup_protocol.
1557 (start_protocol): Same change.
1558 (check_protocol_recursively): Same change.
1559 (objc_build_protocol_expr): Same change.
1560 (lookup_and_install_protocols): Added definition_required argument.
1561 Pass it to lookup_protocol.
1562 (objc_get_protocol_qualified_type): Updated call to
1563 lookup_and_install_protocols.
1564 (start_class): Updated calls to lookup_and_install_protocols; pass
1565 true to 'definition_required' to get the warnings.
1566 (start_protocol): Updated calls to lookup_and_install_protocols.
1568 2010-12-28 Nicola Pero <nicola.pero@meta-innovation.com>
1570 * objc-act.c (objc_start_category_interface): Produce an error if
1571 a class extension is found after the class @implementation.
1573 2010-12-28 Nicola Pero <nicola.pero@meta-innovation.com>
1576 * objc-act.c (encode_method_prototype): Fixed both location and
1577 format string of error "type %qT does not have a known size".
1579 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com>
1581 * config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
1583 2010-12-22 Nathan Froyd <froydnj@codesourcery.com>
1585 * objc-act.c (next_sjlj_build_enter_and_setjmp): Use prototype_p.
1587 2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
1589 * objc-act.c (objc_init): Call using_eh_for_cleanups.
1590 (objc_init_exceptions): Renamed to objc_maybe_warn_exceptions. Do
1591 not call using_eh_for_cleanups.
1592 (objc_begin_try_stmt): Do not call objc_init_exceptions.
1593 (objc_build_throw_stmt): Updated call to
1594 objc_maybe_warn_exceptions.
1596 2010-12-18 Iain Sandoe <iains@gcc.gnu.org>
1598 * objc-act.c (objc_eh_personality): Select personality name on
1600 (objc_init_exceptions): New.
1601 (objc_begin_try_stmt): Use objc_init_exceptions.
1602 (objc_build_throw_stmt): Likewise.
1604 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
1606 * objc-act.c (objc_in_class_extension): New.
1607 (objc_start_category_interface): If -fobjc-std=objc1
1608 was specified, produce an error if a class extension is used.
1609 (objc_finish_interface): Reset objc_in_class_extension to false.
1610 (objc_add_property_declaration): Allow a class extension to extend
1611 readonly properties in the main @interface to be readwrite.
1612 (start_class): Added code to deal with class extensions. In that
1613 case, return the existing interface after adding any additional
1614 protocols to it and setting objc_in_class_extension to true.
1615 (continue_class): If in a class extension, do not generate the
1616 instance variable template.
1618 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
1620 * objc-act.c (objc_build_throw_stmt): Check that the argument of
1621 @throw is an object and emit an error if not.
1623 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
1625 * objc-act.c (objc_finish_foreach_loop): Use error_at() instead of
1626 error() when printing an error about the iterating variable or
1627 collection not being an object.
1629 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>
1631 * objc-act.c (objc_finish_foreach_loop): Mark the
1632 object_expression as used.
1634 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>
1636 * objc-act.c: Include c-family/c-objc.h.
1637 * objc-lang.c: Same change.
1638 * Make-lang.in (objc/objc-act.o): Depend on
1640 (objc/objc-lang.o): Same change.
1641 * config-lang.in (gtfiles): Added c-family/c-objc.h.
1643 2010-12-02 Joseph Myers <joseph@codesourcery.com>
1645 * lang-specs.h: Don't handle -ftraditional.
1647 2010-12-02 Nicola Pero <nicola.pero@meta-innovation.com>
1649 * objc-act.c (objc_build_throw_stmt): Return error_mark_node and
1650 not NULL_TREE when a @throw is used outside of a @catch block.
1652 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>
1654 * objc-act.c (objc_build_volatilized_type): Removed.
1655 (objc_non_volatilized_type): Removed.
1656 (objc_type_quals_match): Removed.
1657 (local_variables_to_volatilize): New.
1658 (objc_volatilize_decl): Add the decl to volatilize to
1659 local_variables_to_volatilize, but don't volatilize it yet.
1660 (objc_finish_function): New.
1661 * objc-act.h (local_variables_to_volatilize): New.
1663 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
1664 Mike Stump <mikestump@comcast.net>
1666 Allow 'make check-objc -j2'
1667 * Make-lang.in (lang_checks_parallelized): New.
1668 (check_objc_parallelize): New.
1670 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
1672 * objc-act.c (start_class): When a class is reimplemented,
1673 generate an error and avoid adding the class to the list of
1674 implemented classes again, but do not return error_mark_node.
1676 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
1678 * objc-act.c (objc_maybe_build_component_ref): Removed TODO.
1680 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
1682 * objc-act.c (objc_eh_runtime_type): Avoid ICE if error_mark_node
1683 is passed as argument.
1684 (objc_begin_catch_clause): Added code to deal with an
1685 error_mark_node or NULL_TREE argument. Improved checks for
1686 invalid arguments. Added code to traverse typedefs.
1688 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
1690 * objc-act.c (objc_demangle): Return immediately if the string is
1691 too short. Detect names that do not need demangling, and return
1694 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
1696 Implemented optional properties.
1697 * objc-act.h (PROPERTY_OPTIONAL): New.
1698 * objc-act.c (objc_add_property_declaration): Set
1699 PROPERTY_OPTIONAL if appropriate.
1700 (finish_class): When generating definitions of setter and getter
1701 methods associated with a property for a protocol, mark them as
1702 optional if the property is optional.
1703 (maybe_make_artificial_property_decl): Added 'getter_name'
1704 argument. Set PROPERTY_OPTIONAL.
1705 (objc_maybe_build_component_ref): Updated calls to
1706 maybe_make_artificial_property_decl. Added code for optional,
1707 readonly properties.
1708 (objc_build_class_component_ref): Updated call to
1709 maybe_make_artificial_property_decl.
1711 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
1713 * objc-act.c (objc_build_struct): Fixed loops that save and
1714 restore TYPE_OBJC_INFO to iterate over all variants of the type; a
1715 special case for the current type is then no longer required.
1716 Duplicate TYPE_LANG_SPECIFIC for each type before restoring
1718 (objc_get_protocol_qualified_type): Updated comments.
1720 2010-11-25 Nicola Pero <nicola.pero@meta-innovation.com>
1722 * objc-act.c (objc_build_struct): Install TYPE_OBJC_INTERFACE
1723 after finish_struct, not before, otherwise it may be wiped out by
1724 it. This fixes spurious warnings when a class has more than 15
1727 2010-11-23 Nicola Pero <nicola.pero@meta-innovation.com>
1730 * lang-specs.h: Added objective-c-cpp-output. Mapped .mi to
1731 objective-c-cpp-output instead of objc-cpp-output. Print a
1732 deprecation note every time objc-cpp-output is requested.
1734 2010-11-22 Joseph Myers <joseph@codesourcery.com>
1736 * objc-act.c (write_symbols): Don't declare here.
1738 2010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>
1741 * objc-act.c (objc_generate_write_barrier): Added assert to make sure
1742 this function is only called with the next runtime.
1744 2010-11-20 Jakub Jelinek <jakub@redhat.com>
1747 * objc-act.c (in_late_binary_op): Remove.
1749 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
1751 * objc-act.c (objc_start_class_interface): Do not warn that class
1752 attributes are unimplemented. Pass the attributes to start_class.
1753 (objc_start_category_interface): Updated call to start_class.
1754 (objc_start_class_implementation): Same change.
1755 (objc_start_category_implementation): Same change.
1756 (objc_build_class_component_ref): Warn if the class is deprecated.
1757 (build_private_template): Mark the template as deprecated if the
1758 class is deprecated.
1759 (start_class): Added 'attributes' argument. Emit a warning if
1760 using a deprecated class as superclass of a class, or original
1761 class of a category. Recognize the 'deprecated' attribute when
1762 starting and interface, and mark the interface with
1763 TREE_DEPRECATED if present. Store attributes in the interface.
1765 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
1767 * objc-act.c (lookup_protocol): Added 'warn_if_deprecated'
1768 argument. If it is 'true' and the protocol is deprecated, emit a
1769 deprecation warning.
1770 (objc_start_protocol): Do not warn that protocol attributes are
1771 unimplemented. Pass the attributes to start_protocol.
1772 (start_protocol): Added attributes argument. Recognize the
1773 'deprecated' attribute and mark the protocols with TREE_DEPRECATED
1774 if present. Store attributes in the protocol.
1775 (objc_declare_protocols): Added 'attributes' argument. Recognize
1776 the 'deprecated' attribute and mark the protocols with
1777 TREE_DEPRECATED if present. Store attributes in the protocol.
1778 Updated call to lookup_protocol.
1779 (objc_build_protocol_expr): Updated call to lookup_protocol.
1780 (check_protocol_recursively): Same change.
1781 (lookup_and_install_protocols): Same change.
1782 * objc-act.h: Updated comments.
1784 2010-11-17 Nicola Pero <nicola.pero@meta-innovation.com>
1786 * objc-act.c (lookup_method_in_protocol_list): Search methods in
1787 PROTOCOL_OPTIONAL_CLS_METHODS / PROTOCOL_OPTIONAL_NST_METHODS if
1788 they are not found in PROTOCOL_CLS_METHODS / PROTOCOL_NST_METHODS.
1790 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
1792 * objc-act.c (objc_build_setter_call): New.
1793 (objc_maybe_build_modify_expr): Rewritten to build a compound
1795 (objc_build_incr_expr_for_property_ref): Updated calls to
1796 objc_maybe_build_modify_expr to call objc_build_setter_call
1797 instead. Use build_modify_expr () instead of build2 (MODIFY_EXPR,
1798 ...). Use convert () instead of build1 (NOP_EXPR, ...). Use
1799 TREE_NO_WARNING on the final compound statement to silence C++
1802 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
1804 * objc-act.c (objc_build_incr_expr_for_property_ref): New.
1805 (objc_create_temporary_var): Moved it towards the beginning of the
1806 file so that objc_build_incr_expr_for_property_ref can use it.
1808 2010-11-14 Nicola Pero <nicola.pero@meta-innovation.com>
1810 * objc-act.c (objc_add_property_declaration): Check that the decl
1811 we received from the parser is a FIELD_DECL; reject array and
1812 bitfield properties. Convert the warning when a property is
1813 readonly and a setter is specified into an error. Convert errors
1814 when a property declaration does not match a property declaration
1815 in a superclass into warnings.
1816 (objc_add_synthesize_declaration_for_property): Use
1817 DECL_BIT_FIELD_TYPE to determine the type of an instance variable
1818 if it is a bitfield. Throw an error if we are asked to synthesize
1819 setters/getters for a bitfield instance variable but the property
1820 is not appropriate - it must be assign and nonatomic. If the
1821 property is readonly, allow the instance variable type to be a
1822 specialization of the property type.
1823 (objc_type_valid_for_messaging): Fixed returning 'false' for a
1824 Class qualified with a protocol when the 'accept_classes' argument
1827 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
1829 * objc-act.c (objc_get_protocol_qualified_type): detect cases
1830 where we are asked to attach a protocol to something which is not
1831 an Objective-C object type, and produce an error.
1833 2010-11-11 Nicola Pero <nicola.pero@meta-innovation.com>
1835 * objc-act.c (objc_add_property_declaration): Check that the type
1836 of a property and of an inherited property match.
1837 (objc_maybe_build_component_ref): Tidied up indentation and
1839 (objc_common_type): Added new type of check (-5).
1840 (objc_add_synthesize_declaration_for_property): Check that the
1841 property to synthesize and the instance variable to use have the
1844 2010-11-10 Joseph Myers <joseph@codesourcery.com>
1846 * objc-act.c (objc_init): Use %' in diagnostic.
1847 (objc_set_method_opt): Remove trailing '.' from diagnostic.
1849 2010-11-10 Joseph Myers <joseph@codesourcery.com>
1851 * objc-act.c (dump_base_name): Don't declare here.
1853 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1855 * objc-act.c (objc_add_dynamic_declaration_for_property): Do not
1856 search for the @property declation only in the current context,
1857 but also in inherited properties. Do not mark the original
1858 PROPERTY_DECL in the @interface or @protocol with
1860 (check_methods): To check if a method is associated with a
1861 @dynamic property, search for the property in IMPL_PROPERTY_DECL.
1862 (check_accessible_methods): Same change.
1863 * objc-act.h: Updated comment.
1865 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1867 * objc-act.c (objc_add_synthesize_declaration_for_property):
1868 Iterate over IMPL_PROPERTY_DECL, not CLASS_PROPERTY_DECL, when
1869 checking for an existing @synthesize or @dynamic declaration.
1870 Search for an inherited @property declaration if none is found in
1871 the local interface. If the required instance variable does not
1872 exist, return instead of trying to continue to prevent a compiler
1873 crash later. Check that the instance variable is not already
1874 being used by another @synthesize.
1875 (objc_add_dynamic_declaration_for_property): Iterate over
1876 IMPL_PROPERTY_DECL, not CLASS_PROPERTY_DECL, when checking for an
1877 existing @synthesize or @dynamic declaration.
1878 (objc_synthesize_getter): Search for the getter declaration in
1879 protocols and superclasses as well.
1880 (objc_synthesize_setter): Search for the setter declaration in
1881 protocols and superclasses as well.
1883 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1885 * objc-act.c (lookup_property): When checking categories, also
1886 check the protocols attached to each.
1887 (objc_add_property_declaration): Determine the
1888 PROPERTY_SETTER_NAME and PROPERTY_GETTER_NAME here. Tidied up
1889 error message. Search for an existing property declaration with
1890 the same name which would be inherited from the class hiearchy,
1891 and produce an error if it has incompatible attributes.
1892 (check_methods): Changed second parameter. If the method is a
1893 getter or setter for a property, do not warn if it is inherited as
1894 opposed to implemented directly in the class.
1895 (check_protocol): Updated calls to check_methods.
1896 (finish_class): Do not determine the PROPERTY_SETTER_NAME and
1897 PROPERTY_GETTER_NAME here; this is now done earlier, in
1898 objc_add_property_declaration.
1899 * objc-act.h (CLASS_NAME, CLASS_SUPER_NAME): Added comments.
1901 2010-11-06 Nicola Pero <nicola.pero@meta-innovation.com>
1903 Fixed using the Objective-C 2.0 dot-syntax with self and super.
1904 * objc-act.c (OBJC_LOOKUP_NO_INSTANCE_METHODS_OF_ROOT_CLASS): New.
1905 (maybe_make_artificial_property_decl): Added 'implementation'
1906 argument. Use OBJC_LOOKUP_NO_INSTANCE_METHODS_OF_ROOT_CLASS when
1907 looking up getters or setters for a class. If an implementation
1908 is specified, search it as well for a getter or setter.
1909 (objc_maybe_build_component_ref): Updated calls to
1910 maybe_make_artificial_property_decl; added code to deal with
1911 'self' and 'super' and with methods declared locally in the
1912 implementation. Store the getter call expression in the
1913 PROPERTY_REF instead of throwing it away.
1914 (objc_build_class_component_ref): Updated calls to
1915 maybe_make_artificial_property_decl, and store the getter call
1916 expression in PROPERTY_REF instead of throwing it away.
1917 (lookup_method_static): Implemented
1918 OBJC_LOOKUP_NO_INSTANCE_METHODS_OF_ROOT_CLASS option.
1919 (objc_gimplify_property_ref): Do not build the getter method call
1920 here; instead use the one stored in the PROPERTY_REF. If it's not
1921 there, produce helpful error messages.
1922 * objc-tree.def (PROPERTY_REF): Increased the number of operands
1923 from 2 to 3. Updated comments.
1924 * objc-act.h (PROPERTY_REF_GETTER_CALL): New.
1926 2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
1929 * objc-act.c (objc_build_string_object): Amend for renamed hook.
1930 (objc_string_ref_type_p): New.
1931 (objc_check_format_arg): New.
1933 2010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
1935 Fixed using the Objective-C 2.0 dot-syntax with class names.
1936 * objc-act.c (objc_build_class_component_ref): New.
1938 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
1940 * objc-act.c (objc_add_dynamic_declaration): Allow @dynamic in a
1942 (objc_type_valid_for_messaging): Added 'accept_classes' argument;
1943 if set to 'true', return 'true' for Class objects. Do not remove
1944 more than on pointer indirection.
1945 (objc_add_property_declaration): Only warn about 'assign'
1946 semantics for Objective-C objects if warn_property_assign_default;
1947 and do not warn if the property is readonly or if the type is a Class.
1948 (objc_finish_foreach_loop): Updated calls to
1949 objc_type_valid_for_messaging.
1951 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
1953 Implemented -fobjc-std=objc1 flag.
1954 * objc-act.c (objc_start_class_interface): If attributes are
1955 specified when flag_objc1_only is set, print an error.
1956 (objc_start_category_interface): Same change.
1957 (objc_start_protocol): Same change.
1958 (objc_add_method_declaration): Same change.
1959 (objc_start_method_definition): Same change.
1960 (objc_build_keyword_decl): Same change.
1961 (objc_set_visibility): If OBJC_IVAR_VIS_PACKAGE is used when
1962 flag_objc1_set is set, print an error.
1963 (objc_set_method_opt): If flag_objc1_only is set, print an error.
1964 (objc_add_property_declaration): Same change.
1965 (objc_add_synthesize_declaration): Same change.
1966 (objc_add_dynamic_declaration): Same change.
1967 (objc_finish_foreach_loop): Same change.
1968 (objc_maybe_build_component_ref): If flag_objc1_only is set,
1971 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
1973 * objc-act.c (maybe_make_artificial_property_decl): New.
1974 (objc_maybe_build_component_ref): Call
1975 maybe_make_artificial_property_decl if a property can not be
1976 found. Do not call objc_finish_message_expr if
1977 PROPERTY_HAS_NO_GETTER.
1978 * objc-act.h Updated comments.
1979 (PROPERTY_HAS_NO_GETTER): New.
1980 (PROPERTY_HAS_NO_SETTER): New.
1981 * objc-tree.def: Updated comment.
1983 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
1985 Implemented format and noreturn attributes for Objective-C methods.
1986 * objc-act.c (objc_start_method_definition): If method attributes
1987 are specified emit a warning and ignore them.
1988 (build_objc_method_call): Moved deprecation warnings from here ...
1989 (objc_finish_message_expr): to here. Do not emit deprecation
1990 warnings if the receiver is of type 'id'.
1991 (really_start_method): Install 'deprecation' and 'noreturn'
1993 (objc_decl_method_attributes): Carefully filter out the list of
1994 attributes, allowing only "noreturn", "format", "sentinel" and
1995 "deprecated". In the case of "format", adjust the arguments.
1996 Always process the attributes in the same way no matter if
1997 "sentinel" is in the list or not.
1999 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2001 * objc-act.c (objc_maybe_build_component_ref): Warn about using
2002 deprecated properties.
2003 (objc_maybe_printable_name): Support PROPERTY_DECL.
2005 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2007 Implemented Objective-C 2.0 property accessors.
2008 * objc-act.h (enum objc_tree_index): Added OCTI_GET_PROPERTY_DECL,
2009 OCTI_SET_PROPERTY_DECL, OCTI_COPY_STRUCT_DECL,
2010 OCTI_GET_PROPERTY_STRUCT_DECL and OCTI_SET_PROPERTY_STRUCT_DECL.
2011 (objc_getProperty_decl): New.
2012 (objc_setProperty_decl): New.
2013 (objc_copyStruct_decl): New.
2014 (objc_getPropertyStruct_decl): New.
2015 (objc_setPropertyStruct_decl): New.
2016 * objc-act.c (build_objc_property_accessor_helpers): New.
2017 (synth_module_prologue): Call
2018 build_objc_property_accessor_helpers.
2020 (objc_synthesize_getter): Implemented synthesizing getters that
2021 work with properties that are not nonatomic, assign properties.
2022 (objc_synthesize_setter): Implemented synthesizing setters that
2023 work with properties that are not nonatomic, assign properties.
2025 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
2027 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
2028 * objc-tree.def (PROPERTY_REF): New.
2029 * objc-act.h: Added comments for all the PROPERTY_ macros.
2030 (PROPERTY_NAME): Use DECL_NAME.
2031 (PROPERTY_COPIES): Removed.
2032 (PROPERTY_READONLY): Use DECL_LANG_FLAG_0 for it.
2033 (PROPERTY_NONATOMIC): New.
2034 (objc_property_assign_semantics): Make it a typedef.
2035 (PROPERTY_ASSIGN_SEMANTICS): New.
2036 (PROPERTY_DYNAMIC): New.
2037 (PROPERTY_REF_OBJECT): New.
2038 (PROPERTY_REF_PROPERTY_DECL): New.
2039 * objc-act.c (CALL_EXPR_OBJC_PROPERTY_GETTER): Removed.
2040 (in_objc_property_setter_name_context): Removed.
2041 (objc_add_property_declaration): Removed copies and ivar arguments
2042 and code supporting them. Fixed recovering when readonly and
2043 setter attributes are specified. Removed support for @property in
2044 @implementation context. Updated error message. Double-check
2045 that a property does not have a DECL_INITIAL. Validate the
2046 property assign semantics and emit appropriate errors and
2047 warnings. Check for duplicate property declarations. Set
2048 DECL_SOURCE_LOCATION, TREE_DEPRECATED, PROPERTY_NONATOMIC,
2049 PROPERTY_ASSIGN_SEMANTICS and PROPERTY_DYNAMIC of the new
2050 PROPERTY_DECL. Do not set PROPERTY_COPIES. Set
2051 PROPERTY_IVAR_NAME to NULL_TREE.
2052 (objc_build_getter_call): Renamed to
2053 objc_maybe_build_component_ref. If the property is not found in
2054 the interface, search in the protocol list. Do not generate the
2055 getter call; instead, build and return a PROPERTY_REF.
2056 (objc_is_property_ref): New.
2057 (objc_setter_func_call): Removed.
2058 (get_selector_from_reference): Removed.
2059 (is_property): Removed.
2060 (objc_build_setter_call): Renamed to objc_maybe_build_modify_expr.
2061 Updated to work on a PROPERTY_REF and use the PROPERTY_DECL from
2062 the PROPERTY_REF. Generate an error if the property is read-only.
2063 (build_property_reference): Removed.
2064 (objc_finish_message_expr): Removed check to produce "readonly
2065 property can not be set" error when
2066 in_objc_property_setter_name_context. We now generate the error
2067 earlier, in objc_maybe_build_modify_expr, which will only generate
2068 the setter call if the property is readwrite.
2069 (check_methods): Recognize dynamic properties.
2070 (check_methods_accessible): Same change.
2071 (objc_build_property_ivar_name): Removed.
2072 (objc_build_property_setter_name): Dropped bool argument. Always
2073 add the ':' at the end.
2074 (objc_gen_one_property_datum): Removed.
2075 (objc_process_getter_setter): Removed.
2076 (objc_synthesize_getter): Mark 'klass' argument as unused. Use
2077 PROPERTY_GETTER_NAME instead of PROPERTY_NAME. Set the
2078 DECL_SOURCE_LOCATION of the new method to be the same as the one
2079 for the @synthesize. Always use PROPERTY_IVAR_NAME as it is
2080 instead of trying to guess what it should be. Removed use of
2081 CLASS_IVARS. Use the location of @synthesize for c_finish_return
2082 and c_end_compound_statement.
2083 (objc_synthesize_setter): Mark 'klass' argument as unused. Use
2084 PROPERTY_SETTER_NAME instead of trying to guess what it should be.
2085 Set the DECL_SOURCE_LOCATION of the new method to be the same as
2086 the one for the @synthesize. Always use PROPERTY_IVAR_NAME as it
2087 is instead of trying to guess what it should be. Removed use of
2088 CLASS_IVARS. Use the location of @synthesize for c_finish_return
2089 and c_end_compound_statement. Emit an error and keep going,
2090 instead of aborting, if the setter prototype does not have the
2092 (objc_add_synthesize_declaration_for_property): New.
2093 (objc_add_synthesize_declaration): Removed ATTRIBUTE_UNUSED from
2094 all arguments. Improved error message. Filled in the rest of the
2095 function, which used to be a placeholder, with an actual
2097 (objc_add_dynamic_declaration_for_property): New.
2098 (objc_add_dynamic_declaration): Removed ATTRIBUTE_UNUSED from all
2099 arguments. Improved error message. Filled in the rest of the
2100 function, which used to be a placeholder, with an actual
2102 (objc_gen_property_data): Rewritten.
2103 (finish_class): Added explicit switch cases for
2104 CLASS_INTERFACE_TYPE, CATEGORY_INTERFACE_TYPE and
2105 PROTOCOL_INTERFACE_TYPE. Added a default switch case which is
2106 gcc_unreachable. Rewritten the processing of properties, in
2107 particular to not synthesize prototypes for getters and setters if
2108 they already exist and to install the getter and setter names into
2109 PROPERTY_GETTER_NAME and PROPERTY_SETTER_NAME. Do not generate
2110 warnings about setter, getter and ivar property attributes.
2111 (objc_lookup_ivar): Removed support for properties.
2112 (objc_gimplify_property_ref): New.
2113 (objc_gimplify_expr): Use a switch. In case of a PROPERTY_REF, call
2114 objc_gimplify_property_ref.
2116 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
2118 * objc-act.c (objc_add_property_declaration): Added arguments to
2119 pass the various property attributes that were parsed with the
2120 property declaration. Process arguments to determine the final
2121 property attributes and produce error messages as appropriate.
2122 Added temporary code to keep the compiler silent about variables
2123 set but not used - for new attributes that are only checked but
2125 (property_readonly): Removed.
2126 (property_setter): Removed.
2127 (property_getter): Removed.
2128 (property_ivar): Removed.
2129 (property_copies): Removed.
2130 (objc_set_property_attr): Removed.
2131 * objc-act.h (enum property_assign_semantics): New.
2133 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
2135 * objc-act.c (objc_add_property_variable): Renamed to
2136 objc_add_property_declaration. Added location argument. Updated
2137 warnings and errors to use it. Use error, not fatal_error, if a
2138 property declaration is found outside an interface or
2139 implementation context.
2141 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
2143 * objc-act.c (objc_build_keyword_decl): Updated comments. Do not
2144 emit a warning that method parameter attributes are unimplemented.
2145 Instead, store them into DECL_ATTRIBUTES of the KEYWORD_DECL.
2146 (start_method_def): Copy attributes from each KEYWORD_DECL into
2147 the corresponding PARM_DECL.
2148 (objc_warn_deprecated_use): Removed.
2149 (build_objc_method_call): Call warn_deprecated_use, not
2150 objc_warn_deprecated_use.
2151 (objc_maybe_printable_name): Do not try to get the identifier name
2152 of DECLs that we don't recognize. Immediately return NULL for them.
2153 (objc_printable_name): Removed C++-specific case, which is no
2154 longer used. Updated comments.
2156 2010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>
2158 * objc-act.c (OBJC_GEN_METHOD_LABEL): Updated comments.
2159 (objc_demangle): Return NULL if demangling can not be done because
2160 the string to demangle is not an Objective-C mangled method name.
2161 Be smarter in demangling method names so that at least for methods
2162 with no arguments we are able to almost always demangle '_' correctly.
2164 (objc_maybe_printable_name): New.
2165 (objc_printable_name): Call objc_maybe_printable_name. If it
2166 returns NULL, call cxx_printable_name in Objective-C++.
2168 2010-10-21 Iain Sandoe <iains@gcc.gnu.org>
2170 Based on the CFString implementation in FSF apple/trunk branch.
2172 * objc-act.c (objc_build_string_object): Handle CFStrings.
2174 2010-10-21 Nicola Pero <nicola.pero@meta-innovation.com>
2176 * objc-act.c (get_objc_string_decl): Use a switch instead of a
2177 chain of ifs. Use gcc_unreachable instead of abort.
2178 (add_objc_string): Same change.
2179 (generate_protocol_list): Same change - twice.
2180 (synth_id_with_class_suffix): Same change.
2181 (build_keyword_selector): Same change - twice.
2182 (objc_build_message_expr): Same change.
2183 (objc_build_selector_expr): Same change.
2184 (check_methods): Same change - and added missing gcc_unreachable
2186 (check_methods_accessible): Same change - twice, and added missing
2187 gcc_unreachable for default case in one of them.
2188 (start_class): Same change - and added missing gcc_unreachable for
2190 (continue_class): Same change.
2191 (objc_gen_property_data): Same change.
2192 (finish_class): Same change.
2193 (encode_type_qualifiers): Added missing gcc_unreachable.
2194 (encode_type): Small code tidy up to reduce duplicated code. Use
2195 gcc_unreachable instead of abort - twice.
2196 (encode_gnu_bitfield): Use a switch instead of a chain of ifs -
2197 twice. Added missing gcc_unreachable for default case - twice.
2198 (dump_interface): Use a switch instead of a chain of ifs.
2199 (handle_impent): Same change.
2201 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
2203 * objc-act.h (objc_inherit_code): Removed.
2204 * objc-act.c (objc_inherit_code): Removed.
2205 (objc_set_method_type): Removed.
2206 (objc_build_method_signature): Added is_class_method argument.
2207 Use it instead of the global objc_inherit_code variable.
2208 (objc_add_method_declaration): Same change.
2209 (objc_start_method_definition): Same change.
2210 (objc_generate_cxx_ctor_or_dtor): Updated call to
2211 objc_start_method_definition. Do not call objc_set_method_type.
2212 (adjust_type_for_id_default): Mark as inline.
2213 (objc_synthesize_getter): Updated call to
2214 objc_start_method_definition. Do not set objc_inherit_code.
2215 (objc_synthesize_setter): Updated call to
2216 objc_start_method_definition. Do not set objc_inherit_code.
2218 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
2220 Merge from 'apple/trunk' branch on FSF servers. Obvious updates
2221 to gcc_alloc_xxx calls in hash_init and hash_class_name_enter to
2222 get it to compile in the current trunk.
2224 2006-01-27 Fariborz Jahanian <fjahanian@apple.com>
2227 * objc-act.c (hash_class_name_enter): New.
2228 (hash_class_name_lookup): New.
2229 (objc_declare_alias): Enter alias name into hash table.
2230 (objc_declare_class): Enter class name into hash table.
2231 (objc_is_class_name): Do a hash look up of class name.
2232 (hash_init): Initialize the two new hash tables.
2233 * objc-act.h: Added cls_name_hash_list and als_name_hash_list
2234 declarations, removed class_chain and alias_chain.
2236 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
2238 * objc-lang.c (finish_file): Removed.
2239 * objc-act.c (objc_finish_file): Renamed to
2240 objc_write_global_declarations. Do not try to instantiate C++
2241 templates when compiling Objective-C++ as this is now
2242 automatically done before this function is called. Do not check
2243 for syntax-only run or PCH generation as this is done by the
2245 * objc-act.h (objc_finish_file): Removed.
2247 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2249 Implemented parsing @synthesize and @dynamic for
2250 Objective-C/Objective-C++.
2251 * objc-act.c (objc_add_synthesize_declaration): New.
2252 (objc_add_dynamic_declaration): New.
2254 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2256 * objc-act.c (lookup_and_install_protocols): Return NULL if passed
2259 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2261 Merge from 'apple/trunk' branch on FSF servers.
2263 2006-03-10 Fariborz Jahanian <fjahanian@apple.com>
2266 * objc-act.c (objc_is_class_name): template parameter is not
2267 an objective class name.
2268 (objc_generate_cxx_cdtors): Check for the null
2269 objc_implementation_context.
2271 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
2273 Merge from 'apple/trunk' branch on FSF servers.
2275 2005-11-08 Fariborz Jahanian <fjahanian@apple.com>
2278 * objc-act.c (objc_non_volatilized_type): New
2280 2005-10-07 Fariborz Jahanian <fjahanian@apple.com>
2283 * objc-act.c (objc_build_volatilized_type): Build 'volatilzed'
2284 types with proper attribute set and correctly.
2285 (objc_volatilize_decl): Remove unneeded code.
2286 (objc_type_quals_match): Use the new attribute to check on
2288 (hash_init): removed unneeded code.
2290 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
2292 Merge from 'apple/trunk' branch on FSF servers.
2294 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
2297 * objc-act.c (objc_diagnose_private_ivar): New.
2299 2010-10-17 Iain Sandoe <iains@gcc.gnu.org>
2301 * objc-act.c: Rename 'objc_public_flag' to objc_ivar_visibility and
2302 make its type 'objc_ivar_visibility_kind'.
2303 (objc_start_class_interface): Update to use visibility enum.
2304 (objc_start_class_implementation): Likewise.
2305 (objc_set_visibility): Update to use visibility enum, warn that
2306 @package is handle as per @public.
2307 (add_instance_variable): Handle OBJC_IVAR_VIS_PACKAGE.
2308 * objc-act.h: Rename 'objc_public_flag' to objc_ivar_visibility and
2309 make its type 'objc_ivar_visibility_kind'.
2311 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
2313 merge from FSF apple 'trunk' branch.
2314 2006 Fariborz Jahanian <fjahanian@apple.com>
2316 Radars 4436866, 4505126, 4506903, 4517826
2317 * objc-act.c (CALL_EXPR_OBJC_PROPERTY_GETTER): New.
2318 property_readonly, property_getter, property_setter, property_ivar,
2319 property_copies, in_objc_property_setter_name_context: New vars.
2320 (objc_set_property_attr): New.
2321 (objc_add_property_variable): New.
2322 (lookup_property_in_list): New.
2323 (lookup_property): New.
2324 (objc_build_getter_call): New.
2325 (objc_setter_func_call): New.
2326 (get_selector_from_reference): New.
2327 (objc_build_setter_call): New.
2329 (build_property_reference): New.
2330 (objc_finish_message_expr): Detect readonly property and warn.
2331 (objc_build_property_ivar_name): New.
2332 (objc_build_property_setter_name): New.
2333 (objc_gen_one_property_datum): New.
2334 (objc_process_getter_setter): New.
2335 (objc_synthesize_getter): New.
2336 (objc_synthesize_setter): New.
2337 (objc_gen_property_data): New.
2338 (finish_class): Generate property data.
2339 (comp_proto_with_proto): Separated from ...
2340 (match_proto_with_proto): ... New.
2341 (objc_lookup_ivar): Handle properties.
2342 * objc-tree.def (PROPERTY_DECL): New tree code.
2343 * objc-act.h: CLASS_LANG_SLOT_ELTS, PROTOCOL_LANG_SLOT_ELTS update size.
2344 (METHOD_PROPERTY_CONTEXT): New.
2345 (PROPERTY_NAME): New.
2346 (PROPERTY_GETTER_NAME): New.
2347 (PROPERTY_SETTER_NAME): New.
2348 (PROPERTY_IVAR_NAME): New.
2349 (PROPERTY_READONLY): New.
2350 (PROPERTY_COPIES): New.
2351 (TOTAL_CLASS_RAW_IVARS): New.
2352 (CLASS_PROPERTY_DECL): New.
2353 (IMPL_PROPERTY_DECL): New.
2354 * objc-lang.c (objc_init_ts): Update fields for property_decl.
2356 2010-10-13 Richard Henderson <rth@redhat.com>
2358 * objc-act.c (objc_eh_personality): Update call to
2359 build_personality_function.
2361 2010-10-13 Iain Sandoe <iains@gcc.gnu.org>
2363 merge from FSF apple 'trunk' branch.
2365 2006-04-26 Fariborz Jahanian <fjahanian@apple.com>
2366 Radar 3803157 (method attributes)
2367 * objc-act.h (METHOD_TYPE_ATTRIBUTES): New macro.
2368 * objc-act.c (objc_decl_method_attributes): New.
2369 (objc_add_method_declaration): Process method's attribute.
2370 (objc_start_method_definition): Ditto.
2371 (build_objc_method_call): Inject method attribute into
2372 built function type.
2373 (objc_method_decl): New.
2374 (objc_warn_deprecated)use): New.
2376 2010-10-07 Andi Kleen <ak@linux.intel.com>
2378 * Make-lang.in (cc1obj-dummy): Remove.
2379 (cc1obj-checksum): Change to run checksum over object files
2382 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>
2385 * objc-act.c (objc_finish_foreach_loop): Convert return value of
2386 countByEnumeratingWithState:objects:count: to long unsigned int.
2388 2010-10-07 Iain Sandoe <iains@gcc.gnu.org>
2390 * objc-act.c (build_objc_method_call): Replace calls to
2391 build_function_call () with the VEC equivalent. Construct parameter
2394 2010-10-07 Iain Sandoe <iains@gcc.gnu.org>
2396 * objc-act.c (objc_build_message_expr): Call mark_exp_read () to
2397 signal that the receiver has been used.
2399 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
2401 * README: Obsolete file removed.
2403 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
2405 Implemented fast enumeration for Objective-C.
2406 * objc-act.c (build_fast_enumeration_state_template): New.
2407 (TAG_ENUMERATION_MUTATION): New.
2408 (TAG_FAST_ENUMERATION_STATE): New.
2409 (synth_module_prologue): Call build_fast_enumeration_state_template() and set up
2410 objc_enumeration_mutation_decl.
2411 (objc_create_temporary_var): Allow providing a name to temporary
2413 (objc_build_exc_ptr): Updated calls to
2414 objc_create_temporary_var().
2415 (next_sjlj_build_try_catch_finally): Same change.
2416 (objc_finish_foreach_loop): New.
2417 * objc-act.h: Added OCTI_FAST_ENUM_STATE_TEMP,
2418 OCTI_ENUM_MUTATION_DECL, objc_fast_enumeration_state_template,
2419 objc_enumeration_mutation_decl.
2421 Merge from 'apple/trunk' branch on FSF servers.
2423 2006-04-12 Fariborz Jahanian <fjahanian@apple.com>
2426 * objc-act.c (objc_type_valid_for_messaging): New routine to check
2427 for valid objc object types.
2428 (objc_finish_foreach_loop): Check for invalid objc objects in
2431 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>
2433 Merge from 'apple/trunk' branch on FSF servers.
2435 2005-10-17 Fariborz Jahanian <fjahanian@apple.com>
2438 * objc-act.c (objc_start_method_definition): Check for
2439 error_mark_node for the selector name and make a quick exit.
2441 2010-10-04 Andi Kleen <ak@linux.intel.com>
2443 * Make-lang.in (cc1obj-dummy, cc1obj): Add + to build rule.
2445 2010-09-30 Iain Sandoe <iains@gcc.gnu.org>
2447 merge from FSF 'apple/trunk' branch.
2448 2006-01-30 Fariborz Jahanian <fjahanian@apple.com>
2451 * objc-act.c (objc_set_method_opt): New function.
2452 (objc_start_protocol, objc_finish_interface): Reset
2453 objc_method_optional_flag flag.
2454 (objc_add_method_declaration): Pass on the new
2455 flag to objc_add_method.
2456 (objc_add_method): Add optional methods to new chain in
2458 * objc-act.h (CLASS_OPTIONAL_CLS_METHODS)
2459 (CLASS_OPTIONAL_NST_METHODS): New macros accessing a protocol
2460 class's optional method chains.
2462 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
2464 Merge from 'apple/trunk' branch on FSF servers.
2466 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
2469 * objc-act.c (objc_declare_class): Pick the right
2472 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
2474 Merge from 'apple/trunk' branch on FSF servers.
2476 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
2479 * objc-act.c (objc_check_global_decl): New
2481 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
2483 * objc-act.c (objc_is_reserved_word): Removed.
2485 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
2487 * objc-act.c (objc_add_method_declaration): Handle and ignore
2489 (objc_start_method_definition): Likewise.
2490 (objc_generate_cxx_ctor_or_dtor): Pass NULL attributes to ctor/dtor.
2491 (objc_build_keyword_decl): Handle and ignore attributes.
2493 2010-09-28 Richard Henderson <rth@redhat.com>
2495 * objc-act.c (objc_eh_personality): Use targetm.except_unwind_info.
2497 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
2499 * objc-act.c (objc_start_class_interface): Handle and ignore attributes.
2500 (objc_start_category_interface): Likewise.
2501 (objc_start_protocol): Likewise.
2503 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
2505 Merge from 'apple/trunk' branch on FSF servers.
2507 2005-08-23 Stuart Hastings <stuart@apple.com>
2508 Ziemowit Laski <zlaski@apple.com>
2511 * objc-act.c (objc_decay_parm_type): New function.
2512 (get_arg_type_list): Decay types for all named arguments.
2513 (objc_push_parm): Rebuild the PARM_DECL if its type has
2516 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
2518 * objc-act.c (encode_type): Fixed encoding enums with the next
2521 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
2523 Merge from 'apple/trunk' branch on FSF servers.
2525 2005-07-18 Ziemowit Laski <zlaski@apple.com>
2528 * objc-act.c (objc_compare_types): A new silent comparison
2529 mode (-4), differing from regular comparison (-3) in that
2530 'false' is returned instead of issuing warnings.
2532 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
2534 * objc-act.c (encode_type): Do not add 'r' with the next runtime.
2535 (encode_aggregate_within): Reorganized code to be more readable.
2536 (encode_aggregate_fields): Updated second argument to be 'bool'
2539 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
2544 * objc-act.c: Improved comments for encoding functions.
2545 (encode_aggregate_within): For the GNU runtime, rewritten some
2546 obsfuscated code to clarify the various cases.
2547 (encode_aggregate): Function removed.
2548 (encode_array): Generate an error if asked to encode an incomplete
2549 array as part of generating instance variables. Else, when
2550 encoding an incomplete array inside a structure, encode it as an
2552 (encode_pointer): For the GNU runtime, fixed encoding 'BOOL *' as
2553 '^c' instead of '*'.
2554 (encode_gnu_bitfield): Encode enumerated types exactly in the same
2555 type as integer types instead of using a hardcoded 'i'. If asked
2556 to encode a non-integer type as a bitfield, do not abort
2557 compilation immediately; instead generate an error, then skip the
2559 (encode_type): Use a 'switch' instead of a sequence of 'if's.
2560 Added a 'default' clause that gets executed if the type can not be
2561 matched, and that encodes it as '?' (unknown) and produces a
2562 warning. For the GNU runtime, encode enumerated types exactly in
2563 the same way as integer types instead of using a hardcoded 'i'.
2564 Encode long double as 'D'. Encode 128-bit integers as 'T' or 't'.
2565 Encode C++ reference types as pointers. Call encode_vector to
2567 (encode_vector): New function.
2569 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
2571 Merge from 'apple/trunk' branch on FSF servers. I modified the
2572 changes to be used only when compiling for the NeXT runtime.
2574 2005-10-10 Fariborz Jahanian <fjahanian@apple.com>
2578 * objc-act.c (encode_type): Remove the hack.
2580 2005-07-20 Ziemowit Laski <zlaski@apple.com>
2583 * objc-act.c (pointee_is_readonly): New function.
2584 (encode_pointer, encode_aggregate_within, encode_type):
2585 Attempt to emulate GCC 3.3 when generating type encodings.
2587 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
2589 Merge from 'apple/trunk' branch on FSF servers.
2591 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
2594 * objc-act.c (objc_have_common_types): New function.
2596 2005-06-22 Ziemowit Laski <zlaski@apple.com>
2599 * objc-act.c (objc_common_type): New function.
2601 2010-09-27 Richard Guenther <rguenther@suse.de>
2603 * objc-act.c (objc_get_class_reference): Use CP_TYPE_CONTEXT.
2604 (objc_is_global_reference_p): Use DECL_FILE_SCOPE_P.
2606 2010-09-26 Nicola Pero <nicola.pero@meta-innovation.com>
2608 * objc-act.c: Removed historical, obsolete comment at the top of
2611 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
2614 * objc-act.c (objc_start_method_definition): Do not abort upon a
2615 'method definition not in @implementation context' error. Return
2618 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
2621 * objc-act.c (objc_get_interface_ivars): New function.
2622 (objc_collecting_ivars): New variable.
2623 (continue_class): Set and reset objc_collecting_ivars for context.
2625 2010-09-15 Nicola Pero <nicola.pero@meta-innovation.com>
2627 Merge from 'apple/trunk' branch on FSF servers.
2629 2006-03-09 Fariborz Jahanian <fjahanian@apple.com>
2632 * objc-act.c (objc_finish_message_expr): Look for message in
2633 @class's protocol list.
2635 2006-02-07 Fariborz Jahanian <fjahanian@apple.com>
2638 * objc-act.c (objc_start_method_definition): Initialize
2639 break/continue labels.
2641 2005-08-22 Ziemowit Laski <zlaski@apple.com>
2644 * objc-act.c (objc_compare_types): Compare function
2645 pointers; indicate success if the right-hand side has
2646 a return type that is covariant, and the argument types
2647 contravariant, with those of the left side.
2649 2005-08-22 Ziemowit Laski <zlaski@apple.com>
2652 * objc-act.c (objc_get_protocol_qualified_type): When looking
2653 at a typedef, retrieve the precise type it describes (rather
2654 than merely looking up a class by name).
2656 2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com>
2658 * objc-act.c (objc_begin_try_stmt): Generate an error if
2659 -fobjc-exceptions was not used. (objc_build_throw_stmt): Same
2662 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
2664 * objc-act.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
2666 2010-07-10 Iain Sandoe <iains@gcc.gnu.org>
2669 * objc-act.c: build_objc_string_decl() remove declaration.
2670 (finish_var_decl): Remove forcing of var output and marking
2672 (init_def_list): Use integer_zero_node.
2673 (init_objc_symtab): Use integer_zero_node, make the short
2674 integer type specific on relevant nodes.
2675 (generate_objc_symtab_decl): Remove call to
2676 forward_declare_categories(). Use null_pointer_node where
2678 (build_module_descriptor): Comment and mark this item as
2680 (generate_static_references): Use gcc_unreachable instead of
2682 (diagnose_missing_method): New.
2683 (build_next_selector_translation_table): New.
2684 (build_gnu_selector_translation_table): New.
2685 (add_objc_string): Merge code from build_objc_string_decl...
2686 ... and delete build_objc_string_decl().
2687 (generate_dispatch_table): Make integer types explicit.
2688 (generate_category): Pass implent and arrange for the data
2689 to be extracted within the routine. Do not start new vars,
2690 but finish the ones collcted during parsing.
2691 (generate_shared_structures): Likewise.
2692 (finish_objc): Reorder code so that we finish variables before
2693 referencing them. Save the global data before calling meta-data
2694 creation routines, and pass the current reference to the two
2695 main routines. Only call generate_objc_image_info () for the
2697 (generate_classref_translation_entry): Comment on and make this
2698 item DECL_PRESERVE_P.
2699 (handle_class_ref): Use varpool interfaces, comment on and make
2700 this item DECL_PRESERVE_P.
2701 (handle_impent): Likewise.
2702 (generate_objc_image_info): Only generate when the content is
2703 non-zero. Make integer types explict.
2705 2010-07-03 Nathan Froyd <froydnj@codesourcery.com>
2708 * objc-act.c (build_sized_array_type): New function.
2709 (add_objc_string): Use it.
2710 (generate_protocol_list): Likewise.
2711 (generate_objc_image_info): Likewise.
2712 (add_field_decl): New function.
2713 (objc_build_struct): Use a VEC rather than building a TREE_LIST.
2714 (generate_struct_by_value_array): Use add_field_decl.
2715 (build_objc_symtab_template): Likewise.
2716 (build_module_descriptor): Likewise.
2717 (build_objc_exception_stuff): Likewise.
2718 (build_protocol_template): Likewise.
2719 (build_method_prototype_list_template): Likewise.
2720 (build_method_prototype_template): Likewise.
2721 (build_category_template): Likewise.
2722 (build_selector_template): Likewise.
2723 (build_class_template): Likewise.
2724 (build_super_template): Likewise.
2725 (build_ivar_template): Likewise.
2726 (build_ivar_list_template): Likewise.
2727 (build_method_list_template): Likewise.
2728 (build_method_template): Likewise.
2730 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
2732 * objc-act.c: Do not include except.h.
2734 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2736 * objc-act.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
2739 * objc-act.c (objc_volatilize_decl): Likewise.
2740 (objc_build_string_object): Likewise.
2741 (hash_init): Likewise.
2742 (hash_enter): Likewise.
2743 (hash_add_attr): Likewise.
2744 (add_class): Likewise.
2745 (start_class): Likewise.
2747 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
2749 * objc-act.c: Update include path for moved files.
2750 * objc-lang.c: Likewise.
2751 * config-lang.in: Update paths in gtfiles for files in c-family/.
2753 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
2755 * objc-act.c (build_next_objc_exception_stuff): Give setjmp a
2756 varargs type instead of a zero-argument type.
2758 2010-05-30 Nathan Froyd <froydnj@codesourcery.com>
2760 * objc-act.c (synth_module_prologue): Use build_function_type_list
2761 instead of build_function_type.
2762 (build_module_initializer_routine): Likewise.
2763 (build_next_objc_exception_stuff): Likewise.
2764 (build_objc_exception_stuff): Likewise.
2766 2010-05-27 Joseph Myers <joseph@codesourcery.com>
2768 * objc-act.c: Include diagnostic-core.h instead of diagnostic.h.
2769 * Make-lang.in (objc/objc-act.o): Update dependencies.
2771 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
2773 * objc-act.h: Do not include gimple.h.
2774 * objc-act.c: Do not include rtl.h, expr.h, libfuncs.h, and tm_p.h.
2775 Include gimple.h. Explain why except.h has to be included.
2776 * objc-lang.c: Do not include diagnostics.h.
2777 * Make-lang.in: Update dependencies.
2779 2010-05-25 Nathan Froyd <froydnj@codesourcery.com>
2781 * objc-act.c (objc_build_constructor): Adjust OBJCPLUS impedance
2782 mismatch code for VECs.
2784 2010-05-25 Nathan Froyd <froydnj@codesourcery.com>
2786 * objc-act.c (objc_build_constructor): Take a VEC instead of a tree.
2787 Use build_constructor instead of build_constructor_from_list.
2788 (objc_build_string_object): Build a VEC argument for
2789 objc_build_constructor.
2790 (init_def_list): Likewise.
2791 (init_objc_symtab): Likewise.
2792 (init_module_descriptor): Likewise.
2793 (generate_static_references): Likewise.
2794 (build_selector_translation_table): Likewise.
2795 (build_descriptor_table_initializer): Likewise.
2796 (generate_descriptor_table): Likewise.
2797 (build_protocol_initializer): Likewise.
2798 (build_ivar_list_initializer): Likewise.
2799 (generate_ivars_list): Likewise.
2800 (build_dispatch_table_initializer): Likewise.
2801 (generate_dispatch_table): Likewise.
2802 (generate_protocol_list): Likewise.
2803 (build_category_initializer): Likewise.
2804 (build_shared_structure_initializer): Likewise.
2805 (generate_objc_image_info): Likewise.
2807 2010-04-30 Iain Sandoe <iains@gcc.gnu.org>
2810 * objc-act.c (encode_aggregate_within): Encode structure tags
2811 with template args for ObjC++.
2813 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
2815 * objc-act.c: Do not include varray.h.
2817 2010-04-07 Jakub Jelinek <jakub@redhat.com>
2820 * objc-act.c (finish_var_decl, objc_begin_catch_clause,
2821 really_start_method, get_super_receiver, handle_class_ref): Set
2822 DECL_READ_P in addition to TREE_USED.
2824 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
2827 * objc-act.c (objc_init): Warn that -fobjc-gc is ignored for
2828 -fgnu-runtime and set flag_objc_gc to zero.
2830 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
2833 * objc-act.c (build_module_initializer_routine): Make the argument
2834 to objc_start_function NULL_TREE when compiling ObjC++.
2836 2010-02-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
2837 Mike Stump <mikestump@comcast.net>
2840 * objc-act.c (finish_var_decl): Set the generated symbols as "used".
2842 2009-12-17 Shujing Zhao <pearly.zhao@oracle.com>
2844 * objc-act.c (objc_substitute_decl, build_ivar_reference,
2845 get_super_receiver): Update build_indirect_ref calls.
2847 2009-11-28 Jakub Jelinek <jakub@redhat.com>
2849 * objc-act.c (generate_shared_structures): Remove unused sc_spec and
2850 decl_specs variables.
2851 (objc_build_message_expr): Remove unused loc variable.
2852 (objc_finish_message_expr): Remove unused saved_rtype variable.
2853 (encode_field_decl): Remove unused type variable.
2856 * objc-act.c (objc_build_struct): INIT_TYPE_OBJC_INFO for
2857 type variants that don't have it initialized yet.
2859 2009-09-14 Jan Hubicka <jh@suse.cz>
2861 * objc-act.c (objc_add_static_instance): Do not set DECL_COMMON.
2863 2009-09-14 Richard Henderson <rth@redhat.com>
2865 * objc-act.c (objc_init_exceptions): Don't call
2866 default_init_unwind_resume_libfunc.
2867 (objc_build_exc_ptr): Use __builtin_eh_pointer.
2869 2009-09-13 Richard Guenther <rguenther@suse.de>
2870 Rafael Avila de Espindola <espindola@google.com>
2872 * objc-act.c (objc_eh_runtime_type): Export.
2873 (objc_init_exceptions): Remove. Move warning code ...
2874 (objc_begin_try_stmt): ... here
2875 (objc_build_throw_stmt): ... and here.
2876 (objc_eh_personality_decl): New.
2877 (objc_eh_personality): New function.
2878 * objc-act.h (objc_eh_runtime_type): Declare.
2879 (objc_eh_personality): Likewise.
2880 * objc-lang.c (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
2881 (LANG_HOOKS_EH_PERSONALITY): Likewise.
2883 2009-09-03 Diego Novillo <dnovillo@google.com>
2885 * objc-lang.c (lang_hooks): Remove const qualifier.
2887 2009-08-20 Richard Guenther <rguenther@suse.de>
2889 * objc-act.c: Include c-lang.h
2890 * Make-lang.in (objc/objc-act.o): Add c-lang.h dependency.
2892 2009-07-17 Aldy Hernandez <aldyh@redhat.com>
2893 Manuel López-Ibáñez <manu@gcc.gnu.org>
2896 * objc-act.c: Add location argument to all calls to
2897 build_fold_addr_expr.
2899 2009-07-14 Taras Glek <tglek@mozilla.com>
2900 Rafael Espindola <espindola@google.com>
2902 * Make-lang.in (objc.install-plugin): New target for
2903 installing plugin headers.
2905 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
2907 * objc-act.c (next_sjlj_build_catch_list): Replace EXPR_LOCUS by
2910 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
2912 * objc-act.c: Replace %J by an explicit location. Update all
2915 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
2917 * objc-act.c: Replace %H by an explicit location. Update all
2920 2009-06-22 Steven Bosscher <steven@gcc.gnu.org>
2923 * objc-act.c (objc_build_message_args): Return if ARGS is the
2926 2009-06-19 Ian Lance Taylor <iant@google.com>
2928 * objc-act.c (objc_in_struct, objc_struct_types): Remove.
2929 (objc_struct_info): New static variable.
2930 (objc_start_struct): Pass &objc_struct_info, not &objc_in_struct
2931 and &objc_struct_types, to start_struct.
2932 (objc_finish_struct): Likewise for finish_struct.
2934 2009-06-15 Ian Lance Taylor <iant@google.com>
2936 * objc-act.c (objc_start_function): Don't set
2937 label_context_stack_se or label_context_stack_vm.
2939 2009-06-12 Aldy Hernandez <aldyh@redhat.com>
2941 * objc-act.c (finish_var_decl): Pass location to finish_decl.
2942 (objc_get_parm_info): Same.
2943 (get_super_receiver): Same.
2944 * objc-act.c (objc_build_component_ref): Pass location to
2946 (build_module_initializer_routine): Pass location to
2947 c_end_compound_stmt.
2948 (objc_generate_static_init_call): Pass location to build_stmt.
2949 (build_typed_selector_reference): New location argument.
2950 (build_selector_reference): Same.
2951 (objc_substitute_decl): Pass location to build_array_ref.
2952 (next_sjlj_build_try_catch_finally): Pass location to build_stmt.
2953 (objc_begin_catch_clause): Same.
2954 (objc_finish_try_stmt): Same.
2955 (objc_finish_catch_clause): Pass location to c_end_compound_stmt.
2956 (objc_build_throw_stmt): New argument.
2957 (generate_shared_structures): Pass location to build_c_cast.
2958 (objc_build_message_expr): Use local location.
2959 (objc_finish_message_expr): Use input_location.
2960 (build_objc_method_call): New argument.
2961 (objc_build_selector_expr): Same.
2962 (get_super_receiver): Pass location to build_c_cast,
2963 build_modify_expr, build_compound_expr.
2964 * objc-act.c: Add location to all calls to start_struct, build_decl,
2967 2009-06-09 Ian Lance Taylor <iant@google.com>
2969 * objc-act.c (objc_gimplify_expr): Change return type to int.
2970 * objc-act.h: Update declaration.
2972 2009-06-08 Alexandre Oliva <aoliva@redhat.com>
2974 * objc-act.c (objc_init): Skip print_struct_values during
2975 -fcompare-debug-second.
2977 2009-06-03 Ian Lance Taylor <iant@google.com>
2979 * Make-lang.in (cc1obj-checksum.o): Depend upon $(CONFIG_H) and
2982 2009-05-27 Ian Lance Taylor <iant@google.com>
2984 * Make-lang.in (cc1obj-dummy$(exeext)): Change $(COMPILER) to
2986 (cc1obj$(exeext)): Likewise.
2988 2009-05-26 Ian Lance Taylor <iant@google.com>
2990 * Make-lang.in (cc1obj-dummy$(exeext)): Use $(COMPILER).
2991 (cc1obj$(exeext)): Likewise.
2993 2009-05-20 Ian Lance Taylor <iant@google.com>
2995 * objc-act.c (objc_generate_cxx_ctor_or_dtor): Pass NULL rather
2996 than NULL_TREE to build_special_member_call.
2998 2009-05-10 Ian Lance Taylor <iant@google.com>
3000 * objc-act.c (objc_building_struct): New static variable.
3001 (objc_in_struct, objc_struct_types): New static variables.
3002 (objc_start_struct, objc_finish_struct): New static functions.
3003 (generate_struct_by_value_array): Call objc_start_struct instead
3004 of start_struct, and call objc_finish_struct instead of
3006 (objc_build_struct, build_objc_symtab_template): Likewise.
3007 (build_module_descriptor): Likewise.
3008 (build_next_objc_exception_stuff): Likewise.
3009 (build_protocol_template): Likewise.
3010 (build_method_prototype_list_template): Likewise.
3011 (build_method_prototype_template): Likewise.
3012 (build_category_template, build_selector_template): Likewise.
3013 (build_class_template, build_super_template): Likewise.
3014 (build_ivar_template, build_ivar_list_template): Likewise.
3015 (build_method_list_template): Likewise.
3016 (build_method_template): Likewise.
3018 2009-05-10 Joseph Myers <joseph@codesourcery.com>
3020 * objc-act.c: Include intl.h.
3021 (objc_lookup_protocol): Use complete sentences for diagnostics
3022 with %qE for identifiers and translating results of
3023 gen_type_name_0 to locale character set.
3024 (objc_check_decl, check_protocol_recursively,
3025 lookup_and_install_protocols, objc_build_string_object,
3026 objc_get_class_reference, objc_declare_alias, objc_declare_class,
3027 objc_get_class_ivars, error_with_ivar, check_duplicates,
3028 objc_finish_message_expr, objc_build_protocol_expr,
3029 objc_build_selector_expr, build_ivar_reference, objc_add_method,
3030 add_category, add_instance_variable, objc_is_public,
3031 check_methods, check_methods_accessible, check_protocol,
3032 start_class, finish_class, start_protocol, really_start_method,
3033 get_super_receiver, objc_lookup_ivar): Use %E and %qE for
3034 identifiers in diagnostics. Translate generated text to locale
3035 character set as needed.
3036 (check_protocol, check_protocols): Change name parameter to type
3038 (lang_report_error_function): Remove.
3040 2009-04-27 Ian Lance Taylor <iant@google.com>
3042 * objc-act.c (objc_gimplify_expr): Add casts to enum type.
3044 2009-04-24 Ian Lance Taylor <iant@google.com>
3046 * objc-act.c (get_super_receiver): Update calls to
3047 build_modify_expr to pass new argument.
3049 2009-04-21 Taras Glek <tglek@mozilla.com>
3051 * objc-act.c: Update GTY annotations to new syntax.
3052 * objc-act.h: Likewise.
3054 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3056 * ChangeLog: Add copyright and license notices.
3058 2009-04-20 Ian Lance Taylor <iant@google.com>
3060 * objc-act.c (objc_rewrite_function_call): Change parameter from
3061 params to first_param. Change all callers.
3063 2009-03-30 Dominique d'Humieres <dominiq@lps.ens.fr>
3066 * objc-act.c (in_late_binary_op): Define for Objective-C++.
3068 2009-03-29 Joseph Myers <joseph@codesourcery.com>
3076 * objc-act.c (objc_finish_try_stmt): Set in_late_binary_op.
3078 2008-12-05 Sebastian Pop <sebastian.pop@amd.com>
3081 * Make-lang.in (cc1obj-dummy, cc1obj): Add BACKENDLIBS,
3084 2008-10-06 Aldy Hernandez <aldyh@redhat.com>
3086 * objc-act.c (objc_build_string_object): Pass location to
3088 (init_def_list): Same.
3089 (init_objc_symtab): Same.
3090 (init_module_descriptor): Same.
3091 (build_module_initializer_routine): Same.
3092 (generate_static_references): Same.
3093 (build_typed_selector_reference): Same.
3094 (add_objc_string): Same.
3095 (objc_substitute_decl): Same.
3096 (objc_build_ivar_assignment): Same.
3097 (objc_build_global_assignment): Same.
3098 (objc_build_strong_cast_assignment): Same.
3099 (generate_protocols): Same.
3100 (build_protocol_initializer): Same.
3101 (build_dispatch_table_initializer): Same.
3102 (generate_protocol_list): Same.
3103 (build_category_initializer): Same.
3104 (build_shared_structure_initializer): Same.
3105 (generate_shared_structures): Same.
3106 (objc_build_protocol_expr): Same.
3107 (build_ivar_reference): Same.
3108 (get_super_receiver): Same.
3110 2008-09-23 Aldy Hernandez <aldyh@redhat.com>
3112 * objc-act.c (next_sjlj_build_enter_and_setjmp): Call
3113 c_common_truthvalue_conversion with location.
3114 (next_sjlj_build_catch_list): Same.
3115 (next_sjlj_build_try_catch_finally): Same.
3117 2008-09-17 Andrew Pinski <andrew_pinski@playstation.sony.com>
3120 * objc-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
3121 * objc-act.h (objc_get_callee_fndecl): Remove prototype.
3122 * objc-act.c (objc_get_callee_fndecl): Kill.
3124 2008-09-17 Jan Hubicka <jh@suse.cz>
3127 * objc-act.c (objc_finish_method_definition): Do not set
3130 2008-09-01 Aldy Hernandez <aldyh@redhat.com>
3132 * objc-act.c (build_typed_selector_reference): Pass input_location to
3133 build_unary_op calls.
3134 (build_selector_reference): Same, but to build_array_ref.
3135 (objc_substitute_decl): Same.
3136 (build_ivar_reference): Same, but to build_indirect_ref.
3137 (get_super_receiver): Same.
3139 2008-07-28 Richard Guenther <rguenther@suse.de>
3141 Merge from gimple-tuples-branch.
3143 2008-07-18 Aldy Hernandez <aldyh@redhat.com>
3145 * Make-lang.in (objc-lang.o): Depend on GIMPLE_H.
3146 (objc-act.o): Rename TREE_GIMPLE_H to GIMPLE_H.
3147 * objc-act.h: Include gimple.h instead of tree-gimple.h.
3148 * ipa-reference.c: Same.
3150 2007-11-10 Aldy Hernandez <aldyh@redhat.com>
3152 * objc-act.c (objc_gimplify_expr): Change pre and post to sequences.
3153 * objc-act.h (objc_gimplify_expr): Change prototype accordingly.
3155 2008-07-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3157 * objc-act.c: Fix comment typos.
3159 2008-07-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3161 * objc-act.c (objc_start_class_interface,
3162 objc_start_category_interface, objc_start_class_implementation,
3163 objc_start_category_implementation, objc_build_struct,
3164 generate_static_references, build_private_template,
3165 lookup_category, objc_add_method, add_category,
3166 add_instance_variable, objc_is_public, conforms_to_protocol,
3167 start_class, continue_class, finish_class): Avoid C++ keywords.
3169 2008-07-14 Jason Merrill <jason@redhat.com>
3172 * objc-act.c (objc_build_constructor): Update C++ tweak.
3174 2007-07-14 Rafael Ávila de Espíndola <espindola@google.com>
3176 * objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead
3177 of DECL_IN_SYSTEM_HEADER.
3179 2008-07-11 Ian Lance Taylor <iant@google.com>
3181 * objc-act.c (objc_is_reserved_word): Always check for RID_CLASS,
3182 etc., not just when OBJCPLUS is defined.
3184 2008-06-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3186 * objc-act.c (setup_string_decl, objc_build_string_object,
3187 hash_interface, eq_interface, objc_begin_try_stmt,
3188 encode_method_prototype, build_ivar_list_initializer,
3189 objc_build_encode_expr): Fix for -Wc++-compat.
3191 2008-05-12 Tomas Bily <tbily@suse.cz>
3193 * objc-act.c (objc_generate_write_barrier, objc_finish_message_expr):
3196 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
3198 * objc-act.c (objc_build_string_object): Don't set TREE_INVARIANT.
3200 2008-04-03 Tom Tromey <tromey@redhat.com>
3202 * Make-lang.in (objc_OBJS): New variable.
3204 2008-03-27 Tom Tromey <tromey@redhat.com>
3206 * Make-lang.in: Revert automatic dependency patch.
3208 2008-03-27 Douglas Gregor <doug.gregor@gmail.com>
3211 * objc-act.c (objc_build_component_ref): Fix call to
3212 finish_class_member_access_expr.
3213 (objc_generate_cxx_ctor_or_dtor): Fix call to
3214 build_special_member_call.
3216 2008-03-25 Andrew Pinski <pinskia@gmail.com>
3219 * objc-act.c (encode_type): Handle when type is error_mark_node.
3220 (objc_push_parm): Handle when the type of parm is error_mark_node.
3222 2008-03-25 Tom Tromey <tromey@redhat.com>
3224 * Make-lang.in (objc_OBJS): New variable.
3225 (cc1obj-checksum.o, objc/objc-lang.o, objc/objc-act.o): Remove.
3227 2008-03-21 Andreas Tobler <a.tobler@schweiz.org>
3230 * objc-act.c (objc_generate_cxx_ctor_or_dtor): Rename IS_AGGR_TYPE to
3232 (objc_generate_cxx_cdtors): Likewise.
3233 (add_instance_variable): Likewise.
3235 2008-02-26 Tom Tromey <tromey@redhat.com>
3237 * objc-act.c (objc_init): Remove old location code.
3239 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3242 * Make-lang.in (cc1obj-dummy, cc1obj): Add $(GMPLIBS).
3244 2007-07-30 Nick Clifton <nickc@redhat.com>
3246 * Make-lang.in: Change copyright header to refer to version 3 of
3247 the GNU General Public License and to point readers at the
3248 COPYING3 file and the FSF's license web page.
3249 * lang-specs.h, objc-act.c, objc-tree.def, objc-act.h,
3250 config-lang.in, objc-lang.c: Likewise.
3252 2007-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3254 * objc-act.c (objc_get_callee_fndecl): Constify.
3255 * objc-act.h (objc_get_callee_fndecl): Likewise.
3257 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3259 * objc-act.c (volatilized_hash, volatilized_eq, string_hash,
3260 string_eq): Constify.
3262 2007-04-04 Stuart Hastings <stuart@apple.com>
3265 * objc-act.c (next_sjlj_build_catch_list): Delete volatile from rethrow decl.
3267 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3269 * Make-lang.in: Add dummy lang.install-pdf target.
3271 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
3273 * objc-act.c: Fix comment typos.
3275 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
3276 Brooks Moses <brooks.moses@codesourcery.com>
3277 Lee Millward <lee.millward@codesourcery.com>
3279 * objc-act.c (receiver_is_class_object): Use new CALL_EXPR accessors.
3280 (objc_get_callee_fndecl): Likewise.
3282 2007-01-23 Andrew Pinski <pinskia@gmail.com>
3285 * objc-act.c (objc_add_static_instance): Mark the decl as
3288 2007-01-20 Andrew Pinski <pinskia@gmail.com>
3291 * objc-act.c (hash_interface): Use IDENTIFIER_HASH_VALUE instead
3292 of htab_hash_pointer.
3293 (lookup_interface): Likewise.
3294 (add_class): Likewise.
3296 2007-01-02 Douglas Gregor <doug.gregor@gmail.com>
3298 * objc-act.c (objc_build_volatilized_type): Keep track of
3300 (objc_get_protocol_qualified_type): Ditto.
3302 2006-11-02 Andreas Tobler <a.tobler@schweiz.org>
3304 * objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
3305 content where we called cp_finish_file.
3307 2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3309 * objc-act.c (synth_module_prologue): Replace calls to
3310 builtin_function with add_builtin_function.
3311 (build_next_objc_exception_stuff): Replace calls to
3312 builtin_function with add_builtin_function.
3313 (build_objc_exception_stuff): Replace calls to
3314 builtin_function with add_builtin_function.
3316 2006-10-10 Brooks Moses <bmoses@stanford.edu>
3318 * Make-lang.in: Added empty "objc.pdf" target.
3320 2006-09-26 Andrew Pinski <pinskia@physics.uc.edu>
3323 * objc-act.c (objc_push_parm): If we change the type of the
3324 decl, relayout the decl.
3326 2006-09-19 Eric Christopher <echristo@apple.com>
3328 * objc-act.c (JBLEN): Rename to OBJC_JBLEN,
3329 default to something innocuous.
3330 (build_next_objc_exception_stuff): Rename JBLEN.
3332 2006-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3334 * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
3336 2006-07-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3339 * objc-act.c (lookup_and_install_protocols): Skip error_mark_nodes.
3341 2006-06-06 Mike Stump <mrs@apple.com>
3343 * objc-act.c: Remove prototype for objc_build_volatilized_type.
3345 2006-05-24 Mike Stump <mrs@apple.com>
3347 * objc-act.c (build_next_objc_exception_stuff): Use JBLEN instead of _JBLEN.
3349 2006-05-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3352 * objc-act.c (objc_is_public): Return early on invalid type.
3354 2006-03-02 Fariborz Jahanian <fjahanian@apple.com>
3356 * objc-act.c (init_module_descriptor): Remove file name from
3358 (gen_type_name_0): Fix ICE when issuing warning.
3360 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3362 * Make-lang.in (OBJC): Remove.
3363 (OBJECTIVE-C): Remove.
3364 (objective-c): Remove.
3365 (.PHONY): Remove objective-c and ObjC.
3367 2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
3370 * objc-act.c (encode_type): Encode Complex types as 'j' followed
3373 2005-12-12 Andrew Pinski <pinskia@physics.uc.edu>
3376 * objc-act.c (encode_array): Handle arrays to zero sized types.
3378 2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3380 * Make-lang.in (objc.all.build, objc.install-normal): Remove.
3382 2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3384 * Make-lang.in: Remove all dependencies on s-gtype.
3386 2005-12-02 Richard Guenther <rguenther@suse.de>
3388 * objc-act.c (objc_build_exc_ptr, next_sjlj_build_enter_and_setjmp
3389 next_sjlj_build_exc_extract, next_sjlj_build_catch_list,
3390 next_sjlj_build_try_catch_finally, objc_begin_catch_clause,
3391 build_objc_method_call, objc_rewrite_function_call): Use buildN
3394 2005-10-20 Geoffrey Keating <geoffk@apple.com>
3396 * objc-act.c (synth_module_prologue): Clear TREE_NOTHROW
3397 on objc_msgSend and like builtin functions.
3399 2005-10-17 Andreas Krebbel <krebbel1@de.ibm.com>
3401 * objc-act.c (objc_build_component_ref): Adjust call to
3402 finish_class_member_access_expr due to a changed prototype.
3404 2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
3407 * objc-act.c (generate_strings): Remove and move code to
3409 (add_objc_string): here when creating a new string decl.
3410 (finish_objc): Don't call generate_strings.
3412 2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
3415 * objc-act.c (next_sjlj_build_try_catch_finally): Set
3416 TREE_SIDE_EFFECTS on catch_seq after building it.
3418 2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
3420 part of PR objc/21992
3421 * objc-act.c (handle_class_ref): The ref decl is always referenced.
3423 2005-07-20 Giovanni Bajo <giovannibajo@libero.it>
3425 Make CONSTRUCTOR use VEC to store initializers.
3426 * objc-act.c (objc_build_constructor): Use build_constructor_from_list
3427 instead of build_constructor.
3429 2005-07-08 Daniel Berlin <dberlin@dberlin.org>
3431 * objc-act.c (objc_push_parm): DECL_ARG_TYPE_AS_WRITTEN is
3433 * objc-act.h (KEYWORD_ARG_NAME): Use decl_non_common.
3434 (KEYWORD_KEY_NAME): Use decl_minimal.
3435 (METHOD_SEL_NAME): Ditto..
3436 (METHOD_SEL_ARGS): Use decl_non_common.
3437 (METHOD_ADD_ARGS): Ditto.
3438 (METHOD_ADD_ARGS_ELLIPSIS_P): Use decl_common.
3439 (METHOD_DEFINITION): Ditto.
3440 (METHOD_ENCODING): Ditto.
3441 * objc-lang.c: (objc_init_ts): New function.
3443 2005-07-07 Ziemowit Laski <zlaski@apple.com>
3445 * objc-act.c (objc_build_struct): Pass in an actual @interface
3446 instead of its name, and annotate the struct created (and all
3447 existing variants thereof) with the @interface.
3448 (objc_compare_types): Treat forward-declared ObjC classes
3449 as stand-alone (root) classes for purposes of type comparisons.
3450 (build_private_template): Move some code to objc_build_struct().
3452 2005-07-07 Ziemowit Laski <zlaski@apple.com>
3455 * objc-act.c (objc_build_string_object): For GNU-style constants,
3456 use the @interface type rather than the built-in type.
3458 2005-07-03 Kazu Hirata <kazu@codesourcery.com>
3460 * Make-lang.in (cc1plus-checksum.c): Use
3461 build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
3463 2005-07-02 Joseph S. Myers <joseph@codesourcery.com>
3465 * objc-act.c: Use %q to quote in diagnostics.
3467 2005-07-02 Joseph S. Myers <joseph@codesourcery.com>
3469 * objc-act.c: Use '+' flag instead of %J. Use 'q' flag for
3472 2005-06-30 Ziemowit Laski <zlaski@apple.com>
3474 * objc-act.c (objc_build_volatilized_type): New function.
3475 (objc_volatilize_decl): Call objc_build_volatilized_type()
3476 instead of build_qualified_type().
3478 2005-06-29 Ziemowit Laski <zlaski@apple.com>
3480 * objc-act.c (objc_build_internal_const_str_type): New function.
3481 (check_string_class_template): Use objc_get_class_ivars() instead
3482 of TYPE_FIELDS() to retrieve ivar list.
3483 (AT_LEAST_AS_LARGE_AS): Check the size of each field's type rather
3484 than the field itself.
3485 (objc_build_string_object): Synthesize a "__builtin_ObjCString"
3486 type and use it to lay out compile-time string objects.
3487 * objc-act.h (OCTI_INTERNAL_CNST_STR_TYPE, internal_const_str_type):
3490 2005-06-28 Paul Brook <paul@codesourcery.com>
3492 * objc-act.c (objc_init_exceptions): Call
3493 default_init_unwind_resume_libfunc.
3495 2005-06-27 Ziemowit Laski <zlaski@apple.com>
3497 * objc-act.c (objc_build_struct): Save the TYPE_OBJC_INFO
3498 portion of TYPE_LANG_SPECIFIC info for all variants of
3499 a class before calling finish_struct(), and restore
3500 same TYPE_OBJC_INFO afterwards.
3502 2005-06-25 Kelley Cook <kcook@gcc.gnu.org>
3504 * all files: Update FSF address in copyright headers.
3506 2005-06-15 Joseph S. Myers <joseph@codesourcery.com>
3508 * objc-act.c (my_build_string_pointer): New.
3509 (objc_get_class_reference, get_super_receiver): Call
3510 my_build_string_pointer instead of my_build_string when building
3513 2005-05-25 Mike Stump <mrs@mrs.kithrup.com>
3515 * objc-act.c (volatilized_hash): Avoid warnings on 64-bit
3518 2005-05-24 Ziemowit Laski <zlaski@apple.com>
3520 * objc-act.c (objc_build_struct): New function.
3521 (objc_derived_from_p): Likewise.
3522 (objc_build_component_ref): Likewise.
3523 (objc_copy_binfo): Likewise.
3524 (objc_xref_basetypes): Likewise.
3525 (objc_lookup_protocol): Likewise.
3526 (objc_compare_protocols): Likewise.
3527 (objc_volatilize_decl): Likewise.
3528 (encode_aggregate_fields): Likewise.
3529 (volatilized_hash): Likewise.
3530 (volatilized_eq): Likewise.
3531 (objc_compare_types): Likewise.
3532 (objc_type_quals_match): Likewise.
3533 (DERIVED_FROM_P): New ObjC macro, corresponding to C++ macro
3535 (get_class_ivars): Add second parameter indicating if entire
3536 hierarchy is desired.
3537 (struct volatilized_type): New type.
3538 (volatilized_htab): New hash table.
3539 (objc_types_compatible_p, objc_comptypes): Remove functions.
3540 (synth_module_prologue): Do not initialize 'unused_list'.
3541 (objc_get_class_reference): Fix ObjC++ impedance mismatches.
3542 (objc_declare_alias): Implement as a typedef.
3543 (objc_substitute_decl, objc_gimplify_expr): Reformat.
3544 (objc_get_class_ivars): Adjust call to get_class_ivars().
3545 (next_sjlj_build_enter_and_setjmp, synth_forward_declarations,
3546 build_ivar_reference, get_super_receiver): Call
3547 objc_build_component_ref() instead of build_component_ref().
3548 (objc_begin_catch_clause): Use DERIVED_FROM_P() instead of
3550 (build_private_template): Call objc_build_struct() instead of
3551 start_struct() and finish_struct().
3552 (hash_init): Initialize volatilized_htab.
3553 (objc_is_public): Adjust calls to objc_get_ivars(); adjust
3554 ObjC++ impedance mismatches.
3555 (encode_aggregate_within): Streamline by calling
3556 encode_aggregate_fields().
3557 * objc-act.h (objc_types_compatible_p): Remove prototype.
3558 (OCTI_UNUSED_LIST, unused_list): Remove slot.
3559 * objc-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
3561 2005-05-18 Geoffrey Keating <geoffk@apple.com>
3563 * Make-lang.in (cc1obj-dummy): New.
3564 (cc1obj-checksum.c): New.
3565 (cc1obj-checksum.o): New.
3566 (cc1obj): Add cc1obj-checksum.o.
3568 2005-05-18 Mike Stump <mrs@apple.com>
3571 * objc-act.c (struct interface_tuple): Mark it up for GC.
3572 (interface_htab): It is really a struct interface_tuple.
3574 2005-05-17 Ziemowit Laski <zlaski@apple.com>
3575 Mike Stump <mrs@apple.com>
3577 Yet more Objective-C++...
3579 * objc-act.c (objc_finish_try_stmt): Add return value.
3580 (objc_build_synchronized): Likewise.
3582 * objc-act.c (objc_is_gcable_type): Add.
3583 (objc_substitute_decl): Add.
3584 (objc_build_ivar_assignment): Add.
3585 (objc_build_global_assignment): Add.
3586 (objc_build_strong_cast_assignment): Add.
3587 (objc_is_ivar_reference_p): Add.
3588 (objc_is_global_reference_p): Add.
3589 (objc_generate_write_barrier): Add.
3590 (objc_rewrite_function_call): Add.
3591 (objc_gimplify_expr): Add Objective-C++ support.
3592 * objc-act.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Likewise.
3593 (SIZEOF_OBJC_TYPE_LANG_SPECIFIC): Add.
3594 (INIT_TYPE_OBJC_INFO): Add Objective-C++ support.
3595 (DUP_TYPE_OBJC_INFO): Likewise.
3596 (struct imp_entry): Add field has_cxx_cdtors.
3597 (struct imp_entry *imp_list): Add OCTI_UMSG_FAST_DECL,
3598 OCTI_METH_LIST_TEMPL, OCTI_METH_PROTO_LIST_TEMPL,
3599 OCTI_IVAR_LIST_TEMPL, OCTI_ASSIGN_IVAR_DECL,
3600 OCTI_ASSIGN_IVAR_FAST_DECL, OCTI_ASSIGN_GLOBAL_DECL,
3601 OCTI_ASSIGN_STRONGCAST_DECL.
3602 (umsg_fast_decl): Add.
3603 (objc_assign_ivar_decl): Add.
3604 (objc_assign_ivar_fast_decl): Add.
3605 (objc_assign_global_decl): Add.
3606 (objc_assign_strong_cast_decl): Add.
3607 (objc_method_list_ptr): Add.
3608 (objc_method_proto_list_ptr): Add.
3609 (objc_ivar_list_ptr): Add.
3611 * objc-act.c (should_call_super_dealloc): Add.
3612 (OBJC_VERSION): Bump to 6.
3613 (objc_is_gcable_type): Add.
3614 (objc_substitute_decl): Add.
3615 (objc_build_ivar_assignment): Add.
3616 (objc_build_global_assignment): Add.
3617 (objc_build_strong_cast_assignment): Add.
3618 (objc_is_gcable_p): Add.
3619 (objc_is_ivar_reference_p): Add.
3620 (objc_is_global_reference_p): Add.
3621 (generate_shared_structures): Add flags parameter.
3622 (objc_generate_cxx_ctor_or_dtor): Add.
3623 (objc_generate_cxx_cdtors): Add.
3624 (add_class): Add name parameter.
3625 (objc_types_share_size_and_alignment): Add.
3626 (comp_proto_with_proto): Add strict parameter.
3627 (CLS_HAS_CXX_STRUCTORS): Add.
3628 (TAG_ASSIGNIVAR): Add.
3629 (TAG_ASSIGNGLOBAL): Add.
3630 (TAG_ASSIGNSTRONGCAST): Add.
3631 (TAG_MSGSEND_FAST): Add.
3632 (TAG_ASSIGNIVAR_FAST): Add.
3633 (TAG_CXX_CONSTRUCT): Add.
3634 (TAG_CXX_DESTRUCT): Add.
3635 (OBJC_LOOKUP_CLASS): Add.
3636 (OBJC_LOOKUP_NO_SUPER): Add.
3637 (objc_finish_file): Add pch support.
3638 (objc_finish_implementation): Add Objective-C++ support.
3639 (synth_module_prologue): Likewise.
3640 (synth_module_prologue): Add fast dispatching.
3641 (objc_get_class_reference): Add Objective-C++ support.
3642 (objc_generate_write_barrier): Likewise.
3643 (next_sjlj_build_enter_and_setjmp): Likewise.
3644 (objc_begin_try_stmt): Likewise.
3645 (build_next_objc_exception_stuff): Add fast ivar support.
3646 (build_private_template): Mark the record as used so debug
3647 information is generated.
3648 (build_protocol_template): Add Objective-C++ support.
3649 (objc_method_parm_type) Likewise.
3650 (objc_generate_cxx_ctor_or_dtor): Likewise.
3651 (objc_generate_cxx_cdtors): Likewise.
3652 (build_protocol_initializer): Likewise.
3653 (build_category_template): Likewise.
3654 (build_class_template): Likewise.
3655 (build_method_list_template): Likewise.
3656 (build_category_initializer): Likewise.
3657 (build_shared_structure_initializer): Likewise.
3658 (objc_finish_message_expr): Likewise.
3659 (build_objc_method_call): Add fast dispatch support.
3660 (lookup_method_static): Add support to end search at superclasses.
3661 (add_method_to_hash_list): Add strict parameter to
3662 comp_proto_with_proto.
3663 (objc_add_method): Likewise.
3664 (objc_add_method): Also set the interface_value.
3665 (add_instance_variable): Add Objective-C++ support.
3666 (objc_is_public): Likewise.
3667 (start_class): Likewise.
3668 (continue_class): Likewise.
3669 (encode_aggregate_within): Likewise.
3670 (start_method_def): Likewise.
3671 (objc_start_function): Clear current_function_returns_value
3672 and current_function_returns_null.
3673 (really_start_method): Add Objective-C++ support.
3674 (objc_finish_method_definition): Add warning for missing
3676 (finish_objc): Add Objective-C++ support.
3677 (generate_objc_image_info): Likewise.
3678 (objc_lookup_ivar): Likewise.
3679 * objc-act.h (TYPE_HAS_OBJC_INFO): Likewise.
3680 (INIT_TYPE_OBJC_INFO): Likewise.
3681 (DUP_TYPE_OBJC_INFO): Likewise.
3683 2005-04-23 DJ Delorie <dj@redhat.com>
3685 * objc-act.c: Adjust warning() callers.
3687 2005-04-21 Roger Sayle <roger@eyesopen.com>
3689 * objc-act.h (METHOD_ADD_ARGS_ELLIPSIS_P): New macro for accessing
3690 this field of an objc method decl.
3691 * objc-act.c (build_method_decl): Take an additional "ellipsis"
3692 argument, and set METHOD_ADD_ARGS_ELLIPSIS_P as appropriate.
3693 (objc_build_method_signature): Accept additional "ellipsis"
3694 argument and pass it to build_method_decl.
3695 (get_arg_type_list, start_method_def, gen_method_decl): Use
3696 the new METHOD_ADD_ARGS_ELLIPSIS_P instead of examining the
3697 TREE_OVERFLOW field of a TREE_LIST node.
3699 2005-04-20 Joseph S. Myers <joseph@codesourcery.com>
3702 * objc-act.c (objc_start_function): Create stack level for context
3703 of identifiers with variably modified type.
3705 2005-03-30 Joseph S. Myers <joseph@codesourcery.com>
3709 * objc-act.c (objc_start_function): Push context on
3710 label_context_stack.
3712 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
3714 * objc-act.c (next_sjlj_build_enter_and_setjmp,
3715 next_sjlj_build_catch_list, next_sjlj_build_try_catch_finally):
3716 Call c_common_truthvalue_conversion.
3718 2005-02-25 Joseph S. Myers <joseph@codesourcery.com>
3720 * Make-lang.in (objc/objc-parse.o-warn, objc/objc-parse.o,
3721 objc/objc-parse.c, objc/objc-parse.y): Remove.
3722 (OBJC_OBJS, objc.srcextra, objc.tags, objc.mostlyclean,
3723 objc.distclean, objc.maintainer-clean): Update for new parser.
3724 * config-lang.in (gtfiles): Update for new parser.
3726 2005-01-29 Kazu Hirata <kazu@cs.umass.edu>
3728 * lang-specs.h, objc-act.c, objc-act.h, objc-lang.c: Update
3731 2005-01-27 Matt Austern <austern@apple.com>
3733 * objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before
3734 calling instantiate_pending_templates.
3736 2005-01-26 Alexander Malmberg <alexander@malmberg.org>
3739 * objc-act.c (build_selector_translation_table): Use
3740 input_location in the diagnostic for the GNU runtime or if
3741 TREE_PURPOSE (chain) is NULL.
3743 2005-01-25 Alexander Malmberg <alexander@malmberg.org>
3746 * objc-act.c (objc_types_compatible_p): New function.
3747 * objc-act.h (objc_types_compatible_p): Declare.
3748 * objc-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Define.
3750 2005-01-16 Ziemowit Laski <zlaski@apple.com>
3752 * objc-act.c (objc_push_parm): Call c_type_promotes_to()
3755 2005-01-15 Ziemowit Laski <zlaski@apple.com>
3758 * objc-act.c (get_arg_type_list): Decay function arguments into
3760 (objc_push_parm): Likewise; bring PARM_DECL construction closer
3761 in line with what the C front-end does.
3762 (objc_get_parm_info): Call pushdecl() and finish_decl() on
3763 each PARM_DECL, like the C front-end does.
3764 (start_method_def): Remove redundant ARRAY_TYPE decay.
3765 (objc_start_function): Bring closer in line with what the
3766 C front-end does for functions.
3768 2005-01-14 Mike Stump <mrs@apple.com>
3770 * lang-specs.h ("@objective-c"): Use cc1obj when -E is used so
3771 that -fobjc-exceptions is accepted.
3773 2004-12-30 Ziemowit Laski <zlaski@apple.com>
3776 * objc-act.c (get_arg_type_list, start_method_def): Decay
3777 array arguments into pointers.
3778 (gen_type_name_0): Learn to pretty-print array types.
3780 2004-12-15 Ziemowit Laski <zlaski@apple.com>
3782 * objc-act.c (build_private_template): Change to return 'void'; do
3783 not set ivar_context, uprivate_record or objc_instance_type.
3784 (objc_comptypes, gen_type_name_0): For types 'id' and 'Class',
3785 retrieve protocol list from the pointee rather than the pointer itself;
3786 check TYPE_HAS_OBJC_INFO(...) precondition before accessing
3787 TYPE_OBJC_PROTOCOL_LIST.
3788 (objc_get_protocol_qualified_type): For types 'id' and 'Class',
3789 construct a variant of the pointee as well as the pointer, and
3790 store protocol information in the former. When creating variants
3791 of RECORD_TYPEs, clone their TYPE_LANG_SPECIFIC fields and propagate
3792 TYPE_OBJC_INTERFACE information.
3793 (objc_declare_class): If a TYPE_DECL is looked up, retrieve the
3794 underlying RECORD_TYPE to check for presence of TYPE_OBJC_INTERFACE;
3795 for newly-created RECORD_TYPEs, create a tentative TYPE_OBJC_INTERFACE
3796 holding an IDENTIFIER_NODE.
3797 (objc_finish_message_expr): Check TYPE_HAS_OBJC_INFO(...) before
3798 accessing TYPE_OBJC_PROTOCOL_LIST; Use TYPE_OBJC_INTERFACE instead
3799 of calling lookup_interface(); allow for TYPE_OBJC_INTERFACE holding
3800 an IDENTIFIER_NODE (meaning a @class forward-declaration only).
3801 (objc_is_public): Check TYPE_OBJC_INTERFACE instead of calling
3803 (continue_class): For @implementations, set ivar_context,
3804 uprivate_record and objc_instance_type, for @interfaces, call
3805 build_private_template().
3806 (encode_pointer): Check TYPE_HAS_OBJC_INFO(...) before accessing
3807 TYPE_OBJC_INTERFACE.
3808 (objc_types_are_equivalent): Check TYPE_HAS_OBJC_INFO(...) before
3809 accessing TYPE_OBJC_PROTOCOL_LIST.
3810 * objc-act.h (OBJC_INFO_SLOT_ELTS, TYPE_OBJC_INFO, INIT_TYPE_OBJC_INFO,
3811 DUP_TYPE_OBJC_INFO, ALLOC_OBJC_TYPE_LANG_SPECIFIC,
3812 SIZEOF_OBJC_TYPE_LANG_SPECIFIC): New macros.
3813 (TYPE_OBJC_INTERFACE): Replaces TREE_STATIC_INSTANCE and now points
3814 to an actual @interface; stored in TYPE_LANG_SPECIFIC(...).
3815 (TYPE_OBJC_PROTOCOL_LIST): Replaces TYPE_PROTOCOL_LIST; stored in
3816 TYPE_LANG_SPECIFIC(...).
3817 (TREE_STATIC_INSTANCE, TYPE_PROTOCOL_LIST): Delete.
3818 (IS_ID, IS_CLASS, IS_PROTOCOL_QUALIFIED_UNTYPED, IS_SUPER,
3819 TYPED_OBJECT): Check for POINTER_TYPE rather than POINTER_TYPE_P;
3820 adjust for use of TYPE_OBJC_INTERFACE and TYPE_OBJC_PROTOCOL_LIST
3821 instead of TREE_STATIC_INSTANCE and TYPE_PROTOCOL_LIST.
3823 2004-11-29 Joseph Myers <joseph@codesourcery.com>
3826 * Make-lang.in (objc/objc-act.o): Update dependencies.
3827 * objc-act.c (objc_finish_file): Call
3828 maybe_apply_pending_pragma_weaks if not OBJCPLUS.
3830 2004-11-09 Andrew Pinski <pinskia@physics.uc.edu>
3833 * obj-act.c (encode_type): 96bits doubles are encoded the
3834 same way as 64bit and 128bit doubles are.
3836 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
3838 * objc-act.c: Use %q, %< and %> for quoting in diagnostics.
3840 2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
3843 * objc-act.c (generate_method_descriptors): Remove setting
3844 the new decls' type to variable_length_type.
3845 (generate_ivar_lists): Likewise.
3846 (generate_dispatch_tables): Likewise.
3848 2004-10-30 Ziemowit Laski <zlaski@apple.com>
3850 * objc-act.c (objc_lookup_ivar): The new OTHER parameter
3851 contains the result of the ID lookup by the C or C++
3852 front-end; in class methods, use OTHER if it exists;
3853 in instance methods, use OTHER only if it is locally
3856 2004-10-26 Ziemowit Laski <zlaski@apple.com>
3858 * objc-act.c (finish_class): Do not synthesize bogus
3859 'extern objc_object *_Foo;' declarations for @interface Foo.
3861 2004-10-25 Ziemowit Laski <zlaski@apple.com>
3862 David Ayers <d.ayers@inode.at>
3864 * objc-act.c (objc_comptypes): Use IS_PROTOCOL_QUALIFIED_UNTYPED
3865 instead of IS_PROTOCOL_QUALIFIED_ID; add comparisons for:
3866 'Class <Protocol> != id <Protocol>'; 'Class <Protocol> != <class> *';
3867 'Class <Protocol> == id' and 'Class <Protocol> == Class'.
3868 (objc_is_id): Add test for 'super'.
3869 (objc_finish_message_expr): Allow for messaging of 'Class <Proto>'
3870 receivers; if class methods are not found in protocol lists, search
3871 for instance methods therein and warn if one is found. Look in
3872 global hash tables for suitable method as a last resort when messaging
3873 'id <Proto>', 'Class <Proto>' and invalid receiver types.
3874 (objc_add_method): Insert instance methods listed in protocols into
3875 the global class method hash table.
3876 * objc-act.h (IS_PROTOCOL_QUALIFIED_ID): Rename to
3877 IS_PROTOCOL_QUALIFIED_UNTYPED and allow for 'Class <Proto>' in
3878 addition to 'id <Proto>'.
3880 2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
3883 * objc-act.c (objc_build_string_object): Create a CONST_DECL
3884 for the NeXT runtime case.
3886 2004-10-02 Kazu Hirata <kazu@cs.umass.edu>
3888 * objc-act.c: Fix comment typos.
3890 2004-09-24 Ziemowit Laski <zlaski@apple.com>
3892 * objc-act.c (init_objc_symtab, init_module_descriptor,
3893 build_shared_structure_initializer): When initializing 'long'
3894 fields, ensure that the initializer value is also 'long'.
3896 2004-09-24 Zack Weinberg <zack@codesourcery.com>
3898 * objc-act.c: Change annotate_with_locus to SET_EXPR_LOCATION
3900 (objc_init): Only set input_line to 0 #ifndef USE_MAPPED_LOCATION.
3901 (build_selector_translation_table): Use %J in diagnostic
3902 instead of diddling input_line. Fix spelling.
3904 2004-09-21 Ziemowit Laski <zlaski@apple.com>
3906 * objc-act.c (objc_fold_objc_type_ref): New function.
3907 * objc-act.h (objc_fold_objc_type_ref): New prototype.
3909 2004-09-09 Joseph S. Myers <jsm@polyomino.org.uk>
3911 * objc-act.c (objc_start_function, really_start_method,
3912 objc_get_parm_info, start_method_def): Update to new arg_info
3915 2004-09-07 Ziemowit Laski <zlaski@apple.com>
3917 * Make-lang.in (objc/objc-parse.o): Depend on $(C_COMMON_H) instead of
3919 (objc/objc-act.o): Depend on $(HASHTAB_H).
3920 * objc-act.c: Include hashtab.h; in ObjC++ mode, include cp-tree.h and
3921 objcp-decl.h instead of c-tree.h.
3922 (build_module_descriptor, get_class_ivars, synth_id_with_class_suffix,
3923 error_with_ivar, gen_method_decl, gen_declaration, setup_string_decl,
3924 build_protocol_template): Adjust prototypes.
3925 (build_module_initializer_routine, start_class, continue_class,
3926 finish_class, start_method_def, objc_start_function, start_protocol,
3927 build_method_decl, objc_add_method, add_instance_variable,
3928 build_ivar_reference, is_ivar, is_private, get_super_receiver,
3929 build_selector_table_decl, objc_push_parm, objc_get_parm_info,
3930 gen_type_name, gen_type_name_0, start_var_decl, finish_var_decl,
3931 create_field_decl): New prototypes.
3932 (objc_expand_function_end, comp_method_with_proto, objc_expr_last,
3933 gen_declaration_1, gen_declarator, is_complex_decl, adorn_decl,
3934 define_decl, create_builtin_decl, gen_declspecs): Remove prototypes.
3935 (TYPE_ID): Rename to OBJECT_TYPEDEF_NAME.
3936 (CLASS_TYPEDEF_NAME): New.
3937 (TAG_EXECCLASS): Change from a global variable to a #define.
3938 (TAG_RETURN_STRUCT): Delete.
3939 (TAG_GNUINIT): New, holds '__objc_gnu_init' name.
3940 (objc_inherit_code, objc_public_flag): New, moved from c-parse.in.
3941 (string_descriptor): New struct.
3942 (string_htab): New hash table.
3943 (string_hash, string_eq): New prototypes.
3944 (generate_struct_by_value_array): Call create_field_decl() instead of
3945 create_builtin_decl().
3946 (objc_init): Do not initialize objc_ellipsis_node or TAG_EXECCLASS;
3947 In ObjC++ mode, call cxx_init() instead of c_objc_common_init().
3948 (objc_finish_file): In ObjC++, call instantiate_pending_templates()
3949 and cp_finish_file().
3950 (define_decl, get_static_reference, get_protocol_reference,
3951 create_builtin_decl): Remove functions.
3952 (objc_start_class_interface, objc_start_category_interface,
3953 objc_start_protocol, objc_continue_interface, objc_finish_interface,
3954 objc_start_class_implementation, objc_start_category_implementation,
3955 objc_continue_implementation, objc_finish_implementation,
3956 objc_set_visibility, objc_set_method_type,
3957 objc_build_method_signature, objc_add_method_declaration,
3958 objc_start_method_definition, objc_add_instance_variable,
3959 objc_get_protocol_qualified_type, create_field_decl,
3960 start_var_decl, finish_var_decl): New functions.
3961 (setup_string_decl): Simplify since it is only called once.
3962 (synth_module_prologue): Call build_class_template(); predefine 'id'
3963 and 'Class' as typedefs; rename 'temp_type' to 'type'; disable debug
3964 hooks for duration of function; fix GNU runtime messenger signatures
3965 to correspond to reality; forward-declare '__objc_exec_class' for the
3966 GNU runtime; call build_selector_table_decl(); in ObjC++ mode, generate
3967 'extern "C" { ... }' wrappers around synthesized declarations; call
3968 build_protocol_template() and build_category_template().
3969 (string_hash, string_eq): New functions.
3970 (objc_build_string_object): Check metaclass correctness only once;
3971 store string literals in hash table.
3972 (objc_build_constructor): Do not convert initializer elements;
3973 adjust for ObjC++ impedance mismatch.
3974 (build_objc_symtab_template): Call create_field_decl() instead of
3975 create_builtin_decl().
3976 (init_objc_symtab): Add missing conversion to initializer element.
3977 (build_metadata_decl): Call start_var_decl() instead of define_decl().
3978 (generate_objc_symtab_decl): Do not call build_category_template();
3979 call start_var_decl() and finish_var_decl() instead of start_decl()
3981 (build_module_descriptor): Call create_field_decl() instead of
3982 grokfield(); call start_var_decl() and finish_var_decl() instead of
3983 start_decl() and finish_decl(); always mark module descriptor as
3984 used; move GNU runtime-specific functionality to
3985 build_module_initializer_routine().
3986 (build_module_initializer_routine): New function, broken off of
3987 build_module_descriptor().
3988 (objc_static_init_needed_p, objc_generate_static_init_call): New
3990 (generate_static_references, generate_strings,
3991 build_selector_translation_table, generate_descriptor_table,
3992 generate_ivars_list, generate_dispatch_table, generate_category): Call
3993 start_var_decl() and finish_var_decl() instead of start_decl() and
3994 finish_decl(); build a type directly instead of via groktypename().
3995 (build_selector_reference_decl, build_selector_table_decl,
3996 build_class_reference_decl, build_protocol_reference,
3997 generate_objc_image_info): Call start_var_decl() instead of
3999 (build_selector_reference): For GNU runtime, do not call
4000 build_selector_reference_decl().
4001 (build_selector, build_typed_selector_reference): Always convert
4002 result to the selector type.
4003 (add_objc_string): Cast return value to 'char *'.
4004 (build_method_prototype_template, build_selector_template,
4005 build_method_template): Use actual selector type for fields
4006 pointing to selectors.
4007 (finish_objc): For GNU runtime, call
4008 build_module_initializer_routine() after build_module_descriptor().
4009 (generate_protocol_list, generate_shared_structures): Call
4010 start_var_decl() and finish_var_decl() instead of start_decl() and
4011 finish_decl(); build a type directly instead of via
4013 (synth_id_with_class_suffix): Return a string.
4014 (get_arg_type_list): For instance methods, use the instance type for
4015 'self'; do not call groktypename_in_parm_context().
4016 (build_objc_string_decl): Squash redeclaration errors in ObjC++.
4017 (objc_is_class_name): Use OBJC_TYPE_NAME instead of TYPE_NAME;
4018 handle RECORD_TYPEs in ObjC as well as ObjC++.
4019 (objc_is_id): New function.
4020 (objc_is_object_ptr): Return the canonical type node.
4021 (objc_get_class_ivars): Simplify using get_class_ivars().
4022 (get_class_ivars): Remove second parameter; create a fresh copy
4023 of the ivar list for each call; do not check for existence of
4025 (objc_eh_runtime_type): Mark #ifndef OBJCPLUS.
4026 (objc_init_exceptions): When using SJLJ-style exceptions, require
4027 the use of '-fobjc-exceptions' flag; do not require it for DWARF-style
4029 (objc_build_exc_ptr, next_sjlj_build_try_catch_finally): Use
4030 objc_object_type instead of objc_id_type.
4031 (objc_begin_catch_clause): Convert the incoming PARM_DECL into
4032 a VAR_DECL before placing it in the appropriate scope; do not
4033 call define_decl(); adjust call to c_begin_compound_stmt();
4034 use objc_object_type instead of objc_id_type.
4035 (build_next_objc_exception_stuff): Call create_field_decl() instead
4036 of create_builtin_decl(); construct type directly instead of calling
4037 groktypename(); use OBJC_VOID_AT_END to mark end of function parameters.
4038 (build_private_template): Adjust call to get_class_ivars(); build
4039 a type directly instead of via groktypename().
4040 (build_protocol_template, build_method_prototype_list_template,
4041 build_method_prototype_template, build_category_template,
4042 build_selector_template, build_class_template, build_super_template,
4043 build_ivar_template, build_ivar_list_template,
4044 build_method_list_template, build_method_template):
4045 Call create_field_decl() instead of grokfield().
4046 (objc_method_parm_type): Do not call groktypename().
4047 (generate_descriptor_table): Call start_var_decl() and
4048 finish_var_decl() instead of start_decl() and finish_decl().
4049 (generate_method_descriptors, build_protocol_initializer,
4050 generate_dispatch_tables, build_category_initializer,
4051 build_shared_structure_initializer): Do not call groktypename().
4052 (generate_protocols): Call start_var_decl() and finish_var_decl()
4053 instead of start_decl() and finish_decl(); do not call groktypename().
4054 (error_with_ivar): Remove last parameter.
4055 (check_ivars): Do not iterate ovar CLASS_RAW_IVARS lists in addition
4056 to CLASS_IVARS lists; adjust calls to error_with_ivar().
4057 (generate_ivar_lists): Convert one of the initializer elements; do
4058 not call groktypename().
4059 (get_arg_type_list, start_method_def, gen_method_def): Account for
4060 new representation of variable arguments and '...' in Objective-C
4061 methods; add Objective-C++ impedance matching code.
4062 (is_objc_type_qualifier): Remove function.
4063 (adjust_type_for_id_default): Simplify; there is no longer a need to
4064 wade through declspecs.
4065 (lookup_interface, start_class, continue_class,
4066 finish_class, start_method_def, start_protocol, build_method_decl,
4067 objc_add_method, add_instance_variable, build_ivar_reference,
4068 is_ivar, is_private, get_super_receiver, objc_build_finally_epilogue):
4069 Make into static functions.
4070 (receiver_is_class_object): Use new IS_CLASS() macro.
4071 (objc_build_message_expr): Tweak ObjC++ message argument handling;
4072 call objc_finish_message_expr() instead of finish_message_expr().
4073 (finish_message_expr): Rename to objc_finish_message_expr(); use
4074 OBJC_TYPE_NAME and OBJC_SET_TYPE_NAME macros instead of TYPE_NAME.
4075 call gen_type_name() instead of gen_declaration(); call objc_is_id()
4076 instead of using IS_ID and IS_CLASS; Use objc_class_name instead of
4077 calling get_identifier("Class"); handle CONVERT_EXPRs in receiver.
4078 (build_objc_method_call, warn_with_method): Do not call groktypename().
4079 (build_ivar_reference): Call convert() instead of clobbering in a
4081 (hash_init): Initialize string_htab hash table.
4082 (add_instance_variable): Simplify parameter list; do not call grokfield();
4083 do not populate CLASS_IVARS list.
4084 (start_class): Check for the existence of super class, if one was specified.
4085 (continue_class): Use CLASS_RAW_IVARS rather than CLASS_IVARS; do not
4086 call build_class_template(); adjust call to get_class_ivars(); call
4087 build_decl(), pushdecl() and finish_decl() instead of define_decl().
4088 (finish_class): Call build_decl(), pushdecl() and finish_decl() instead
4090 (add_protocols): Use PROTOCOL_BINFO_ELTS for the tree vector size.
4091 (start_protocol): Do not call build_protocol_template(); use
4092 PROTOCOL_BINFO_ELTS for the tree vector size.
4093 (encode_type_qualifiers): Do not handle the 'const' qualifier here.
4094 (encode_pointer): Encode 'const char *' as 'r*', for backwards
4096 (encode_array): Use HOST_WIDE_INT_PRINT_DEC instead of "%ld".
4097 (encode_type): Handle the 'const' qualifier here.
4098 (objc_parmlist): New global variable, sued by objc_push_parm and
4099 objc_get_parm_info().
4100 (objc_push_parm, objc_get_parm_info): New functions.
4101 (objc_expr_last): Remove function.
4102 (synth_self_and_ucmd_args): For instance methods, use the instance
4103 type for 'self'; call objc_push_parm() instead of push_parm_decl().
4104 (start_method_def): Do not call push_scope(), declare_parm_level(),
4105 pop_scope(), push_parm_decl(), store_parm_decls() or objc_expr_last();
4106 just use objc_push_parm() and objc_get_parm_info().
4107 (comp_method_with_proto): Remove function.
4108 (objc_types_are_equivalent): Strip away indirections before comparing
4110 (comp_proto_with_proto): Do not call groktypename(); types are no
4111 longer in raw declspec format.
4112 (objc_start_function): New function.
4113 (really_start_method): Call comp_proto_with_proto() instead of
4114 comp_method_with_proto(); call objc_start_function() instead of
4115 hand-crafting a function declarator.
4116 (continue_method_def, objc_expand_function_end): Remove functions.
4117 (get_super_receiver): Call objc_get_current_scope() instead of
4118 get_current_scope(); reference 'super_class' field (instead of
4120 (finish_method_def): Rename to objc_finish_method_definition() and
4121 add a function decl parameter; move method encoding call from
4122 objc_expand_function_end().
4123 (is_complex_decl, adorn_decl, gen_declarator, gen_declspecs,
4124 gen_declaration_1): Remove functions.
4125 (tmpbuf, RAW_DECLSPEC): Remove.
4126 (gen_declaration): Remove second parameter; simplify to deal
4127 with TYPE_P nodes instead of raw declspecs.
4128 (gen_type_name, gen_type_name_0): New functions.
4129 (gen_method_decl): Remove second parameter; call gen_type_name()
4130 instead of gen_declaration_1().
4131 (dump_interface): Adjust calls to gen_declaration() and
4132 gen_method_decl(); do not allocate a separate string buffer.
4133 (init_objc): Allocate a larger string buffer to accommodate
4134 dump_interface(); adjust call to build_module_descriptor();
4135 add call to build_module_initializer_routine() for the GNU
4137 (generate_classref_translation_entry): Do not call start_decl(); call
4138 finish_var_decl() instead of finish_decl(); call convert() instead of
4140 * objc-act.h (CLASS_OWN_IVARS): Remove accessor.
4141 (CLASS_BINFO_ELTS): Reduce from 6 to 5, now that CLASS_OWN_IVARS is
4143 (OCTI_GNU_INIT_DECL, GNU_INIT_decl): New.
4144 (OCTI_ELLIPSIS_NODE, objc_ellipsis_node): Remove.
4145 (OCTI_ID_ID, id_type, objc_id_id): Rename to OCTI_ID_NAME,
4146 objc_object_type and objc_object_name, respectively.
4147 (OCTI_CLS_REF, OCTI_CLASS_NAME, objc_class_reference,
4148 objc_class_name): New.
4149 (IS_CLASS): New macro.
4150 (IS_ID, IS_SUPER): Robustify.
4151 (OCTI_EXECCLASS_DECL, execclass_decl): New.
4152 (finish_file, start_class, continue_class, finish_class,
4153 start_method_def, continue_method_def, finish_method_def,
4154 start_protocol, finish_protocol, objc_build_throw_stmt,
4155 objc_build_try_catch_finally_stmt, objc_build_synchronized_prologue,
4156 objc_build_synchronized_epilogue, objc_build_try_prologue,
4157 objc_build_try_epilogue, objc_build_catch_stmt, objc_build_catch_epilogue,
4158 objc_build_finally_prologue, objc_build_finally_epilogue,
4159 is_ivar, is_private, is_public, add_instance_variable, objc_add_method,
4160 get_super_receiver, objc_clear_super_receiver, get_class_ivars_from_name,
4161 get_class_reference, get_static_reference, get_object_reference,
4162 build_message_expr, finish_message_expr, build_selector_expr,
4163 build_ivar_reference, build_keyword_decl, build_method_decl,
4164 build_protocol_expr, build_objc_string_object, objc_declare_alias,
4165 objc_declare_class, objc_declare_protocols, objc_comptypes,
4166 objc_check_decl, build_encode_expr): Remove prototypes.
4167 (imp_count, cat_count): Make GGC-aware.
4168 (OBJC_SET_TYPE_NAME): New macro.
4170 2004-09-03 Ziemowit Laski <zlaski@apple.com>
4172 * config-lang.in: Update copyright notice.
4173 (lang_requires): Indicate that ObjC requires C to be built first.
4175 2004-09-01 Ziemowit Laski <zlaski@apple.com>
4177 * objc-act.c (objc_check_decl): Use OBJC_TYPE_NAME macro instead of
4179 (build_objc_string_object): Rename to objc_build_string_object().
4180 (get_class_reference): Rename to objc_get_class_reference().
4181 (get_class_ivars_from_name): Rename to objc_get_class_ivars().
4182 (next_sjlj_build_catch_list, get_super_receiver): Call
4183 objc_get_class_reference() instead of get_class_reference().
4184 (build_keyword_decl): Rename to objc_build_keyword_decl().
4185 (build_message_expr): Rename to objc_build_message_expr().
4186 (build_protocol_expr): Rename to objc_build_protocol_expr().
4187 (build_selector_expr): Rename to objc_build_selector_expr().
4188 (build_encode_expr): Rename to objc_build_encode_expr().
4189 * objc-act.h (get_class_ivars_from_name): Rename prototype to
4190 objc_get_class_ivars().
4191 (get_class_reference): Rename prototype to objc_get_class_reference().
4192 (build_message_expr): Rename prototype to objc_build_message_expr().
4193 (build_selector_expr): Rename prototype to objc_build_selector_expr().
4194 (build_keyword_decl): Rename prototype to objc_build_keyword_decl().
4195 (build_protocol_expr): Rename prototype to objc_build_prototype_expr().
4196 (build_objc_string_object): Rename prototype to
4197 objc_build_string_object().
4199 2004-09-01 Ziemowit Laski <zlaski@apple.com>
4201 * objc-act.c (lookup_interface): Make function 'static' and add a
4203 (objc_check_decl, get_class_reference, objc_declare_alias,
4204 objc_declare_class, objc_is_object_ptr): Call objc_is_class_name()
4205 instead of is_class_name().
4206 (get_super_receiver, objc_clear_super_receiver): Call
4207 objc_get_current_scope() instead of get_current_scope().
4208 (is_class_name): Rename to objc_is_class_name.
4209 (lookup_objc_ivar): Rename to objc_lookup_ivar.
4211 2004-08-28 Ziemowit Laski <zlaski@apple.com>
4213 * objc-act.c (objc_is_reserved_word): New function.
4215 2004-08-15 Ziemowit Laski <zlaski@apple.com>
4217 * Make-lang.in (objc/objc-lang.o): Depend on $(C_PRETTY_PRINT_H),
4218 $(DIAGNOSTIC_H), c-objc-common.h and gtype-objc.h, but not on toplev.h.
4219 (objc/objc-parse.o): Do not depend on gtype-objc.h.
4220 * objc-act.c: Do not include gtype-objc.h.
4221 (finish_file): Rename to objc_finish_file().
4222 * objc-act.h (finish_file): Update copyright notice; remove prototype.
4223 * objc-lang.c: Update copyright notice; include diagnostic.h,
4224 c-objc-common.h, c-pretty-print.h and gtype-objc.h; do not include
4226 (finish_file): New hook routine.
4227 (LANG_HOOKS_FINISH, LANG_HOOKS_INIT_OPTIONS,
4228 LANG_HOOKS_INITIALIZE_DIAGNOSTICS, LANG_HOOKS_HANDLE_OPTION,
4229 LANG_HOOKS_MISSING_ARGUMENT, LANG_HOOKS_POST_OPTIONS,
4230 LANG_HOOKS_GET_ALIAS_SET, LANG_HOOKS_SAFE_FROM_P,
4231 LANG_HOOKS_EXPAND_EXPR, LANG_HOOKS_MARK_ADDRESSABLE,
4232 LANG_HOOKS_PARSE_FILE, LANG_HOOKS_TRUTHVALUE_CONVERSION,
4233 LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL,
4234 LANG_HOOKS_STATICP, LANG_HOOKS_SET_DECL_ASSEMBLER_NAME,
4235 LANG_HOOKS_NO_BODY_BLOCKS, LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL,
4236 LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_FUNCTION_ENTER_NESTED,
4237 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_DUP_LANG_SPECIFIC_DECL,
4238 LANG_HOOKS_DECL_UNINIT, LANG_HOOKS_RTL_EXPAND_STMT,
4239 LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
4240 LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
4241 LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
4242 LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
4243 LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING,
4244 LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS,
4245 LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN,
4246 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_TYPE_FOR_MODE,
4247 LANG_HOOKS_TYPE_FOR_SIZE, LANG_HOOKS_SIGNED_TYPE,
4248 LANG_HOOKS_UNSIGNED_TYPE, LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE,
4249 LANG_HOOKS_INCOMPLETE_TYPE_ERROR, LANG_HOOKS_TYPE_PROMOTES_TO,
4250 LANG_HOOKS_REGISTER_BUILTIN_TYPE, LANG_HOOKS_WRITE_GLOBALS):
4251 Move to c-objc-common.h.
4254 Copyright (C) 2004-2022 Free Software Foundation, Inc.
4256 Copying and distribution of this file, with or without modification,
4257 are permitted in any medium without royalty provided the copyright
4258 notice and this notice are preserved.