comparison gcc/objcp/ChangeLog @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 2020-01-01 Jakub Jelinek <jakub@redhat.com>
2
3 Update copyright years.
4
5 2019-05-10 Jakub Jelinek <jakub@redhat.com>
6
7 PR pch/90326
8 * config-lang.in (gtfiles): Don't add c-family/c-cppbuiltin.c.
9
10 2019-01-01 Jakub Jelinek <jakub@redhat.com>
11
12 Update copyright years.
13
1 2018-10-17 David Malcolm <dmalcolm@redhat.com> 14 2018-10-17 David Malcolm <dmalcolm@redhat.com>
2 15
3 * Make-lang.in (selftest-obj-c++): New. 16 * Make-lang.in (selftest-obj-c++): New.
4 17
5 2018-05-07 Nathan Sidwell <nathan@acm.org> 18 2018-05-07 Nathan Sidwell <nathan@acm.org>
138 (objcp/objc-next-runtime-abi-01.o): Likewise. 151 (objcp/objc-next-runtime-abi-01.o): Likewise.
139 (objcp/objc-next-runtime-abi-02.o): Likewise. 152 (objcp/objc-next-runtime-abi-02.o): Likewise.
140 (objcp/objcp-act.o): Reordered dependencies. Added dependency on 153 (objcp/objcp-act.o): Reordered dependencies. Added dependency on
141 objc-encoding.h. 154 objc-encoding.h.
142 (objcp/objc-encoding.o): New rule. 155 (objcp/objc-encoding.o): New rule.
143 156
144 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com> 157 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>
145 158
146 * objcp-decl.c (objcp_finish_struct): Use 159 * objcp-decl.c (objcp_finish_struct): Use
147 objc_detect_field_duplicates instead of having a local 160 objc_detect_field_duplicates instead of having a local
148 implementation. 161 implementation.
158 * Make-lang.in (START_HDRS): Added CXX_PARSER_H and 171 * Make-lang.in (START_HDRS): Added CXX_PARSER_H and
159 CXX_PRETTY_PRINT_H. 172 CXX_PRETTY_PRINT_H.
160 * config-lang.in (gtfiles): Added cp/parser.h and reorganized list 173 * config-lang.in (gtfiles): Added cp/parser.h and reorganized list
161 so that it is more obvious that it is identical to the C++ one 174 so that it is more obvious that it is identical to the C++ one
162 with the addition of some files at the end. 175 with the addition of some files at the end.
163 176
164 2011-03-06 Joseph Myers <joseph@codesourcery.com> 177 2011-03-06 Joseph Myers <joseph@codesourcery.com>
165 178
166 * lang-specs.h: Match -save-temps* instead of -save-temps. 179 * lang-specs.h: Match -save-temps* instead of -save-temps.
167 180
168 2011-02-20 Nicola Pero <nicola.pero@meta-innovation.com> 181 2011-02-20 Nicola Pero <nicola.pero@meta-innovation.com>
183 * config-lang.in (gtfiles): Updated. 196 * config-lang.in (gtfiles): Updated.
184 * objcp-lang.c (objcxx_eh_personality): Removed. 197 * objcp-lang.c (objcxx_eh_personality): Removed.
185 (LANG_HOOKS_EH_PERSONALITY): Removed. 198 (LANG_HOOKS_EH_PERSONALITY): Removed.
186 (LANG_HOOKS_EH_RUNTIME_TYPE): Removed. 199 (LANG_HOOKS_EH_RUNTIME_TYPE): Removed.
187 (objcp_eh_personality_decl): Removed. 200 (objcp_eh_personality_decl): Removed.
188 201
189 2011-02-07 Mike Stump <mikestump@comcast.net> 202 2011-02-07 Mike Stump <mikestump@comcast.net>
190 203
191 * Make-lang.in (obj-c++.tags): Don't include *.y. 204 * Make-lang.in (obj-c++.tags): Don't include *.y.
192 205
193 2010-12-29 Nicola Pero <nicola.pero@meta-innovation.com> 206 2010-12-29 Nicola Pero <nicola.pero@meta-innovation.com>
223 236
224 * objcp-lang.c (finish_file): Removed. 237 * objcp-lang.c (finish_file): Removed.
225 238
226 2010-10-14 Iain Sandoe <iains@gcc.gnu.org> 239 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
227 240
228 merge from FSF apple 'trunk' branch. 241 merge from FSF apple 'trunk' branch.
229 2006 Fariborz Jahanian <fjahanian@apple.com> 242 2006 Fariborz Jahanian <fjahanian@apple.com>
230 243
231 Radars 4436866, 4505126, 4506903, 4517826 244 Radars 4436866, 4505126, 4506903, 4517826
232 * objcp-lang.c (objcxx_init_ts): Update for property_decl. 245 * objcp-lang.c (objcxx_init_ts): Update for property_decl.
233 246
234 2010-10-13 Richard Henderson <rth@redhat.com> 247 2010-10-13 Richard Henderson <rth@redhat.com>
235 248
257 (objcxx_eh_personality): Use targetm.except_unwind_info. 270 (objcxx_eh_personality): Use targetm.except_unwind_info.
258 * Make-lang.in (objcp-lang.o): Update deps. 271 * Make-lang.in (objcp-lang.o): Update deps.
259 272
260 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com> 273 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
261 274
262 PR objc/25965 275 PR objc/25965
263 * objcp-decl.c (objcp_finish_struct): Call 276 * objcp-decl.c (objcp_finish_struct): Call
264 objc_get_interface_ivars() and check for duplicate ivars. 277 objc_get_interface_ivars() and check for duplicate ivars.
265 278
266 2010-06-28 Steven Bosscher <steven@gcc.gnu.org> 279 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
267 280
391 404
392 Revert: 405 Revert:
393 406
394 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch> 407 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch>
395 Douglas Gregor <doug.gregor@gmail.com> 408 Douglas Gregor <doug.gregor@gmail.com>
396 409
397 PR bootstrap/35115 410 PR bootstrap/35115
398 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. 411 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
399 412
400 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch> 413 2008-02-07 Andreas Tobler <andreast-list@fgznet.ch>
401 Douglas Gregor <doug.gregor@gmail.com> 414 Douglas Gregor <doug.gregor@gmail.com>
402 415
403 PR bootstrap/35115 416 PR bootstrap/35115
404 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes. 417 * objcp-decl.c (objcp_comptypes): Call cp_comptypes, not comptypes.
405 418
406 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 419 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
407 420
418 431
419 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> 432 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
420 433
421 * Make-lang.in: Add dummy lang.install-pdf target. 434 * Make-lang.in: Add dummy lang.install-pdf target.
422 435
423 2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com> 436 2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
424 437
425 * objcp-decl.h (objcp_builtin_function): Remove. 438 * objcp-decl.h (objcp_builtin_function): Remove.
426 439
427 2006-10-10 Brooks Moses <bmoses@stanford.edu> 440 2006-10-10 Brooks Moses <bmoses@stanford.edu>
428 441
522 535
523 2005-05-17 Ziemowit Laski <zlaski@apple.com> 536 2005-05-17 Ziemowit Laski <zlaski@apple.com>
524 Mike Stump <mrs@apple.com> 537 Mike Stump <mrs@apple.com>
525 538
526 Yet more Objective-C++... 539 Yet more Objective-C++...
527 540
528 * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h 541 * Make-lang.in (objcp/objcp-lang.o): Add tree-gimple.h
529 (objcp/objcp-decl.o): Likewise. 542 (objcp/objcp-decl.o): Likewise.
530 (objcp/objcp-act.o): Likewise. 543 (objcp/objcp-act.o): Likewise.
531 * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add. 544 * objcp-lang.c (LANG_HOOKS_GIMPLIFY_EXPR): Add.
532 545
540 * objcp-decl.c: Likewise. 553 * objcp-decl.c: Likewise.
541 * objcp-decl.h: Likewise. 554 * objcp-decl.h: Likewise.
542 * objcp-lang.c: Likewise. 555 * objcp-lang.c: Likewise.
543 556
544 557
545 Copyright (C) 2005-2018 Free Software Foundation, Inc. 558 Copyright (C) 2005-2020 Free Software Foundation, Inc.
546 559
547 Copying and distribution of this file, with or without modification, 560 Copying and distribution of this file, with or without modification,
548 are permitted in any medium without royalty provided the copyright 561 are permitted in any medium without royalty provided the copyright
549 notice and this notice are preserved. 562 notice and this notice are preserved.