comparison gcc/objc/ChangeLog @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 2018-10-17 David Malcolm <dmalcolm@redhat.com>
2
3 * Make-lang.in (selftest-objc): New.
4
5 2018-04-20 Martin Liska <mliska@suse.cz>
6
7 PR objc/85476
8 * objc-act.c (finish_class): Do not overflow string buffer.
9
10 2018-01-03 Jakub Jelinek <jakub@redhat.com>
11
12 Update copyright years.
13
14 2017-11-30 Jakub Jelinek <jakub@redhat.com>
15
16 * objc-next-runtime-abi-01.c (generate_dispatch_table): Use ; instead
17 of ;;.
18
19 2017-11-10 Martin Sebor <msebor@redhat.com>
20
21 PR c/81117
22 * objc-encoding.c (encode_type): Use memcpy instead of strncpy.
23
24 2017-10-31 David Malcolm <dmalcolm@redhat.com>
25
26 * objc-gnu-runtime-abi-01.c (objc_gnu_runtime_abi_01_init): Use
27 UNKNOWN_LOCATION rather than 0.
28
1 2017-10-17 Nathan Sidwell <nathan@acm.org> 29 2017-10-17 Nathan Sidwell <nathan@acm.org>
2 30
3 * objc-act.c (objc_common_tree_size): Return size of TYPE nodes. 31 * objc-act.c (objc_common_tree_size): Return size of TYPE nodes.
4 32
5 2017-10-10 Richard Sandiford <richard.sandiford@linaro.org> 33 2017-10-10 Richard Sandiford <richard.sandiford@linaro.org>
2023 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com> 2051 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
2024 2052
2025 Merge from 'apple/trunk' branch on FSF servers. 2053 Merge from 'apple/trunk' branch on FSF servers.
2026 2054
2027 2005-08-23 Stuart Hastings <stuart@apple.com> 2055 2005-08-23 Stuart Hastings <stuart@apple.com>
2028 Ziemowit Laski <zlaski@apple.com> 2056 Ziemowit Laski <zlaski@apple.com>
2029 2057
2030 Radar 4209854 2058 Radar 4209854
2031 * objc-act.c (objc_decay_parm_type): New function. 2059 * objc-act.c (objc_decay_parm_type): New function.
2032 (get_arg_type_list): Decay types for all named arguments. 2060 (get_arg_type_list): Decay types for all named arguments.
2033 (objc_push_parm): Rebuild the PARM_DECL if its type has 2061 (objc_push_parm): Rebuild the PARM_DECL if its type has
3769 LANG_HOOKS_INCOMPLETE_TYPE_ERROR, LANG_HOOKS_TYPE_PROMOTES_TO, 3797 LANG_HOOKS_INCOMPLETE_TYPE_ERROR, LANG_HOOKS_TYPE_PROMOTES_TO,
3770 LANG_HOOKS_REGISTER_BUILTIN_TYPE, LANG_HOOKS_WRITE_GLOBALS): 3798 LANG_HOOKS_REGISTER_BUILTIN_TYPE, LANG_HOOKS_WRITE_GLOBALS):
3771 Move to c-objc-common.h. 3799 Move to c-objc-common.h.
3772 3800
3773 3801
3774 Copyright (C) 2004-2017 Free Software Foundation, Inc. 3802 Copyright (C) 2004-2018 Free Software Foundation, Inc.
3775 3803
3776 Copying and distribution of this file, with or without modification, 3804 Copying and distribution of this file, with or without modification,
3777 are permitted in any medium without royalty provided the copyright 3805 are permitted in any medium without royalty provided the copyright
3778 notice and this notice are preserved. 3806 notice and this notice are preserved.