[Ada] Further cleanup in inlining machinery
[official-gcc.git] / gcc / objcp / ChangeLog
blobb54fda86b60e9c264d6f9769a5a69fc3af37687c
1 2019-05-10  Jakub Jelinek  <jakub@redhat.com>
3         PR pch/90326
4         * config-lang.in (gtfiles): Don't add c-family/c-cppbuiltin.c.
6 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
8         Update copyright years.
10 2018-10-17  David Malcolm  <dmalcolm@redhat.com>
12         * Make-lang.in (selftest-obj-c++): New.
14 2018-05-07  Nathan Sidwell  <nathan@acm.org>
16         * objcp-lang.c (objcxx_init_ts): Don't call init_shadowed_var_for_decl.
18 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
20         Update copyright years.
22 2017-07-03  Nathan Sidwell  <nathan@acm.org>
24         * config-lang.in: Source cp/config-lang.in, sort objc++ gtfiles list.
26 2017-06-02  Nathan Sidwell  <nathan@acm.org>
28         * objcp-decl.h (SIZEOF_OBJC_TYPE_LANG_SPECIFIC): Use lang_type.
29         (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use it.  Don't set
30         u.c.h.is_lang_type_class.
32 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
34         Update copyright years.
36 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
38         Update copyright years.
40 2015-11-13  Jason Merrill  <jason@redhat.com>
42         * config-lang.in (gtfiles): Add cp-gimplify.c.
44 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
46         * objcp-decl.c: Remove unused header files.
47         * objcp-lang.c: Likewise.
49 2015-10-29  Andrew MacLeod  <amacleod@redhat.com>
51         * objcp-decl.c: Reorder #include's and remove duplicates.
52         * objcp-lang.c: Likewise.
54 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
56         * objcp-decl.c: Adjust includes.
57         * objcp-lang.c: Likewise.
59 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
61         * objcp-decl.c: Do not include input.h, line-map.h or is-a.h.
62         * objcp-lang.c: Likewise.
64 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
66         * objcp-decl.c : Adjust include files.
67         * objcp-lang.c : Likewise.
69 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
71         * objcp-decl.c: Adjust includes for restructured coretypes.h.
72         * objcp-lang.c: Likewise.
74 2015-04-27  Jim Wilson  <jim.wilson@linaro.org>
76         * Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.
78 2015-01-09  Michael Collison  <michael.collison@linaro.org>
80         * objcp-decl.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
81         input.h, alias.h, symtab.h, options, fold-const.h,
82         wide-int.h, and inchash.h due to flattening of tree.h.
83         * objcp-lang.c: Ditto.
85 2014-12-31  Iain Sandoe  <iain@codesourcery.com>
87         * config-lang.in (gtfiles): Update list.
89 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
91         * objcp-decl.h: Adjust.
93 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
95         * objcp-decl.h (OBJC_TYPE_NAME, OBJC_SET_TYPE_NAME): Use
96         TYPE_IDENTIFIER.
98 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
100         Update copyright years
102 2013-09-25  Tom Tromey  <tromey@redhat.com>
104         * Make-lang.in (START_HDRS, cc1objplus-checksum.o)
105         (objcp/objcp-lang.o, objcp/objcp-decl.o
106         (objcp/objc-runtime-shared-support.o)
107         (objcp/objc-gnu-runtime-abi-01.o objcp/objc-next-runtime-abi-01.o)
108         (objcp/objc-next-runtime-abi-02.o, objcp/objcp-act.o)
109         (objcp/objc-encoding.o, objcp/objc-map.o): Use COMPILE and
110         POSTCOMPILE.  Remove explicit dependencies.
112 2013-05-16  Jason Merrill  <jason@redhat.com>
114         * Make-lang.in (cc1objplus$(exeext)): Use link mutex.
116 2012-06-02  Jason Merrill  <jason@redhat.com>
118         * objcp-decl.c (objcp_start_struct): Adjust for change in
119         begin_class_definition prototype.
121 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
123         * Make-lang.in (OBJCXX_OBJS): Added objc-map.o.
124         (objcp/objc-map.o): New rule.
125         (objcp/objcp-act.o): Depend on objc/objc-map.h.
126         * config-lang.in (gtfiles): Added objc-map.h.
128 2011-07-11  Nicola Pero  <nicola.pero@meta-innovation.com>
130         * Make-lang.in (objcp/objc-runtime-shared-support.o): Do not
131         depend on OBSTACK_H.
132         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
133         (objcp/objc-next-runtime-abi-01.o): Likewise.
134         (objcp/objc-next-runtime-abi-02.o): Likewise.
135         (objcp/objcp-act.o): Likewise.
137 2011-07-04  Nicola Pero  <nicola.pero@meta-innovation.com>
139         * Make-lang.in (OBJCXX_OBJS): Added objc-encoding.o.
140         (objcp/objcp-lang.o): Reordered dependencies.  Depend on GGC_H.
141         (objcp/objcp-decl.o): Reordered dependencies.
142         (objcp/objc-runtime-shared-support.o): Reordered dependencies.
143         Updated them to be identical to the corresponding new objc/ ones,
144         with the addition of objcp-decl.h.
145         (objcp/objc-runtime-shared-support.o): Likewise.
146         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
147         (objcp/objc-next-runtime-abi-01.o): Likewise.
148         (objcp/objc-next-runtime-abi-02.o): Likewise.
149         (objcp/objcp-act.o): Reordered dependencies.  Added dependency on
150         objc-encoding.h.
151         (objcp/objc-encoding.o): New rule.
153 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
155         * objcp-decl.c (objcp_finish_struct): Use
156         objc_detect_field_duplicates instead of having a local
157         implementation.
159 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
161         * objcp-lang.c (objcxx_init_ts): Call objc_common_init_ts and
162         cp_common_init_ts.
164 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
166         PR bootstrap/48167
167         * Make-lang.in (START_HDRS): Added CXX_PARSER_H and
168         CXX_PRETTY_PRINT_H.
169         * config-lang.in (gtfiles): Added cp/parser.h and reorganized list
170         so that it is more obvious that it is identical to the C++ one
171         with the addition of some files at the end.
173 2011-03-06  Joseph Myers  <joseph@codesourcery.com>
175         * lang-specs.h: Match -save-temps* instead of -save-temps.
177 2011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
179         PR objc++/47711
180         * config-lang.in (gtfiles): Updated list.
182 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
184         * Make-lang.in (START_HDRS): New.
185         (OBJCXX_OBJS): Added new object files from objc/.
186         (objcp/objcp-act.o): Updated prerequisites.
187         (objcp/objcp-lang.o): Updated prerequisites.
188         (objcp/objc-runtime-shared-support.o): New.
189         (objcp/objc-gnu-runtime-abi-01.o): New.
190         (objcp/objc-next-runtime-abi-01.o): New.
191         (objcp/objc-next-runtime-abi-02.o): New.
192         * config-lang.in (gtfiles): Updated.
193         * objcp-lang.c (objcxx_eh_personality): Removed.
194         (LANG_HOOKS_EH_PERSONALITY): Removed.
195         (LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
196         (objcp_eh_personality_decl): Removed.
198 2011-02-07  Mike Stump  <mikestump@comcast.net>
200         * Make-lang.in (obj-c++.tags): Don't include *.y.
202 2010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
204         * objcp-lang.c (objcp_tsubst_copy_and_build): Update call to
205         objc_finish_message_expr.
207 2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
209         * config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
211 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
213         * config-lang.in (gtfiles): Added c-family/c-objc.h.
214         * Make-lang.in (objcp/objcp-act.o): Depend on
215         c-family/c-objc.h.
216         (objcp/objcp-lang.o): Same change.
217         (objcp/objcp-decl.o): Same change.
218         * objcp-lang.c: Include c-family/c-objc.h.
219         * objcp-decl.c: Same change.
221 2010-11-23  Nicola Pero  <nicola.pero@meta-innovation.com>
223         PR objc/24358
224         * lang-specs.h: Print a deprecation note every time
225         objc++-cpp-output is requested.
227 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
229         * objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define.
231 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
233         * objcp-lang.c (finish_file): Removed.
235 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
237         merge from FSF apple 'trunk' branch.
238         2006 Fariborz Jahanian  <fjahanian@apple.com>
240         Radars 4436866, 4505126, 4506903, 4517826
241         * objcp-lang.c (objcxx_init_ts): Update for property_decl.
243 2010-10-13  Richard Henderson  <rth@redhat.com>
245         * objcp-lang.c (objcxx_eh_personality): Update call to
246         build_personality_function.
248 2010-10-11  Andi Kleen  <ak@linux.intel.com>
250         * Make-lang.in (cc1objplus-checksum.c): Use correct temporary
251         name.
253 2010-10-07  Andi Kleen  <ak@linux.intel.com>
255         * Make-lang.in (cc1objplus-dummy): Remove.
256         (cc1objplus-checksum): Change to run checksum over object files
257         and options only.
259 2010-10-04  Andi Kleen  <ak@linux.intel.com>
261         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add + to build rule.
263 2010-09-28  Richard Henderson  <rth@redhat.com>
265         * objcp-lang.c: Include "target.h".
266         (objcxx_eh_personality): Use targetm.except_unwind_info.
267         * Make-lang.in (objcp-lang.o): Update deps.
269 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
271         PR objc/25965
272         * objcp-decl.c (objcp_finish_struct): Call
273         objc_get_interface_ivars() and check for duplicate ivars.
275 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
277         * objcp-lang.c: Do not include except.h.
278         * Make-lang.in: Update dependencies.
280 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
282         * lang-specs.h: Remove +e handling.
284 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
286         * objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
287         allocation.
289 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
291         * objcp-lang.c: Update include path for moved files.
292         * config-lang.in: Update paths in gtfiles for files in c-family/.
294 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
296         * objcp-decl.c: Do not include tm.h, rtl.h, expr.h, c-common.h,
297         flags.h, input.h, except.h, output.h, toplev.h, cpplib.h, debug.h,
298         and target.h.
299         * objcp-lang.c: Do not include tm.h, toplev.h, diagnostics.h,
300         and debug.h.  Explain why except.h has to be included.
301         * Make-lang.in: Update dependencies.
303 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
305         * objcp-decl.c: Do not include varray.h.
307 2009-09-22  Richard Guenther  <rguenther@suse.de>
309         PR objc++/41430
310         * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
311         * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
312         (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
313         (objcxx_eh_personality): New function.
315 2009-09-03  Diego Novillo  <dnovillo@google.com>
317         * objcp-lang.c (lang_hooks): Remove const qualifier.
319 2009-07-14  Taras Glek  <tglek@mozilla.com>
320             Rafael Espindola  <espindola@google.com>
322         * Make-lang.in (obj-c.install-plugin): New target for
323         installing plugin headers.
325 2009-06-19  Ian Lance Taylor  <iant@google.com>
327         * objcp-decl.h (start_struct): Remove in_struct and struct_types
328         parameters.  Add struct_info parameter.
329         (finish_struct): Likewise.
331 2009-06-13  Aldy Hernandez  <aldyh@redhat.com>
333         * objcp-decl.h (start_struct): Add location argument.
334         (finish_struct): Same.
335         (finish_decl): New.
337 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
339         * objcp-decl.h (c_end_compound_stmt): New argument.
340         * objcp-decl.c (objcp_start_struct): Add argument.
341         (objcp_finish_struct): Same.
343 2009-06-03  Ian Lance Taylor  <iant@google.com>
345         * Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H)
346         and $(SYSTEM_H).
348 2009-05-27  Ian Lance Taylor  <iant@google.com>
350         * Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to
351         $(LINKER).
352         (cc1objplus$(exeext)): Likewise.
354 2009-05-26  Ian Lance Taylor  <iant@google.com>
356         * Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER).
357         (cc1objplus$(exeext), objcp/objcp-act.o): Likwise.
359 2009-05-10  Ian Lance Taylor  <iant@google.com>
361         * objcp-decl.h (start_struct): Add three new, ignored, macro
362         parameters.
363         (finish_struct): Add two new, ignored, macro parameters.
365 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
367         * ChangeLog: Add copyright and license notices.
369 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
371         PR bootstrap/38262
372         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
373         remove GMPLIBS.
375 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
377         PR objc/37460
378         * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
380 2008-04-03  Tom Tromey  <tromey@redhat.com>
382         * Make-lang.in (obj-c++_OBJS): New variable.
384 2008-03-27  Tom Tromey  <tromey@redhat.com>
386         * Make-lang.in: Revert automatic dependency patch.
388 2008-03-25  Tom Tromey  <tromey@redhat.com>
390         * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
391         (objcp/objcp-act.o): Restore target.
393 2008-03-25  Tom Tromey  <tromey@redhat.com>
395         * Make-lang.in (objcp_OBJS): New variable.
396         (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
397         objcp/objcp-act.o): Remove.
399 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
401         Revert:
403         2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
404                     Douglas Gregor  <doug.gregor@gmail.com>
406         PR bootstrap/35115
407         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
409 2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
410             Douglas Gregor  <doug.gregor@gmail.com>
412         PR bootstrap/35115
413         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
415 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
417         PR other/35107
418         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
420 2007-08-02  Nick Clifton  <nickc@redhat.com>
422         * Make-lang.in: Change copyright header to refer to version 3 of
423         the GNU General Public License and to point readers at the
424         COPYING3 file and the FSF's license web page.
425         * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
426         objcp-lang.c: Likewise.
428 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
430         * Make-lang.in: Add dummy lang.install-pdf target.
432 2006-10-23  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
434         * objcp-decl.h (objcp_builtin_function): Remove.
436 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
438         * Make-lang.in: Added empty "obj-c++.pdf" target.
440 2006-08-20  Mark Mitchell  <mark@codesourcery.com>
442         * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
443         tsubst_copy_and_build.
445 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
447         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
449 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
451         PR other/27063
452         * config-lang.in: Add subdir_requires.
454 2006-06-30  Jason Merrill  <jason@redhat.com>
456         * objcp-decl.c (objcp_start_struct): Pass null attributes argument
457         to begin_class_definition.
459 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
461         * Make-lang.in (objcp/objcp-decl.o): Add dependency on
462         $(TARGET_H).
464 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
466         * Make-lang.in (OBJ-C++): Remove
467         (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
469 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
471         * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
473 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
475         * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
477 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
479         * Make-lang.in: Remove all dependencies on s-gtype.
481 2005-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
483         * objcp-decl.c (objcp_lookup_name): Remove.
484         * objcp-decl.h (objcp_lookup_name): Delete.
485         (lookup_name): Kill define.
487 2005-09-11  Richard Henderson  <rth@redhat.com>
489         * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
491 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
493         * config-lang.in (gtfiles): Add cp-objcp-common.c.
494         * objcp-lang.c (objcxx_init_ts): New function.
495         (LANG_HOOKS_INIT_TS): Define.
497 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
499         * Make-lang.in (cc1plus-checksum.c): Use
500         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
502 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
503             Jakub Jelinek  <jakub@redhat.com>
505         * objcp-lang.c: No need to include cxx-pretty-print.h.
506         * Make-lang.in: Update dependencies.
508 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
510         * all files: Update FSF in copyright headers.
512 2005-06-20  Ziemowit Laski  <zlaski@apple.com>
514         * config-lang.in (gtfiles): Add cp/rtti.c.
516 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
518         * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
519         call to xref_tag().
520         (objcp_build_component_ref): Remove function.
521         * objcp-decl.h (objcp_build_component_ref): Remove prototype.
522         (build_component_ref): Remove macro.
523         * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
525 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
527         * Make-lang.in (cc1objplus-dummy): New.
528         (cc1objplus-checksum.c): New.
529         (cc1objplus-checksum.o): New.
530         (cc1objplus): Add cc1objplus-checksum.o.
532 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
533             Mike Stump  <mrs@apple.com>
535         Yet more Objective-C++...
537         * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
538         (objcp/objcp-decl.o): Likewise.
539         (objcp/objcp-act.o): Likewise.
540         * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
542 2005-04-21  Ziemowit Laski  <zlaski@apple.com>
543             Mike Stump  <mrs@apple.com>
545         * ChangeLog: New.
546         * Make-lang.in: Likewise.
547         * config-lang.in: Likewise.
548         * lang-specs.h: Likewise.
549         * objcp-decl.c: Likewise.
550         * objcp-decl.h: Likewise.
551         * objcp-lang.c: Likewise.
554 Copyright (C) 2005-2019 Free Software Foundation, Inc.
556 Copying and distribution of this file, with or without modification,
557 are permitted in any medium without royalty provided the copyright
558 notice and this notice are preserved.