annotate libcc1/ChangeLog @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
1 2020-02-12 Patrick Palka <ppalka@redhat.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
2
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
3 PR c++/69448
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
4 PR c++/80471
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
5 * libcp1plugin.cc (plugin_get_expr_type): No need to explicitly set
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
6 AUTO_IS_DECLTYPE anymore.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
7
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
8 2020-01-07 Paolo Carlini <paolo.carlini@oracle.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
9
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
10 * libcp1plugin.cc (plugin_build_new_expr): Update build_new call.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
11
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
12 2020-01-01 Jakub Jelinek <jakub@redhat.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
13
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
14 Update copyright years.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
15
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
16 2019-12-30 Paolo Carlini <paolo.carlini@oracle.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
17
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
18 * libcp1plugin.cc (plugin_build_unary_expr): Update delete_sanity
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
19 call.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
20
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
21 2019-12-18 Paolo Carlini <paolo.carlini@oracle.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
22
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
23 * libcp1plugin.cc (plugin_build_unary_expr): Update build_throw
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
24 and cxx_sizeof_or_alignof_expr calls.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
25 (plugin_build_unary_type_expr): Likewise for
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
26 cxx_sizeof_or_alignof_type.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
27
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
28 2019-12-09 Paolo Carlini <paolo.carlini@oracle.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
29
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
30 * libcp1plugin.cc (plugin_build_cast_expr): Adjust build_cast
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
31 declaration.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
32
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
33 2019-12-05 Paolo Carlini <paolo.carlini@oracle.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
34
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
35 * libcp1plugin.cc (plugin_build_expression_list_expr): Adjust
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
36 build_functional_cast call.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
37
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
38 2019-11-25 Paolo Carlini <paolo.carlini@oracle.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
39
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
40 * libcp1plugin.cc (plugin_pragma_push_user_expression): Update
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
41 cp_build_indirect_ref call.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
42
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
43 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
44
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
45 * configure: Regenerate.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
46
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
47 2019-05-21 Nathan Sidwell <nathan@acm.org>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
48
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
49 * libcp1plugin.cc (plugin_add_using_decl): Use
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
50 finish_nonmember_using_decl.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
51
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
52 2019-05-20 Nathan Sidwell <nathan@acm.org>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
53
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
54 * libcp1plugin.cc (plugin_add_using_namespace): Call renamed
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
55 finish_using_directive.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
56
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
57 2019-01-01 Jakub Jelinek <jakub@redhat.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
58
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
59 Update copyright years.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
60
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
61 2018-11-13 David Malcolm <dmalcolm@redhat.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
62
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
63 * libcc1plugin.cc: Replace "source_location" with "location_t".
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
64 (plugin_context::get_source_location): Rename to...
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
65 (plugin_context::get_location_t): ...this.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
66 * libcp1plugin.cc: Likewise.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
67
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
68 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
69
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
70 PR bootstrap/82856
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
71 * configure.ac: Remove AC_PREREQ.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
72 * Makefile.in, aclocal.m4, configure: Regenerate.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
73
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
74 2018-04-18 David Malcolm <dmalcolm@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
75
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
76 PR jit/85384
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
77 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
78
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
79 2018-01-03 Jakub Jelinek <jakub@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
80
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
81 Update copyright years.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
82
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
83 2017-11-14 Boris Kolpackov <boris@codesynthesis.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
84
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
85 * configure: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
86
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
87 2017-11-16 Sergio Durigan Junior <sergiodj@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
88 Pedro Alves <palves@redhat.com>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
89
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
90 * Makefile.am: Remove references to c-compiler-name.h and
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
91 cp-compiler-name.h
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
92 * Makefile.in: Regenerate.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
93 * compiler-name.hh: New file.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
94 * libcc1.cc: Don't include c-compiler-name.h. Include
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
95 compiler-name.hh.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
96 * libcp1.cc: Don't include cp-compiler-name.h. Include
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
97 compiler-name.hh.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
98
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
99 2017-11-01 Nathan Sidwell <nathan@acm.org>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
100
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
101 * libcp1plugin.cc (plugin_build_decl): Use
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
102 DECL_OVERLOADED_OPERATOR_CODE_RAW.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
103
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
104 2017-10-31 Nathan Sidwell <nathan@acm.org>
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
105
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
106 * libcp1plugin.cc (plugin_build_decl): Use ovl_op_identifier.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
107 Directly set operator code.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
108 (plugin_build_dependent_expr): Use ovl_op_identifier.
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
109
111
kono
parents:
diff changeset
110 2017-10-04 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
111
kono
parents:
diff changeset
112 * libcp1plugin.cc (supplement_binding): Don't use
kono
parents:
diff changeset
113 maybe_remove_implicit_alias.
kono
parents:
diff changeset
114
kono
parents:
diff changeset
115 2017-07-20 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
116
kono
parents:
diff changeset
117 Remove TYPE_METHODS.
kono
parents:
diff changeset
118 * libcp1plugin.cc (plugin_build_decl): Member fns are on TYPE_FIELDS.
kono
parents:
diff changeset
119
kono
parents:
diff changeset
120 2017-07-12 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
121
kono
parents:
diff changeset
122 * libcp1plugin.cc (plugin_build_decl): Use
kono
parents:
diff changeset
123 DECL_CXX_{CON,DE}STRUCTOR directly.
kono
parents:
diff changeset
124
kono
parents:
diff changeset
125 2017-07-05 Richard Sandiford <richard.sandiford@linaro.org>
kono
parents:
diff changeset
126
kono
parents:
diff changeset
127 * libcp1plugin.cc (plugin_build_field): Use SET_DECL_MODE.
kono
parents:
diff changeset
128
kono
parents:
diff changeset
129 2017-06-30 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
130
kono
parents:
diff changeset
131 * libcp1plugin.cc (plugin_build_decl): Use make_conv_op_name.
kono
parents:
diff changeset
132 (plugin_build_dependent_expr): Likewise.
kono
parents:
diff changeset
133
kono
parents:
diff changeset
134 2017-06-26 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
135
kono
parents:
diff changeset
136 * libcp1plugin.cc (plugin_build_decl): Don't set
kono
parents:
diff changeset
137 DECL_ASSIGNMENT_OPERATOR_P.
kono
parents:
diff changeset
138
kono
parents:
diff changeset
139 2017-06-16 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
140
kono
parents:
diff changeset
141 * libcp1plugin.cc (plugin_build_decl): Adjust parm building.
kono
parents:
diff changeset
142
kono
parents:
diff changeset
143 2017-05-26 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
144
kono
parents:
diff changeset
145 * libcp1plugin.cc (plugin_make_namespace_inline): Push onto linees.
kono
parents:
diff changeset
146
kono
parents:
diff changeset
147 * libcp1plugin.cc (plugin_add_using_namespace): Call
kono
parents:
diff changeset
148 finish_namespace_using_directive.
kono
parents:
diff changeset
149
kono
parents:
diff changeset
150 2017-05-25 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
151
kono
parents:
diff changeset
152 * libcp1plugin.cc (plugin_make_namespace_inline): Check and set
kono
parents:
diff changeset
153 DECL_NAMESPACE_INLINE_P.
kono
parents:
diff changeset
154
kono
parents:
diff changeset
155 2017-05-23 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
156
kono
parents:
diff changeset
157 * libcp1plugin.cc (plugin_add_using_decl): Call
kono
parents:
diff changeset
158 finish_namespace_using_decl. Use assert not unreachable.
kono
parents:
diff changeset
159
kono
parents:
diff changeset
160 2017-05-11 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
161
kono
parents:
diff changeset
162 * libcp1plugin.cc (safe_pushdecl_maybe_friend): Call pushdecl.
kono
parents:
diff changeset
163
kono
parents:
diff changeset
164 2017-05-10 Nathan Sidwell <nathan@acm.org>
kono
parents:
diff changeset
165
kono
parents:
diff changeset
166 * libcp1plugin.cc (plugin_build_decl): Adjust add_method call.
kono
parents:
diff changeset
167
kono
parents:
diff changeset
168 2017-04-15 Alexandre Oliva <aoliva@redhat.com>
kono
parents:
diff changeset
169
kono
parents:
diff changeset
170 * libcp1plugin.cc (plugin_build_decl): Call name_unnamed_type.
kono
parents:
diff changeset
171
kono
parents:
diff changeset
172 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
kono
parents:
diff changeset
173
kono
parents:
diff changeset
174 Introduce C++ support.
kono
parents:
diff changeset
175 * Makefile.am (AM_CPPFLAGS): Move some -I flags to...
kono
parents:
diff changeset
176 (CPPFLAGS_FOR_C_FAMILY, CPPFLAGS_FOR_C, CPPFLAGS_FOR_CXX): ...
kono
parents:
diff changeset
177 new macros.
kono
parents:
diff changeset
178 (plugin_LTLIBRARIES): Add libcp1plugin.la.
kono
parents:
diff changeset
179 (BUILT_SOURCES, MOSTLYCLEANFILES): Add...
kono
parents:
diff changeset
180 (cp-compiler-name.h): ... this. New.
kono
parents:
diff changeset
181 (c-compiler-name.h): Rename all over from...
kono
parents:
diff changeset
182 (compiler-name.h): ... this. Create it atomically.
kono
parents:
diff changeset
183 (marshall_c_source, marshall_cxx_source): New macros.
kono
parents:
diff changeset
184 (libcc1plugin_la_SOURCES): Rename plugin.cc to libcc1plugin.cc.
kono
parents:
diff changeset
185 Add marshall_c_source expansion.
kono
parents:
diff changeset
186 (libcc1plugin.lo_CPPFLAGS): New macro.
kono
parents:
diff changeset
187 (libcp1plugin_la_LDFLAGS): Likewise.
kono
parents:
diff changeset
188 (libcp1plugin_la_SOURCES): Likewise.
kono
parents:
diff changeset
189 (libcp1plugin.lo_CPPFLAGS): Likewise.
kono
parents:
diff changeset
190 (libcp1plugin_la_LIBADD): Likewise.
kono
parents:
diff changeset
191 (libcp1plugin_la_DEPENDENCIES): Likewise.
kono
parents:
diff changeset
192 (libcp1plugin_la_LINK): Likewise.
kono
parents:
diff changeset
193 (libcc1_la_SOURCES): Added marshall_c_source and
kono
parents:
diff changeset
194 marshall_cxx_source expansions.
kono
parents:
diff changeset
195 * Makefile.in: Rebuild.
kono
parents:
diff changeset
196 * compiler-name.h: Rename all over to...
kono
parents:
diff changeset
197 * c-compiler-name.h: ... this. Define C_COMPILER_NAME instead
kono
parents:
diff changeset
198 of COMPILER_NAME.
kono
parents:
diff changeset
199 * plugin.cc: Rename all over to...
kono
parents:
diff changeset
200 * libcc1plugin.cc: ... this. Include marshall-c.hh.
kono
parents:
diff changeset
201 (address_rewriter): Drop cleaning up of VLA sizes.
kono
parents:
diff changeset
202 (plugin_build_decl): Mark decls as external.
kono
parents:
diff changeset
203 (plugin_tagbind): Propagate name to all variants.
kono
parents:
diff changeset
204 (build_anonymous_node): New.
kono
parents:
diff changeset
205 (plugin_build_record_type): Use it instead of make_node.
kono
parents:
diff changeset
206 (plugin_build_union_type): Likewise.
kono
parents:
diff changeset
207 (plugin_build_enum_type): Likewise.
kono
parents:
diff changeset
208 (plugin_finish_record_or_union): Update all type variants.
kono
parents:
diff changeset
209 (safe_lookup_builtin_type): New.
kono
parents:
diff changeset
210 (plugin_int_check): Factor out of, and add checks to, ...
kono
parents:
diff changeset
211 (plugin_int_type): ... this. Rename to...
kono
parents:
diff changeset
212 (plugin_int_type_v0): ... this.
kono
parents:
diff changeset
213 (plugin_int_type): New interface, new implementation.
kono
parents:
diff changeset
214 (plugin_char_type): New.
kono
parents:
diff changeset
215 (plugin_float_type_v0): Rename from...
kono
parents:
diff changeset
216 (plugin_float_type): ... this. New interface, new implementation.
kono
parents:
diff changeset
217 (plugin_init): Bump handshake version.
kono
parents:
diff changeset
218 * libcc1.cc: Include marshall-c.hh. Drop gcc-interface.h.
kono
parents:
diff changeset
219 (call_binding_oracle): Rename to...
kono
parents:
diff changeset
220 (c_call_binding_oracle): ... this, into anonymous namespace.
kono
parents:
diff changeset
221 (call_symbol_address): Rename to...
kono
parents:
diff changeset
222 (c_call_symbol_address): ... this, likewise.
kono
parents:
diff changeset
223 (GCC_METHOD#): Move methods into cc1plugin::c:: namespace.
kono
parents:
diff changeset
224 (libcc1::compiler::find): Refer to C_COMPILER_NAME.
kono
parents:
diff changeset
225 (fork_exec): Bump to GCC_C_FE_VERSION_1.
kono
parents:
diff changeset
226 (libcc1_compile): Prefix callbacks with c_.
kono
parents:
diff changeset
227 (gcc_c_fe_context): Accept GCC_C_FE_VERSION_1.
kono
parents:
diff changeset
228 * libcc1.sym: Export gcc_cp_fe_context.
kono
parents:
diff changeset
229 * libcp1.cc: New, mostly copied and adjusted from libcc1.cc.
kono
parents:
diff changeset
230 * libcp1plugin.cc: New, initially copied from libcc1plugin.cc.
kono
parents:
diff changeset
231 * libcp1plugin.sym: New.
kono
parents:
diff changeset
232 * marshall-c.hh: New. Move C-specific types from...
kono
parents:
diff changeset
233 * marshall.cc: ... this.
kono
parents:
diff changeset
234 (cc1_plugin::marshall_array_start): New.
kono
parents:
diff changeset
235 (cc1_plugin::marshall_array_elmts): New.
kono
parents:
diff changeset
236 (cc1_plugin::marshall for gcc_type_array): Use the above.
kono
parents:
diff changeset
237 (cc1_plugin::unmarshall_array_start): New.
kono
parents:
diff changeset
238 (cc1_plugin::unmarshall_array_elmts): New.
kono
parents:
diff changeset
239 (cc1_plugin::unmarshall for gcc_type_array): Use the above.
kono
parents:
diff changeset
240 * marshall.hh: Declare the new array building blocks.
kono
parents:
diff changeset
241 Drop C-specific unmarshall declarations.
kono
parents:
diff changeset
242 * marshall-cp.hh: New.
kono
parents:
diff changeset
243 * names.cc (GCC_METHOD#): Add LANG:: to method names.
kono
parents:
diff changeset
244 (LANG): Define while including gcc-c-fe.def and gcc-cp-fe.def.
kono
parents:
diff changeset
245 * names.hh: Include gcc-c-fe.def and gcc-cp-fe.def in the
kono
parents:
diff changeset
246 corresponding namespaces.
kono
parents:
diff changeset
247 * rpc.hh: Don't include marshall.hh.
kono
parents:
diff changeset
248 [GCC_CP_INTERFACE_H] (argument_wrapper): Specialize for
kono
parents:
diff changeset
249 gcc_vbase_array, gcc_cp_template_args, gcc_cp_function_args.
kono
parents:
diff changeset
250
kono
parents:
diff changeset
251 2017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
kono
parents:
diff changeset
252
kono
parents:
diff changeset
253 * findcomp.cc: Include system.h.
kono
parents:
diff changeset
254 (search_dir): Return absolute filename.
kono
parents:
diff changeset
255
kono
parents:
diff changeset
256 * libcc1.cc (libcc1): Add class compiler with field compilerp,
kono
parents:
diff changeset
257 class compiler_triplet_regexp and class
kono
parents:
diff changeset
258 compiler_driver_filename.
kono
parents:
diff changeset
259 (libcc1::libcc1): Initialize compilerp.
kono
parents:
diff changeset
260 (libcc1::~libcc1): Delete compilerp.
kono
parents:
diff changeset
261 (libcc1::compiler::find, libcc1::compiler_triplet_regexp::find)
kono
parents:
diff changeset
262 (libcc1::compiler_driver_filename::find): New methods.
kono
parents:
diff changeset
263 (libcc1_set_arguments): Remove parameter triplet_regexp.
kono
parents:
diff changeset
264 (libcc1_set_triplet_regexp, libcc1_set_driver_filename)
kono
parents:
diff changeset
265 (libcc1_set_arguments_v0): New functions.
kono
parents:
diff changeset
266 (vtable): Use libcc1_set_arguments_v0, add
kono
parents:
diff changeset
267 libcc1_set_arguments, libcc1_set_triplet_regexp and
kono
parents:
diff changeset
268 libcc1_set_driver_filename.
kono
parents:
diff changeset
269
kono
parents:
diff changeset
270 * libcc1.cc: Include intl.h.
kono
parents:
diff changeset
271 (struct libcc1): Add field verbose.
kono
parents:
diff changeset
272 (libcc1::libcc1): Initialize it.
kono
parents:
diff changeset
273 (libcc1_set_verbose): New function.
kono
parents:
diff changeset
274 (libcc1_set_arguments): Print messages for VERBOSE.
kono
parents:
diff changeset
275 (libcc1_compile): Remove parameter verbose. Use VERBOSE from
kono
parents:
diff changeset
276 SELF.
kono
parents:
diff changeset
277 (libcc1_compile_v0): New function.
kono
parents:
diff changeset
278 (vtable): Use libcc1_compile_v0 and add libcc1_compile and
kono
parents:
diff changeset
279 libcc1_set_verbose.
kono
parents:
diff changeset
280
kono
parents:
diff changeset
281 * libcc1.cc (vtable): Update to GCC_FE_VERSION_1.
kono
parents:
diff changeset
282 (gcc_c_fe_context): Accept also GCC_FE_VERSION_1.
kono
parents:
diff changeset
283
kono
parents:
diff changeset
284 2017-01-17 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
285
kono
parents:
diff changeset
286 PR other/79046
kono
parents:
diff changeset
287 * configure.ac: Add GCC_BASE_VER. For --with-gcc-major-version-only
kono
parents:
diff changeset
288 use just major number from BASE-VER.
kono
parents:
diff changeset
289 * configure: Regenerated.
kono
parents:
diff changeset
290 * Makefile.in: Regenerated.
kono
parents:
diff changeset
291
kono
parents:
diff changeset
292 2017-01-04 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
293
kono
parents:
diff changeset
294 Update copyright years.
kono
parents:
diff changeset
295
kono
parents:
diff changeset
296 2016-11-18 Richard Sandiford <richard.sandiford@arm.com>
kono
parents:
diff changeset
297 Alan Hayward <alan.hayward@arm.com>
kono
parents:
diff changeset
298 David Sherwood <david.sherwood@arm.com>
kono
parents:
diff changeset
299
kono
parents:
diff changeset
300 * plugin.cc (plugin_build_add_field): Use SET_DECL_MODE.
kono
parents:
diff changeset
301
kono
parents:
diff changeset
302 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
303
kono
parents:
diff changeset
304 Update copyrights.
kono
parents:
diff changeset
305
kono
parents:
diff changeset
306 2016-04-18 Michael Matz <matz@suse.de>
kono
parents:
diff changeset
307
kono
parents:
diff changeset
308 * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
kono
parents:
diff changeset
309
kono
parents:
diff changeset
310 2016-04-11 Segher Boessenkool <segher@kernel.crashing.org>
kono
parents:
diff changeset
311
kono
parents:
diff changeset
312 PR bootstrap/70173
kono
parents:
diff changeset
313 * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
kono
parents:
diff changeset
314 (compiler-name.h): Shorten recipe so that it fits the line.
kono
parents:
diff changeset
315 * Makefile.in: Regenerate.
kono
parents:
diff changeset
316
kono
parents:
diff changeset
317 2016-03-14 Andreas Schwab <schwab@suse.de>
kono
parents:
diff changeset
318
kono
parents:
diff changeset
319 * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
kono
parents:
diff changeset
320 * configure: Regenerate.
kono
parents:
diff changeset
321 * Makefile.in: Regenerate.
kono
parents:
diff changeset
322
kono
parents:
diff changeset
323 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
kono
parents:
diff changeset
324
kono
parents:
diff changeset
325 * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
kono
parents:
diff changeset
326 rather than typed_free_remove. Remove redudant typedefs.
kono
parents:
diff changeset
327
kono
parents:
diff changeset
328 2015-06-25 Richard Sandiford <richard.sandiford@arm.com>
kono
parents:
diff changeset
329
kono
parents:
diff changeset
330 * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
kono
parents:
diff changeset
331 than typed_noop_remove. Remove redudant typedefs.
kono
parents:
diff changeset
332 (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
kono
parents:
diff changeset
333 (plugin_context::mark): Likewise.
kono
parents:
diff changeset
334
kono
parents:
diff changeset
335 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
kono
parents:
diff changeset
336
kono
parents:
diff changeset
337 * Makefile.in: Regenerated with automake-1.11.6.
kono
parents:
diff changeset
338 * aclocal.m4: Likewise.
kono
parents:
diff changeset
339 * configure: Likewise.
kono
parents:
diff changeset
340
kono
parents:
diff changeset
341 2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
kono
parents:
diff changeset
342
kono
parents:
diff changeset
343 * plugin.cc: Adjust for hash_table changes.
kono
parents:
diff changeset
344
kono
parents:
diff changeset
345 2015-04-15 Andreas Schwab <schwab@suse.de>
kono
parents:
diff changeset
346
kono
parents:
diff changeset
347 PR bootstrap/65763
kono
parents:
diff changeset
348 * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
kono
parents:
diff changeset
349 * Makefile.in: Regenerated.
kono
parents:
diff changeset
350
kono
parents:
diff changeset
351 2015-01-30 Joseph Myers <joseph@codesourcery.com>
kono
parents:
diff changeset
352
kono
parents:
diff changeset
353 * plugin.cc: All callers of fatal_error changed to pass
kono
parents:
diff changeset
354 input_location as first argument.
kono
parents:
diff changeset
355
kono
parents:
diff changeset
356 2015-01-09 Michael Collison <michael.collison@linaro.org>
kono
parents:
diff changeset
357
kono
parents:
diff changeset
358 * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
kono
parents:
diff changeset
359 input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
kono
parents:
diff changeset
360 due to flattening of tree.h.
kono
parents:
diff changeset
361
kono
parents:
diff changeset
362 2014-11-21 H.J. Lu <hongjiu.lu@intel.com>
kono
parents:
diff changeset
363
kono
parents:
diff changeset
364 PR bootstrap/63784
kono
parents:
diff changeset
365 * configure: Regenerated.
kono
parents:
diff changeset
366
kono
parents:
diff changeset
367 2014-11-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
kono
parents:
diff changeset
368
kono
parents:
diff changeset
369 * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
kono
parents:
diff changeset
370 * configure: Regenerate.
kono
parents:
diff changeset
371 * connection.cc: Include <string.h>.
kono
parents:
diff changeset
372 * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
kono
parents:
diff changeset
373
kono
parents:
diff changeset
374 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
kono
parents:
diff changeset
375
kono
parents:
diff changeset
376 PR target/63610
kono
parents:
diff changeset
377 * configure: Regenerate.
kono
parents:
diff changeset
378
kono
parents:
diff changeset
379 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
kono
parents:
diff changeset
380
kono
parents:
diff changeset
381 PR bootstrap/63699
kono
parents:
diff changeset
382 PR bootstrap/63750
kono
parents:
diff changeset
383 * plugin.cc: Don't include <string>.
kono
parents:
diff changeset
384
kono
parents:
diff changeset
385 2014-10-29 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
386 Phil Muldoon <pmuldoon@redhat.com>
kono
parents:
diff changeset
387
kono
parents:
diff changeset
388 * configure.ac: Remove -Werror addition to WARN_FLAGS. Add
kono
parents:
diff changeset
389 ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
kono
parents:
diff changeset
390 * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
kono
parents:
diff changeset
391 (WERROR_FLAG): Remove.
kono
parents:
diff changeset
392 (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
kono
parents:
diff changeset
393 * configure: Regenerated.
kono
parents:
diff changeset
394 * Makefile.in: Regenerated.
kono
parents:
diff changeset
395
kono
parents:
diff changeset
396 2014-10-29 Jakub Jelinek <jakub@redhat.com>
kono
parents:
diff changeset
397
kono
parents:
diff changeset
398 * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
kono
parents:
diff changeset
399 (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
kono
parents:
diff changeset
400 New variables.
kono
parents:
diff changeset
401 (libiberty): Set to -Wc, followed by the first existing noasan/,
kono
parents:
diff changeset
402 pic/ or . libiberty.a.
kono
parents:
diff changeset
403 (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
kono
parents:
diff changeset
404 libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
kono
parents:
diff changeset
405 * Makefile.in: Regenerated.
kono
parents:
diff changeset
406
kono
parents:
diff changeset
407 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
kono
parents:
diff changeset
408 Jan Kratochvil <jan.kratochvil@redhat.com>
kono
parents:
diff changeset
409 Tom Tromey <tromey@redhat.com>
kono
parents:
diff changeset
410
kono
parents:
diff changeset
411 * aclocal.m4: New file.
kono
parents:
diff changeset
412 * callbacks.cc: New file.
kono
parents:
diff changeset
413 * callbacks.hh: New file.
kono
parents:
diff changeset
414 * cc1plugin-config.h.in: New file.
kono
parents:
diff changeset
415 * configure: New file.
kono
parents:
diff changeset
416 * configure.ac: New file.
kono
parents:
diff changeset
417 * connection.cc: New file.
kono
parents:
diff changeset
418 * connection.hh: New file.
kono
parents:
diff changeset
419 * findcomp.cc: New file.
kono
parents:
diff changeset
420 * findcomp.hh: New file.
kono
parents:
diff changeset
421 * libcc1.cc: New file.
kono
parents:
diff changeset
422 * libcc1plugin.sym: New file.
kono
parents:
diff changeset
423 * libcc1.sym: New file.
kono
parents:
diff changeset
424 * Makefile.am: New file.
kono
parents:
diff changeset
425 * Makefile.in: New file.
kono
parents:
diff changeset
426 * marshall.cc: New file.
kono
parents:
diff changeset
427 * marshall.hh: New file.
kono
parents:
diff changeset
428 * names.cc: New file.
kono
parents:
diff changeset
429 * names.hh: New file.
kono
parents:
diff changeset
430 * plugin.cc: New file.
kono
parents:
diff changeset
431 * rpc.hh: New file.
kono
parents:
diff changeset
432 * status.hh: New file.