Update ChangeLog and version files for release
[official-gcc.git] / gcc / objcp / ChangeLog
blob38778b4aebbdc50d6d8f1c7d6161399f9a308c59
1 2017-08-14  Release Manager
3         * GCC 7.2.0 released.
5 2017-05-02  Release Manager
7         * GCC 7.1.0 released.
9 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
11         Update copyright years.
13 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
15         Update copyright years.
17 2015-11-13  Jason Merrill  <jason@redhat.com>
19         * config-lang.in (gtfiles): Add cp-gimplify.c.
21 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
23         * objcp-decl.c: Remove unused header files.
24         * objcp-lang.c: Likewise.
25         
26 2015-10-29  Andrew MacLeod  <amacleod@redhat.com>
28         * objcp-decl.c: Reorder #include's and remove duplicates.
29         * objcp-lang.c: Likewise.
31 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
33         * objcp-decl.c: Adjust includes.
34         * objcp-lang.c: Likewise.
36 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
38         * objcp-decl.c: Do not include input.h, line-map.h or is-a.h.
39         * objcp-lang.c: Likewise.
40         
41 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
43         * objcp-decl.c : Adjust include files.
44         * objcp-lang.c : Likewise.
46 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
48         * objcp-decl.c: Adjust includes for restructured coretypes.h.
49         * objcp-lang.c: Likewise.
51 2015-04-27  Jim Wilson  <jim.wilson@linaro.org>
53         * Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.
55 2015-01-09  Michael Collison  <michael.collison@linaro.org>
57         * objcp-decl.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
58         input.h, alias.h, symtab.h, options, fold-const.h,
59         wide-int.h, and inchash.h due to flattening of tree.h.
60         * objcp-lang.c: Ditto.
62 2014-12-31  Iain Sandoe  <iain@codesourcery.com>
64         * config-lang.in (gtfiles): Update list.
66 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
68         * objcp-decl.h: Adjust.
70 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
72         * objcp-decl.h (OBJC_TYPE_NAME, OBJC_SET_TYPE_NAME): Use
73         TYPE_IDENTIFIER.
75 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
77         Update copyright years
79 2013-09-25  Tom Tromey  <tromey@redhat.com>
81         * Make-lang.in (START_HDRS, cc1objplus-checksum.o)
82         (objcp/objcp-lang.o, objcp/objcp-decl.o
83         (objcp/objc-runtime-shared-support.o)
84         (objcp/objc-gnu-runtime-abi-01.o objcp/objc-next-runtime-abi-01.o)
85         (objcp/objc-next-runtime-abi-02.o, objcp/objcp-act.o)
86         (objcp/objc-encoding.o, objcp/objc-map.o): Use COMPILE and
87         POSTCOMPILE.  Remove explicit dependencies.
89 2013-05-16  Jason Merrill  <jason@redhat.com>
91         * Make-lang.in (cc1objplus$(exeext)): Use link mutex.
93 2012-06-02  Jason Merrill  <jason@redhat.com>
95         * objcp-decl.c (objcp_start_struct): Adjust for change in
96         begin_class_definition prototype.
98 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
100         * Make-lang.in (OBJCXX_OBJS): Added objc-map.o.
101         (objcp/objc-map.o): New rule.
102         (objcp/objcp-act.o): Depend on objc/objc-map.h.
103         * config-lang.in (gtfiles): Added objc-map.h.
105 2011-07-11  Nicola Pero  <nicola.pero@meta-innovation.com>
107         * Make-lang.in (objcp/objc-runtime-shared-support.o): Do not
108         depend on OBSTACK_H.
109         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
110         (objcp/objc-next-runtime-abi-01.o): Likewise.
111         (objcp/objc-next-runtime-abi-02.o): Likewise.
112         (objcp/objcp-act.o): Likewise.
114 2011-07-04  Nicola Pero  <nicola.pero@meta-innovation.com>
116         * Make-lang.in (OBJCXX_OBJS): Added objc-encoding.o.
117         (objcp/objcp-lang.o): Reordered dependencies.  Depend on GGC_H.
118         (objcp/objcp-decl.o): Reordered dependencies.
119         (objcp/objc-runtime-shared-support.o): Reordered dependencies.
120         Updated them to be identical to the corresponding new objc/ ones,
121         with the addition of objcp-decl.h.
122         (objcp/objc-runtime-shared-support.o): Likewise.
123         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
124         (objcp/objc-next-runtime-abi-01.o): Likewise.
125         (objcp/objc-next-runtime-abi-02.o): Likewise.
126         (objcp/objcp-act.o): Reordered dependencies.  Added dependency on
127         objc-encoding.h.
128         (objcp/objc-encoding.o): New rule.
129         
130 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
132         * objcp-decl.c (objcp_finish_struct): Use
133         objc_detect_field_duplicates instead of having a local
134         implementation.
136 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
138         * objcp-lang.c (objcxx_init_ts): Call objc_common_init_ts and
139         cp_common_init_ts.
141 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
143         PR bootstrap/48167
144         * Make-lang.in (START_HDRS): Added CXX_PARSER_H and
145         CXX_PRETTY_PRINT_H.
146         * config-lang.in (gtfiles): Added cp/parser.h and reorganized list
147         so that it is more obvious that it is identical to the C++ one
148         with the addition of some files at the end.
149         
150 2011-03-06  Joseph Myers  <joseph@codesourcery.com>
152         * lang-specs.h: Match -save-temps* instead of -save-temps.
154 2011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
156         PR objc++/47711
157         * config-lang.in (gtfiles): Updated list.
159 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
161         * Make-lang.in (START_HDRS): New.
162         (OBJCXX_OBJS): Added new object files from objc/.
163         (objcp/objcp-act.o): Updated prerequisites.
164         (objcp/objcp-lang.o): Updated prerequisites.
165         (objcp/objc-runtime-shared-support.o): New.
166         (objcp/objc-gnu-runtime-abi-01.o): New.
167         (objcp/objc-next-runtime-abi-01.o): New.
168         (objcp/objc-next-runtime-abi-02.o): New.
169         * config-lang.in (gtfiles): Updated.
170         * objcp-lang.c (objcxx_eh_personality): Removed.
171         (LANG_HOOKS_EH_PERSONALITY): Removed.
172         (LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
173         (objcp_eh_personality_decl): Removed.
174         
175 2011-02-07  Mike Stump  <mikestump@comcast.net>
177         * Make-lang.in (obj-c++.tags): Don't include *.y.
179 2010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
181         * objcp-lang.c (objcp_tsubst_copy_and_build): Update call to
182         objc_finish_message_expr.
184 2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
186         * config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
188 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
190         * config-lang.in (gtfiles): Added c-family/c-objc.h.
191         * Make-lang.in (objcp/objcp-act.o): Depend on
192         c-family/c-objc.h.
193         (objcp/objcp-lang.o): Same change.
194         (objcp/objcp-decl.o): Same change.
195         * objcp-lang.c: Include c-family/c-objc.h.
196         * objcp-decl.c: Same change.
198 2010-11-23  Nicola Pero  <nicola.pero@meta-innovation.com>
200         PR objc/24358
201         * lang-specs.h: Print a deprecation note every time
202         objc++-cpp-output is requested.
204 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
206         * objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define.
208 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
210         * objcp-lang.c (finish_file): Removed.
212 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
214         merge from FSF apple 'trunk' branch. 
215         2006 Fariborz Jahanian  <fjahanian@apple.com>
216         
217         Radars 4436866, 4505126, 4506903, 4517826
218         * objcp-lang.c (objcxx_init_ts): Update for property_decl.
220 2010-10-13  Richard Henderson  <rth@redhat.com>
222         * objcp-lang.c (objcxx_eh_personality): Update call to
223         build_personality_function.
225 2010-10-11  Andi Kleen  <ak@linux.intel.com>
227         * Make-lang.in (cc1objplus-checksum.c): Use correct temporary
228         name.
230 2010-10-07  Andi Kleen  <ak@linux.intel.com>
232         * Make-lang.in (cc1objplus-dummy): Remove.
233         (cc1objplus-checksum): Change to run checksum over object files
234         and options only.
236 2010-10-04  Andi Kleen  <ak@linux.intel.com>
238         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add + to build rule.
240 2010-09-28  Richard Henderson  <rth@redhat.com>
242         * objcp-lang.c: Include "target.h".
243         (objcxx_eh_personality): Use targetm.except_unwind_info.
244         * Make-lang.in (objcp-lang.o): Update deps.
246 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
248         PR objc/25965   
249         * objcp-decl.c (objcp_finish_struct): Call
250         objc_get_interface_ivars() and check for duplicate ivars.
252 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
254         * objcp-lang.c: Do not include except.h.
255         * Make-lang.in: Update dependencies.
257 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
259         * lang-specs.h: Remove +e handling.
261 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
263         * objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
264         allocation.
266 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
268         * objcp-lang.c: Update include path for moved files.
269         * config-lang.in: Update paths in gtfiles for files in c-family/.
271 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
273         * objcp-decl.c: Do not include tm.h, rtl.h, expr.h, c-common.h,
274         flags.h, input.h, except.h, output.h, toplev.h, cpplib.h, debug.h,
275         and target.h.
276         * objcp-lang.c: Do not include tm.h, toplev.h, diagnostics.h,
277         and debug.h.  Explain why except.h has to be included.
278         * Make-lang.in: Update dependencies.
280 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
282         * objcp-decl.c: Do not include varray.h.
284 2009-09-22  Richard Guenther  <rguenther@suse.de>
286         PR objc++/41430
287         * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
288         * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
289         (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
290         (objcxx_eh_personality): New function.
292 2009-09-03  Diego Novillo  <dnovillo@google.com>
294         * objcp-lang.c (lang_hooks): Remove const qualifier.
296 2009-07-14  Taras Glek  <tglek@mozilla.com>
297             Rafael Espindola  <espindola@google.com>
299         * Make-lang.in (obj-c.install-plugin): New target for
300         installing plugin headers.
302 2009-06-19  Ian Lance Taylor  <iant@google.com>
304         * objcp-decl.h (start_struct): Remove in_struct and struct_types
305         parameters.  Add struct_info parameter.
306         (finish_struct): Likewise.
308 2009-06-13  Aldy Hernandez  <aldyh@redhat.com>
310         * objcp-decl.h (start_struct): Add location argument.
311         (finish_struct): Same.
312         (finish_decl): New.
314 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
316         * objcp-decl.h (c_end_compound_stmt): New argument.
317         * objcp-decl.c (objcp_start_struct): Add argument.
318         (objcp_finish_struct): Same.
320 2009-06-03  Ian Lance Taylor  <iant@google.com>
322         * Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H)
323         and $(SYSTEM_H).
325 2009-05-27  Ian Lance Taylor  <iant@google.com>
327         * Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to
328         $(LINKER).
329         (cc1objplus$(exeext)): Likewise.
331 2009-05-26  Ian Lance Taylor  <iant@google.com>
333         * Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER).
334         (cc1objplus$(exeext), objcp/objcp-act.o): Likwise.
336 2009-05-10  Ian Lance Taylor  <iant@google.com>
338         * objcp-decl.h (start_struct): Add three new, ignored, macro
339         parameters.
340         (finish_struct): Add two new, ignored, macro parameters.
342 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
344         * ChangeLog: Add copyright and license notices.
346 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
348         PR bootstrap/38262
349         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
350         remove GMPLIBS.
352 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
354         PR objc/37460
355         * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
357 2008-04-03  Tom Tromey  <tromey@redhat.com>
359         * Make-lang.in (obj-c++_OBJS): New variable.
361 2008-03-27  Tom Tromey  <tromey@redhat.com>
363         * Make-lang.in: Revert automatic dependency patch.
365 2008-03-25  Tom Tromey  <tromey@redhat.com>
367         * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
368         (objcp/objcp-act.o): Restore target.
370 2008-03-25  Tom Tromey  <tromey@redhat.com>
372         * Make-lang.in (objcp_OBJS): New variable.
373         (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
374         objcp/objcp-act.o): Remove.
376 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
378         Revert:
380         2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
381                     Douglas Gregor  <doug.gregor@gmail.com>
383         PR bootstrap/35115
384         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
386 2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
387             Douglas Gregor  <doug.gregor@gmail.com>
389         PR bootstrap/35115
390         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
392 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
394         PR other/35107
395         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
397 2007-08-02  Nick Clifton  <nickc@redhat.com>
399         * Make-lang.in: Change copyright header to refer to version 3 of
400         the GNU General Public License and to point readers at the
401         COPYING3 file and the FSF's license web page.
402         * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
403         objcp-lang.c: Likewise.
405 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
407         * Make-lang.in: Add dummy lang.install-pdf target.
409 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
411         * objcp-decl.h (objcp_builtin_function): Remove.
413 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
415         * Make-lang.in: Added empty "obj-c++.pdf" target.
417 2006-08-20  Mark Mitchell  <mark@codesourcery.com>
419         * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
420         tsubst_copy_and_build.
422 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
424         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
426 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
428         PR other/27063
429         * config-lang.in: Add subdir_requires.
431 2006-06-30  Jason Merrill  <jason@redhat.com>
433         * objcp-decl.c (objcp_start_struct): Pass null attributes argument
434         to begin_class_definition.
436 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
438         * Make-lang.in (objcp/objcp-decl.o): Add dependency on
439         $(TARGET_H).
441 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
443         * Make-lang.in (OBJ-C++): Remove
444         (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
446 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
448         * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
450 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
452         * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
454 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
456         * Make-lang.in: Remove all dependencies on s-gtype.
458 2005-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
460         * objcp-decl.c (objcp_lookup_name): Remove.
461         * objcp-decl.h (objcp_lookup_name): Delete.
462         (lookup_name): Kill define.
464 2005-09-11  Richard Henderson  <rth@redhat.com>
466         * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
468 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
470         * config-lang.in (gtfiles): Add cp-objcp-common.c.
471         * objcp-lang.c (objcxx_init_ts): New function.
472         (LANG_HOOKS_INIT_TS): Define.
474 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
476         * Make-lang.in (cc1plus-checksum.c): Use
477         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
479 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
480             Jakub Jelinek  <jakub@redhat.com>
482         * objcp-lang.c: No need to include cxx-pretty-print.h.
483         * Make-lang.in: Update dependencies.
485 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
487         * all files: Update FSF in copyright headers.
489 2005-06-20  Ziemowit Laski  <zlaski@apple.com>
491         * config-lang.in (gtfiles): Add cp/rtti.c.
493 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
495         * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
496         call to xref_tag().
497         (objcp_build_component_ref): Remove function.
498         * objcp-decl.h (objcp_build_component_ref): Remove prototype.
499         (build_component_ref): Remove macro.
500         * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
502 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
504         * Make-lang.in (cc1objplus-dummy): New.
505         (cc1objplus-checksum.c): New.
506         (cc1objplus-checksum.o): New.
507         (cc1objplus): Add cc1objplus-checksum.o.
509 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
510             Mike Stump  <mrs@apple.com>
512         Yet more Objective-C++...
513         
514         * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
515         (objcp/objcp-decl.o): Likewise.
516         (objcp/objcp-act.o): Likewise.
517         * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
519 2005-04-21  Ziemowit Laski  <zlaski@apple.com>
520             Mike Stump  <mrs@apple.com>
522         * ChangeLog: New.
523         * Make-lang.in: Likewise.
524         * config-lang.in: Likewise.
525         * lang-specs.h: Likewise.
526         * objcp-decl.c: Likewise.
527         * objcp-decl.h: Likewise.
528         * objcp-lang.c: Likewise.
531 Copyright (C) 2005-2017 Free Software Foundation, Inc.
533 Copying and distribution of this file, with or without modification,
534 are permitted in any medium without royalty provided the copyright
535 notice and this notice are preserved.