Update ChangeLog and version files for release
[official-gcc.git] / gcc / objcp / ChangeLog
blob04c835db536fb45acabc47eb204490acdcb038d0
1 2017-05-02  Release Manager
3         * GCC 7.1.0 released.
5 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
7         Update copyright years.
9 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
11         Update copyright years.
13 2015-11-13  Jason Merrill  <jason@redhat.com>
15         * config-lang.in (gtfiles): Add cp-gimplify.c.
17 2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
19         * objcp-decl.c: Remove unused header files.
20         * objcp-lang.c: Likewise.
21         
22 2015-10-29  Andrew MacLeod  <amacleod@redhat.com>
24         * objcp-decl.c: Reorder #include's and remove duplicates.
25         * objcp-lang.c: Likewise.
27 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
29         * objcp-decl.c: Adjust includes.
30         * objcp-lang.c: Likewise.
32 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
34         * objcp-decl.c: Do not include input.h, line-map.h or is-a.h.
35         * objcp-lang.c: Likewise.
36         
37 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
39         * objcp-decl.c : Adjust include files.
40         * objcp-lang.c : Likewise.
42 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
44         * objcp-decl.c: Adjust includes for restructured coretypes.h.
45         * objcp-lang.c: Likewise.
47 2015-04-27  Jim Wilson  <jim.wilson@linaro.org>
49         * Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.
51 2015-01-09  Michael Collison  <michael.collison@linaro.org>
53         * objcp-decl.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
54         input.h, alias.h, symtab.h, options, fold-const.h,
55         wide-int.h, and inchash.h due to flattening of tree.h.
56         * objcp-lang.c: Ditto.
58 2014-12-31  Iain Sandoe  <iain@codesourcery.com>
60         * config-lang.in (gtfiles): Update list.
62 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
64         * objcp-decl.h: Adjust.
66 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
68         * objcp-decl.h (OBJC_TYPE_NAME, OBJC_SET_TYPE_NAME): Use
69         TYPE_IDENTIFIER.
71 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
73         Update copyright years
75 2013-09-25  Tom Tromey  <tromey@redhat.com>
77         * Make-lang.in (START_HDRS, cc1objplus-checksum.o)
78         (objcp/objcp-lang.o, objcp/objcp-decl.o
79         (objcp/objc-runtime-shared-support.o)
80         (objcp/objc-gnu-runtime-abi-01.o objcp/objc-next-runtime-abi-01.o)
81         (objcp/objc-next-runtime-abi-02.o, objcp/objcp-act.o)
82         (objcp/objc-encoding.o, objcp/objc-map.o): Use COMPILE and
83         POSTCOMPILE.  Remove explicit dependencies.
85 2013-05-16  Jason Merrill  <jason@redhat.com>
87         * Make-lang.in (cc1objplus$(exeext)): Use link mutex.
89 2012-06-02  Jason Merrill  <jason@redhat.com>
91         * objcp-decl.c (objcp_start_struct): Adjust for change in
92         begin_class_definition prototype.
94 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
96         * Make-lang.in (OBJCXX_OBJS): Added objc-map.o.
97         (objcp/objc-map.o): New rule.
98         (objcp/objcp-act.o): Depend on objc/objc-map.h.
99         * config-lang.in (gtfiles): Added objc-map.h.
101 2011-07-11  Nicola Pero  <nicola.pero@meta-innovation.com>
103         * Make-lang.in (objcp/objc-runtime-shared-support.o): Do not
104         depend on OBSTACK_H.
105         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
106         (objcp/objc-next-runtime-abi-01.o): Likewise.
107         (objcp/objc-next-runtime-abi-02.o): Likewise.
108         (objcp/objcp-act.o): Likewise.
110 2011-07-04  Nicola Pero  <nicola.pero@meta-innovation.com>
112         * Make-lang.in (OBJCXX_OBJS): Added objc-encoding.o.
113         (objcp/objcp-lang.o): Reordered dependencies.  Depend on GGC_H.
114         (objcp/objcp-decl.o): Reordered dependencies.
115         (objcp/objc-runtime-shared-support.o): Reordered dependencies.
116         Updated them to be identical to the corresponding new objc/ ones,
117         with the addition of objcp-decl.h.
118         (objcp/objc-runtime-shared-support.o): Likewise.
119         (objcp/objc-gnu-runtime-abi-01.o): Likewise.
120         (objcp/objc-next-runtime-abi-01.o): Likewise.
121         (objcp/objc-next-runtime-abi-02.o): Likewise.
122         (objcp/objcp-act.o): Reordered dependencies.  Added dependency on
123         objc-encoding.h.
124         (objcp/objc-encoding.o): New rule.
125         
126 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
128         * objcp-decl.c (objcp_finish_struct): Use
129         objc_detect_field_duplicates instead of having a local
130         implementation.
132 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
134         * objcp-lang.c (objcxx_init_ts): Call objc_common_init_ts and
135         cp_common_init_ts.
137 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
139         PR bootstrap/48167
140         * Make-lang.in (START_HDRS): Added CXX_PARSER_H and
141         CXX_PRETTY_PRINT_H.
142         * config-lang.in (gtfiles): Added cp/parser.h and reorganized list
143         so that it is more obvious that it is identical to the C++ one
144         with the addition of some files at the end.
145         
146 2011-03-06  Joseph Myers  <joseph@codesourcery.com>
148         * lang-specs.h: Match -save-temps* instead of -save-temps.
150 2011-02-20  Nicola Pero  <nicola.pero@meta-innovation.com>
152         PR objc++/47711
153         * config-lang.in (gtfiles): Updated list.
155 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
157         * Make-lang.in (START_HDRS): New.
158         (OBJCXX_OBJS): Added new object files from objc/.
159         (objcp/objcp-act.o): Updated prerequisites.
160         (objcp/objcp-lang.o): Updated prerequisites.
161         (objcp/objc-runtime-shared-support.o): New.
162         (objcp/objc-gnu-runtime-abi-01.o): New.
163         (objcp/objc-next-runtime-abi-01.o): New.
164         (objcp/objc-next-runtime-abi-02.o): New.
165         * config-lang.in (gtfiles): Updated.
166         * objcp-lang.c (objcxx_eh_personality): Removed.
167         (LANG_HOOKS_EH_PERSONALITY): Removed.
168         (LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
169         (objcp_eh_personality_decl): Removed.
170         
171 2011-02-07  Mike Stump  <mikestump@comcast.net>
173         * Make-lang.in (obj-c++.tags): Don't include *.y.
175 2010-12-29  Nicola Pero  <nicola.pero@meta-innovation.com>
177         * objcp-lang.c (objcp_tsubst_copy_and_build): Update call to
178         objc_finish_message_expr.
180 2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
182         * config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
184 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
186         * config-lang.in (gtfiles): Added c-family/c-objc.h.
187         * Make-lang.in (objcp/objcp-act.o): Depend on
188         c-family/c-objc.h.
189         (objcp/objcp-lang.o): Same change.
190         (objcp/objcp-decl.o): Same change.
191         * objcp-lang.c: Include c-family/c-objc.h.
192         * objcp-decl.c: Same change.
194 2010-11-23  Nicola Pero  <nicola.pero@meta-innovation.com>
196         PR objc/24358
197         * lang-specs.h: Print a deprecation note every time
198         objc++-cpp-output is requested.
200 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
202         * objcp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Do not define.
204 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
206         * objcp-lang.c (finish_file): Removed.
208 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
210         merge from FSF apple 'trunk' branch. 
211         2006 Fariborz Jahanian  <fjahanian@apple.com>
212         
213         Radars 4436866, 4505126, 4506903, 4517826
214         * objcp-lang.c (objcxx_init_ts): Update for property_decl.
216 2010-10-13  Richard Henderson  <rth@redhat.com>
218         * objcp-lang.c (objcxx_eh_personality): Update call to
219         build_personality_function.
221 2010-10-11  Andi Kleen  <ak@linux.intel.com>
223         * Make-lang.in (cc1objplus-checksum.c): Use correct temporary
224         name.
226 2010-10-07  Andi Kleen  <ak@linux.intel.com>
228         * Make-lang.in (cc1objplus-dummy): Remove.
229         (cc1objplus-checksum): Change to run checksum over object files
230         and options only.
232 2010-10-04  Andi Kleen  <ak@linux.intel.com>
234         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add + to build rule.
236 2010-09-28  Richard Henderson  <rth@redhat.com>
238         * objcp-lang.c: Include "target.h".
239         (objcxx_eh_personality): Use targetm.except_unwind_info.
240         * Make-lang.in (objcp-lang.o): Update deps.
242 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
244         PR objc/25965   
245         * objcp-decl.c (objcp_finish_struct): Call
246         objc_get_interface_ivars() and check for duplicate ivars.
248 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
250         * objcp-lang.c: Do not include except.h.
251         * Make-lang.in: Update dependencies.
253 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
255         * lang-specs.h: Remove +e handling.
257 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
259         * objcp-decl.h (ALLOC_OBJC_TYPE_LANG_SPECIFIC): Use typed GC
260         allocation.
262 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
264         * objcp-lang.c: Update include path for moved files.
265         * config-lang.in: Update paths in gtfiles for files in c-family/.
267 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
269         * objcp-decl.c: Do not include tm.h, rtl.h, expr.h, c-common.h,
270         flags.h, input.h, except.h, output.h, toplev.h, cpplib.h, debug.h,
271         and target.h.
272         * objcp-lang.c: Do not include tm.h, toplev.h, diagnostics.h,
273         and debug.h.  Explain why except.h has to be included.
274         * Make-lang.in: Update dependencies.
276 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
278         * objcp-decl.c: Do not include varray.h.
280 2009-09-22  Richard Guenther  <rguenther@suse.de>
282         PR objc++/41430
283         * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
284         * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
285         (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
286         (objcxx_eh_personality): New function.
288 2009-09-03  Diego Novillo  <dnovillo@google.com>
290         * objcp-lang.c (lang_hooks): Remove const qualifier.
292 2009-07-14  Taras Glek  <tglek@mozilla.com>
293             Rafael Espindola  <espindola@google.com>
295         * Make-lang.in (obj-c.install-plugin): New target for
296         installing plugin headers.
298 2009-06-19  Ian Lance Taylor  <iant@google.com>
300         * objcp-decl.h (start_struct): Remove in_struct and struct_types
301         parameters.  Add struct_info parameter.
302         (finish_struct): Likewise.
304 2009-06-13  Aldy Hernandez  <aldyh@redhat.com>
306         * objcp-decl.h (start_struct): Add location argument.
307         (finish_struct): Same.
308         (finish_decl): New.
310 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
312         * objcp-decl.h (c_end_compound_stmt): New argument.
313         * objcp-decl.c (objcp_start_struct): Add argument.
314         (objcp_finish_struct): Same.
316 2009-06-03  Ian Lance Taylor  <iant@google.com>
318         * Make-lang.in (cc1objplus-checksum.o): Depend upon $(CONFIG_H)
319         and $(SYSTEM_H).
321 2009-05-27  Ian Lance Taylor  <iant@google.com>
323         * Make-lang.in (cc1objplus-dummy$(exeext)): Change $(COMPILER) to
324         $(LINKER).
325         (cc1objplus$(exeext)): Likewise.
327 2009-05-26  Ian Lance Taylor  <iant@google.com>
329         * Make-lang.in (cc1objplus-dummy$(exeext)): Use $(COMPILER).
330         (cc1objplus$(exeext), objcp/objcp-act.o): Likwise.
332 2009-05-10  Ian Lance Taylor  <iant@google.com>
334         * objcp-decl.h (start_struct): Add three new, ignored, macro
335         parameters.
336         (finish_struct): Add two new, ignored, macro parameters.
338 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
340         * ChangeLog: Add copyright and license notices.
342 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
344         PR bootstrap/38262
345         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add BACKENDLIBS,
346         remove GMPLIBS.
348 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
350         PR objc/37460
351         * objcp-lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
353 2008-04-03  Tom Tromey  <tromey@redhat.com>
355         * Make-lang.in (obj-c++_OBJS): New variable.
357 2008-03-27  Tom Tromey  <tromey@redhat.com>
359         * Make-lang.in: Revert automatic dependency patch.
361 2008-03-25  Tom Tromey  <tromey@redhat.com>
363         * Make-lang.in (obj-c++_OBJS): Rename from objcp_OBJS.
364         (objcp/objcp-act.o): Restore target.
366 2008-03-25  Tom Tromey  <tromey@redhat.com>
368         * Make-lang.in (objcp_OBJS): New variable.
369         (cc1objplus-checksum.o, objcp/objcp-lang.o, objcp/objcp-decl.o,
370         objcp/objcp-act.o): Remove.
372 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
374         Revert:
376         2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
377                     Douglas Gregor  <doug.gregor@gmail.com>
379         PR bootstrap/35115
380         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
382 2008-02-07  Andreas Tobler  <andreast-list@fgznet.ch>
383             Douglas Gregor  <doug.gregor@gmail.com>
385         PR bootstrap/35115
386         * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
388 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
390         PR other/35107
391         * Make-lang.in (cc1objplus-dummy, cc1objplus): Add $(GMPLIBS).
393 2007-08-02  Nick Clifton  <nickc@redhat.com>
395         * Make-lang.in: Change copyright header to refer to version 3 of
396         the GNU General Public License and to point readers at the
397         COPYING3 file and the FSF's license web page.
398         * lang-specs.h, objcp-decl.c, objcp-decl.h, config-lang.in,
399         objcp-lang.c: Likewise.
401 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
403         * Make-lang.in: Add dummy lang.install-pdf target.
405 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
407         * objcp-decl.h (objcp_builtin_function): Remove.
409 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
411         * Make-lang.in: Added empty "obj-c++.pdf" target.
413 2006-08-20  Mark Mitchell  <mark@codesourcery.com>
415         * objcp-lang.c (objcp_tsubst_copy_and_build): Adjust call to
416         tsubst_copy_and_build.
418 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
420         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
422 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
424         PR other/27063
425         * config-lang.in: Add subdir_requires.
427 2006-06-30  Jason Merrill  <jason@redhat.com>
429         * objcp-decl.c (objcp_start_struct): Pass null attributes argument
430         to begin_class_definition.
432 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
434         * Make-lang.in (objcp/objcp-decl.o): Add dependency on
435         $(TARGET_H).
437 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
439         * Make-lang.in (OBJ-C++): Remove
440         (.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
442 2005-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
444         * Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
446 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
448         * Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
450 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
452         * Make-lang.in: Remove all dependencies on s-gtype.
454 2005-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
456         * objcp-decl.c (objcp_lookup_name): Remove.
457         * objcp-decl.h (objcp_lookup_name): Delete.
458         (lookup_name): Kill define.
460 2005-09-11  Richard Henderson  <rth@redhat.com>
462         * objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
464 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
466         * config-lang.in (gtfiles): Add cp-objcp-common.c.
467         * objcp-lang.c (objcxx_init_ts): New function.
468         (LANG_HOOKS_INIT_TS): Define.
470 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
472         * Make-lang.in (cc1plus-checksum.c): Use
473         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
475 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
476             Jakub Jelinek  <jakub@redhat.com>
478         * objcp-lang.c: No need to include cxx-pretty-print.h.
479         * Make-lang.in: Update dependencies.
481 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
483         * all files: Update FSF in copyright headers.
485 2005-06-20  Ziemowit Laski  <zlaski@apple.com>
487         * config-lang.in (gtfiles): Add cp/rtti.c.
489 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
491         * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
492         call to xref_tag().
493         (objcp_build_component_ref): Remove function.
494         * objcp-decl.h (objcp_build_component_ref): Remove prototype.
495         (build_component_ref): Remove macro.
496         * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
498 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
500         * Make-lang.in (cc1objplus-dummy): New.
501         (cc1objplus-checksum.c): New.
502         (cc1objplus-checksum.o): New.
503         (cc1objplus): Add cc1objplus-checksum.o.
505 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
506             Mike Stump  <mrs@apple.com>
508         Yet more Objective-C++...
509         
510         * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
511         (objcp/objcp-decl.o): Likewise.
512         (objcp/objcp-act.o): Likewise.
513         * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
515 2005-04-21  Ziemowit Laski  <zlaski@apple.com>
516             Mike Stump  <mrs@apple.com>
518         * ChangeLog: New.
519         * Make-lang.in: Likewise.
520         * config-lang.in: Likewise.
521         * lang-specs.h: Likewise.
522         * objcp-decl.c: Likewise.
523         * objcp-decl.h: Likewise.
524         * objcp-lang.c: Likewise.
527 Copyright (C) 2005-2017 Free Software Foundation, Inc.
529 Copying and distribution of this file, with or without modification,
530 are permitted in any medium without royalty provided the copyright
531 notice and this notice are preserved.